PDA

View Full Version : how do I put the css into a link


bo0oost
02-10-2007, 04:45 PM
I want to link to my css like this:

<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-85f01be0-00001.css" id="vbulletin_css" />

as opposed to having it fill up my source.

I found this variable that displays the css: $style[css]

How can I get my css to be a link rather thank displayed?

Sorry if this has already been asked, I searched and was unable to find any information.

Thanks!

da420
02-10-2007, 04:58 PM
vBOptions > Style & Language Settings > Store CSS Stylesheets as Files? > YES

bo0oost
02-10-2007, 05:19 PM
thank you :)