View Full Version : Style include template?????
jwoody
Fri 18th Apr '08, 5:52pm
Where the heck is the template which includes the stylesheets? I need to edit the directory address to set them from root; but can't seem to find it for the life of me!
Any ideas?
Steve Machol
Fri 18th Apr '08, 7:34pm
What do you mean? Stylesheets are not in templates as such.
jwoody
Fri 18th Apr '08, 7:45pm
What do you mean? Stylesheets are not in templates as such.
I'm just looking for the template with the bit of code which includes the stylesheet in the head tags, so i can put a forward slash infront of the filename to make it work from root.
Steve Machol
Fri 18th Apr '08, 7:53pm
Stylesheets are not part of the templates.
jwoody
Fri 18th Apr '08, 8:32pm
So is it possible for me to include a forward slash at the beginning of the href="" within the head tags in the below code?
Change:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-e0aede40-00002.css" id="vbulletin_css" />
To:
<link rel="stylesheet" type="text/css" href="/clientscript/vbulletin_css/style-e0aede40-00002.css" id="vbulletin_css" />
Steve Machol
Fri 18th Apr '08, 10:18pm
I don't think that will work since vB has it's own CSS settings, but the place to try it would be in the headinclude template.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.