CSS help

L

Lisa A

I'm trying to learn how to use the same graphic header that I created to use
on all the pages, using CSS. I need to know the steps in how to set up this
using CSS. Anyone help me?
 
J

Jon Spivey

Hi Lisa,
We'll need to see the page you're working on to get a better idea of what
you're looking to do
 
L

Lisa A

Here is the page for my site, that looks similar on all the pages except the
index.2.htm page which will be the index.htm page when I finish the site. I
just would like to have the CSS style for my site using the same look for
all my pages, but I'm not sure how to do just that. I don't care about the
fonts, colors, etc. Just the same look for the page using the same
background, and table I made or I can just use the top of the page.
thanks,
Lisa
 
T

Trevor L.

Lisa,

I can't see the URL.

But I think the concept is straightforward.

If you have CSS inside a <style> </style> set of tags, copy the contents (not the tags) into another file named say style.css, then place this line <link rel="stylesheet" type="text/css" href="style.css"> between the <head> </head> tags

Then delete everything between and including <style> and </style>

--
Cheers,
Trevor L.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top