PDA

View Full Version : Links all wrong on homepage


Toxizen
12-27-2008, 05:45 PM
For some reason and its only from the homepage, all of my links are screwy. They are fine on all the other pages but I would like to know how to fix this. My homepage is http://www.repugnant.info.

I tried to make it inclusive with the forum. Can anyone help me fix this?

BTW the forum links are usually /BBS/stuff and when it goes to the site it has them all the locations wrong instead they will go to /stuff without the BBS. How would I fix all this as if it was normal HTML I'd know how but it doesn't seem like this is the case.

Edit: Nevermind, I can always remove the navbar and add in a sidebar with links.

glennybee
12-27-2008, 06:39 PM
Your homepage doesn't seem to do anything.

TimberFloorAu
12-27-2008, 09:11 PM
possibly because your homepage for the forum is yoursite.com/BBS

plus:

Your Left Hand Menu :

<tr>
<td class="alt1">Homepage<br>Forum<br>Gallery<br>About</td>
</tr>


shouldnt that be

<tr>
<td class="alt1"><a href="index.php">Homepage</a><br><a href="forum.php">Forum</a><br><a href="gallery.php">Gallery</a><br><a href="about.php">About</a></td>
</tr>

or something similar. :)

Toxizen
12-28-2008, 05:26 AM
Actually it was different when I first asked the question. It actually looked like a forum page. I completely revamped it and changed it. Thank you guys though :)