|
Posted by aoksite1@gmail.com on 01/25/08 18:07
On Jan 25, 11:36 am, iamdave <sa...@proaudiomusic.com> wrote:
> Rookie here, sorry.
>
> I use dreamweaver.
>
> My code is:
>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1">
> <link href="/header.css" rel="stylesheet" type="text/css">
> <link href="/left.css" rel="stylesheet" type="text/css">
> <link href="/right.css" rel="stylesheet" type="text/css">
> <link href="/body.css" rel="stylesheet" type="text/css">
> <link href="/footer.css" rel="stylesheet" type="text/css">
> </head>
>
> So the external css sheets are linked within the page.
>
> But I don't understand how to get into the page and start putting
> things into the header, footer etc. In dreamweaver the help talks
> about seeing it in the window but in the css window I don't see the
> styles. I see the them in the folder. I'm lost and I know it's
> something silly, but I cant seem to figure it out. I'm moving from
> tables to css design so I'm sorry for the very rookie question.
>
> Dave
You have created the individual .css pages, and you need to add
content to the .html pages? Or have you created the .html pages and
need to add css styles to the .css pages? More or better info please.
Daniel
http://a-ok-site.com
[Back to original message]
|