Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
melrox #1
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
-
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... -
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,... -
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... -
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? -
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. ... -
Murray *TMM* #2
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
-
melrox #3
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
-
Murray *TMM* #4
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.
Sure - you could.> I'm just wondering, can I pop in this inline frame from the upscene
> (GoLive)
> site to the Galz (dreamweaver) site?
It's not hard. You could just use a div container with a fixed height and> 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.
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



Reply With Quote

