View previous topic :: View next topic |
Author |
Message |
sondreal -
Joined: 03 Feb 2004 Posts: 2
|
Posted: Tue Feb 03, 2004 6:57 pm Post subject: CSS support |
|
|
My site is up and running excepts that it isn't formatted using my cascading style sheet. The .css file is the the htdocs folder but it isn't working. anyone know what i have to do |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Tue Feb 03, 2004 7:14 pm Post subject: |
|
|
You need to add a link to the css file in your document
Here's the code you could use:<link rel="stylesheet"
type="text/css"
media="all"
href="index.css"/ It goes just bellow the <head> tag at the top of your document _________________ Olly |
|
Back to top |
|
 |
sondreal -
Joined: 03 Feb 2004 Posts: 2
|
Posted: Tue Feb 03, 2004 7:42 pm Post subject: Thank you |
|
|
Thanks. Everything works great now. |
|
Back to top |
|
 |
|