View Full Version : CSS with sub domains.
JoshTrav
12-12-2007, 10:23 PM
For some reason when I set my sub domain to my /forums as the home directory my CSS won't load. Any suggestions?
Obfuscator
12-12-2007, 11:16 PM
And how on yours it should be loaded? http://forum.site.com/../style.css :eek:
You should use an absolute path
<link type="text/css" rel="stylesheet" href="http://site.com/style.css" />
instead of
<link type="text/css" rel="stylesheet" href="style.css" />
:thumbsup:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.