Mon, 2008-12-01 17:38
Hi,
This question is related to foldering each section of your web site.
my site: http://www.studentlife.hu
Should i create folders in my hosting root folder and each .html will have its own style sheet?
Or as its now, i have put all the .html files in the root folder and i am using one single style sheet.
Which is the right option?
tia
turco
Mon, 2008-12-01 17:53
#1
You can do a mixture of the
You can do a mixture of the two.
When you reference your stylesheet in your head section you can add a URI.
For example if I wanted to link a stylesheet on one of my sites I would do:
<link rel="stylesheet" media="screen" type="text/css" href="http://jjcon.co.uk/style.css" />
hope this helps.
Mon, 2008-12-01 19:14
#2
Thx Josh, i got the idea now
Thx Josh, i got the idea now