Extreme beginner question: page layout in DW - Macromedia Dreamweaver
This is a discussion on Extreme beginner question: page layout in DW - Macromedia Dreamweaver ; I know that once I have my HTML in DW I can wrap my items in DIV and format
with CSS. The problem is I am unclear as to how to get my text and images in
Dreamweaver. I have ...
-
Extreme beginner question: page layout in DW
I know that once I have my HTML in DW I can wrap my items in DIV and format
with CSS. The problem is I am unclear as to how to get my text and images in
Dreamweaver. I have Fireworks graphics for:
1. Header background (red rectangle)
2. Logo (sits over header background)
3. Nav bar (sits on other side of header)
4. Image (will float left)
5. Main text (will create in DW)
6. Footer
Do I just stack these on top of each other in DW using the Import feature and
then create my DIVs? Or do I stack them, create class styles to position them
and then create DIVs. I do not know why I can't grasp this.
-
Re: Extreme beginner question: page layout in DW
Hello,
This should help.
http://www.adobe.com/devnet/firework...youts_pt1.html
http://www.adobe.com/devnet/firework...youts_pt2.html
Take care,
Tim
"Ruby7829" <webforumsuser@macromedia.com> wrote in message
news:g8nlvr$fkj$1@forums.macromedia.com...
>I know that once I have my HTML in DW I can wrap my items in DIV and format
> with CSS. The problem is I am unclear as to how to get my text and images
> in
> Dreamweaver. I have Fireworks graphics for:
> 1. Header background (red rectangle)
> 2. Logo (sits over header background)
> 3. Nav bar (sits on other side of header)
> 4. Image (will float left)
> 5. Main text (will create in DW)
> 6. Footer
>
> Do I just stack these on top of each other in DW using the Import feature
> and
> then create my DIVs? Or do I stack them, create class styles to position
> them
> and then create DIVs. I do not know why I can't grasp this.
>
>
>
-
Re: Extreme beginner question: page layout in DW
Very useful to me too.Thanks for the link!
-
Re: Extreme beginner question: page layout in DW
Typically it would go something like this:
1. Create an HTML document with divs or other HTML elements that you need to
contain your text and images.
2. Either type or copy-paste your text where it belongs.
3. Add images where they belong using Insert > Image.
4. Create a style sheet with IDs and classes to style and position
everything.
It is really important to learn the basics of HTML and CSS before attempting
this - it's going to be frustrating and difficult until you do.
--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--
"Ruby7829" <webforumsuser@macromedia.com> wrote in message
news:g8nlvr$fkj$1@forums.macromedia.com...
>I know that once I have my HTML in DW I can wrap my items in DIV and format
> with CSS. The problem is I am unclear as to how to get my text and images
> in
> Dreamweaver. I have Fireworks graphics for:
> 1. Header background (red rectangle)
> 2. Logo (sits over header background)
> 3. Nav bar (sits on other side of header)
> 4. Image (will float left)
> 5. Main text (will create in DW)
> 6. Footer
>
> Do I just stack these on top of each other in DW using the Import feature
> and
> then create my DIVs? Or do I stack them, create class styles to position
> them
> and then create DIVs. I do not know why I can't grasp this.
>
>
>