View Full Version : need help
killaklown
10-15-2005, 07:50 PM
im working on a new template...
right now its at: http://www.gdotz.com/v2/
but when i click on a category, like http://www.gdotz.com/v2/computers/ all of the graphics are gone... what do i change to show the graphics?
killaklown
10-15-2005, 07:58 PM
hmm, is it just me or do tables not work?
minstrel
10-16-2005, 06:27 AM
Tables work fine. Your problem is that as soon as you click on a category you enter a different subdirectory, e.g., http://www.gdotz.com/v2/people_society/
Now, as soon as you do that, the relative links for your images are incorrect:
Content visible to registered users only.
etc.
It is trying to find the images in http://www.gdotz.com/v2/people_society/images/ when of course they are actually in http://www.gdotz.com/v2/images/
The solution is one of the following:
1. use absolute URLs for all images, i.e., http://www.gdotz.com/v2/images/spacer.gif not images/spacer.gif, etc. (probably the best solution), OR
2. for all pages in the subdirectories, use ../images/spaver.gif or possibly just /images/spacer.gif, not images/spacer.gif
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.