Preserved Topic: CSS with ASP |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: dk's house of love |
posted 01-19-2002 19:03
I am not sure where to put this but here goes.. If i have a stylesheet called "css.asp" and it has ASP code in it which is parsed before the css is applied to the page, would it be ok to do the following: code: <link rel="stylesheet" href="css/css.asp" type="text/css">
code: <link rel="stylesheet" href="css/css.asp?skin=aqua" type="text/css">
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 01-19-2002 21:03 |
Bipolar (III) Inmate From: dk's house of love |
posted 01-19-2002 21:13
Yeah thought so. seems to be workin for me. thanks max. |