View Full Version : linking stylesheets


senator trinity
07-03-2003, 11:50 AM
i was wondering what code youwould use to link the style sheet.
i have made it and everything, but now i want to attach it to the page...and i have no idea how.

Kaliyoda
07-03-2003, 11:54 AM
Easy peasy - in your HEAD section....


<link rel="stylesheet" href="yourstylesheet.css" type="text/css">

senator trinity
07-04-2003, 08:27 AM
right. i knew that...:(
thanks ;)

mystikal06
07-05-2003, 02:14 AM
you put it in the head section?? not the body??

Dude128
07-05-2003, 02:32 AM
Originally posted by mystikal06
you put it in the head section?? not the body??

that is correct. it can go anywhere between the <head> and </head> tags.

mystikal06
07-05-2003, 02:34 AM
jeesh well that kinda solves all my problems lol. thanks haha