Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
How do I link a page to my css style sheet?
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
By putting something like this in the head:
<link media="screen" rel="stylesheet" type="text/css" href="template/styles/page.css" />
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
Thanks Ed
I tried that but it errors.
Must be a problem elsewhere, just thought I was doing it wrong
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Shouldn't matter that it's ASP, just make sure you escape the syntax properly if you're getting compilation errors on the server side.
|