Quote:
Originally Posted by animemike
Hi sorry here is a screen shot
Attachment 102268
This only happens on custom templates when i use the
Thanks
|
Hummm... ^^
Yes, your test board is ok.
Dutty
In the header template, find at the top:
HTML Code:
style="background-image: url(images/Dutty_light/gradients/back_header.gif)
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Dutty_light/gradients/back_header.gif)
Find:
HTML Code:
style="background-image: url(images/Dutty_light/gradients/menu.jpg);
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Dutty_light/gradients/menu.jpg)
Gutty
In the header template, find at the top:
HTML Code:
style="background-image: url(images/Gutty_light/gradients/back_header.gif)
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Gutty_light/gradients/back_header.gif)
Find:
HTML Code:
style="background-image: url(images/Gutty_light/gradients/menu.jpg);
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Gutty_light/gradients/menu.jpg)
Nutty
In the header template, find at the top:
HTML Code:
style="background-image: url(images/Nutty_light/gradients/back_header.gif)
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Nutty_light/gradients/back_header.gif)
Find:
HTML Code:
style="background-image: url(images/Nutty_light/gradients/menu.jpg);
Replace by:
HTML Code:
style="background-image: url(http://your_url.com/forum/images/Nutty_light/gradients/menu.jpg)
In these codes, replace "
http://your_url.com/forum/" by your entire URL.
When you enter your URL directly on your browser, you must see the images.