GoLive's Inline in Dreamweaver MX 2004?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default GoLive's Inline in Dreamweaver MX 2004?

    Okay, I've spent enough time on this, time to ask for help....

    On the home page of one of my personal sites, an old design intern I had
    working for me designed this (css based, right?) Inline Frame on the home page
    of my site. It can be seen at: [url]http://www.upscenemagazine.com/mainC.htm[/url] the
    News box is what I'm refering to. I expanded on this site myself and recently
    modified that news box and easily dropped in a smaller version on this page:
    [url]http://www.upscenemagazine.com/art/artbook/artbook.html[/url] and had no difficulties.

    Then, I realized how much GoLive sucks in regards to other things and started
    building sites in Dreamweaver MX 2004 Prof. Now, I'm working on building this
    really tacky site for a small client: [url]http://www.galzmagazine.com/home.html[/url] in
    Dreamweaver. That white box is where I expected to drop in the inline frame
    again nice and easy. It's not working out. I've been watching css tutorials and
    nothing seems direct enough about what I want to do. I just want to drop that
    exact news box format with the scroll bar into the empty slice marked by the
    white box.

    Please advise! Thank you Thank you.


    melrox Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004
      Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my...
    2. Dreamweaver MX 2004 and PHAkt
      I have downloaded the 30-day trial version of Dreamweaver MX 2004 to evaluate using it for our corporate intranet. We use MySQL for intranet stuff,...
    3. Dreamweaver MX 2004 bug
      I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I...
    4. Glitch if Dreamweaver MX?? Or MX 2004 is better?
      Is there a frame glitch in Dreamweaver MX, something with scaling and resizing frames and putting content?? Or is MX 2004 better?
    5. Dreamweaver MX 2004 and MySQL
      Hi I am having problems with Dreamweaver MX 2004; I am trying to set-up Connections and Recordsets for a PHP and MYSQL Website on my computer. ...
  3. #2

    Default Re: GoLive's Inline in Dreamweaver MX 2004?

    [url]http://www.galzmagazine.com/home.html[/url]

    The page is one big image pieced together. There is no empty space for any
    additional code.

    On the original page (there's a broken image there just above Concrete
    Hermit), there is an IFrame in one of the table cells -

    <td class="style1"><iframe src="news.html" name="news" frameborder="0"
    width="350" height="300"></iframe></td>

    which is your scrolling text area (ew - I hate 'em).

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "melrox" <webforumsuser@macromedia.com> wrote in message
    news:dnoi04$ii1$1@forums.macromedia.com...
    > Okay, I've spent enough time on this, time to ask for help....
    >
    > On the home page of one of my personal sites, an old design intern I had
    > working for me designed this (css based, right?) Inline Frame on the home
    > page
    > of my site. It can be seen at: [url]http://www.upscenemagazine.com/mainC.htm[/url]
    > the
    > News box is what I'm refering to. I expanded on this site myself and
    > recently
    > modified that news box and easily dropped in a smaller version on this
    > page:
    > [url]http://www.upscenemagazine.com/art/artbook/artbook.html[/url] and had no
    > difficulties.
    >
    > Then, I realized how much GoLive sucks in regards to other things and
    > started
    > building sites in Dreamweaver MX 2004 Prof. Now, I'm working on building
    > this
    > really tacky site for a small client:
    > [url]http://www.galzmagazine.com/home.html[/url] in
    > Dreamweaver. That white box is where I expected to drop in the inline
    > frame
    > again nice and easy. It's not working out. I've been watching css
    > tutorials and
    > nothing seems direct enough about what I want to do. I just want to drop
    > that
    > exact news box format with the scroll bar into the empty slice marked by
    > the
    > white box.
    >
    > Please advise! Thank you Thank you.
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: GoLive's Inline in Dreamweaver MX 2004?

    Hey Murray,

    Thanks for responding.

    I know I haven't deleted that cell yet on the galzmagazine.com site but it's
    easy enough to just select and delete it in dreamweaver.

    I'm just wondering, can I pop in this inline frame from the upscene (GoLive)
    site to the Galz (dreamweaver) site?

    If not, how can I just build a scrollable text window for that spot?

    I've tried to attach some pre-made css to that empty cell on galz and all
    any of them do is make my background a diff. color, so I don't get it.

    Thanks!

    (tried emailing this to you but it got returned?)

    melrox Guest

  5. #4

    Default Re: GoLive's Inline in Dreamweaver MX 2004?

    > (tried emailing this to you but it got returned?)

    Probably because you left the HAHA in my email address (which is what the
    completely obscure reference to not laughing in my sig refers to). But I
    prefer to keep the thread live here on the forums, anyhow.
    > I'm just wondering, can I pop in this inline frame from the upscene
    > (GoLive)
    > site to the Galz (dreamweaver) site?
    Sure - you could.
    > I've tried to attach some pre-made css to that empty cell on galz and all
    > any of them do is make my background a diff. color, so I don't get it.
    It's not hard. You could just use a div container with a fixed height and
    an overflow style to do it, too, e.g.,

    <td><div style="overflow:auto;height:200px;">put your text here</div></td>

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "melrox" <webforumsuser@macromedia.com> wrote in message
    news:dnpuc4$odo$1@forums.macromedia.com...
    > Hey Murray,
    >
    > Thanks for responding.
    >
    > I know I haven't deleted that cell yet on the galzmagazine.com site but
    > it's
    > easy enough to just select and delete it in dreamweaver.
    >
    > I'm just wondering, can I pop in this inline frame from the upscene
    > (GoLive)
    > site to the Galz (dreamweaver) site?
    >
    > If not, how can I just build a scrollable text window for that spot?
    >
    > I've tried to attach some pre-made css to that empty cell on galz and all
    > any of them do is make my background a diff. color, so I don't get it.
    >
    > Thanks!
    >
    > (tried emailing this to you but it got returned?)
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139