View Single Post
  #6  
Old 06-20-2005, 06:35 PM
 
katrina katrina is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 30
 

Default

Quote:
Originally Posted by Emerson
Do you have an URL we can take a look at?
You might not be referencing the CSS file correctly...

If you do not want to make it public you can PM it to me

Ah, I got it!

Thank you very kindly for the offer... I'm very noobish with web design, and it seems that the CSS has to be in the same directory as the HTML page for it to reference it... unless there is another way for pages to reference a CSS that is in a different directory???

This is how I do it, but it only works if they are both in the same directory:

Code:
</title> <link rel="stylesheet" type="text/css" href="homepagecss.css" title="Default" /> </head>
__________________
Version 4.0.14
Reply With Quote