
03-23-2009, 06:38 PM
|
 |
|
|
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by SirAdrian
All the images, stylesheets, etc. are loaded relative to your forums a dir. The easiest way to solve this is to add
Code:
<base href="http://www.yoursite.com/forums/index.php" />
between your head tags (before calling any external files).
|
perfect, thanks
|