Thread: Forum Problems
Results 1 to 4 of 4
Related
-
Poker Forum & Jeep Liberty Forum Forum: Websites For Sale
Replies: 4 -
FREE Paid Forum Posting Trial -- Boost your forum for free at ForumBoosting.com Forum: Internet Services
Replies: 0 -
forum promotion problems Forum: Archive
Replies: 6
-
08-27-2003, 12:51 AM #1
Forum Problems
i have a problem, with my forum. i made a logo and worked fne for some time, then it went messed up nwo my buttons are moved all the way on the other side, but i woudl like them to be under the banner. so if any couple help me move the buttons under then banner let me know and here is the link to the forum
http://majinrivals.t35.com:8000/forum2/index.php
-
08-27-2003, 06:27 AM #2
It is obviously a table problem, however there are so many errors that I saw you would be best running it through an HTML validator.
Dave
-
08-28-2003, 10:35 PM #3
I just took the top table and played around with it for a few minutes. If you want the buttons under the banner you can try replacing your top table it with this:
<td align="left" width="715">
<img alt=".::. Majin Rivals .::." src="http://majinrivals.t35.com:8000/forum2/images/navboard/logo.jpg" border="0" width="715" height="190"><br>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="145" id="AutoNumber1">
<tr>
<td width="84">
<table cellSpacing="2" cellPadding="0" width="100%">
<tr>
<td>
<table class="tablebutton" cellSpacing="0" cellPadding="2" width="80">
<tr>
<td align="middle"><span class="tablebuttonfont">
<a title="Forum listing" href="http://majinrivals.t35.com:8000/forum2/index.php">
home</a> </span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="84">
<table cellSpacing="2" cellPadding="0" width="100%">
<tr>
<td>
<table class="tablebutton" cellSpacing="0" cellPadding="2" width="80">
<tr>
<td align="middle"><span class="tablebuttonfont">
<a title="Create a new account" href="http://majinrivals.t35.com:8000/forum2/register.php">
register</a> </span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="4"> </td>
</tr>
<tr>
<td width="84">
<table cellSpacing="2" cellPadding="0" width="100%">
<tr>
<td>
<table class="tablebutton" cellSpacing="0" cellPadding="2" width="80">
<tr>
<td align="middle"><span class="tablebuttonfont">
<a title="members" href="http://majinrivals.t35.com:8000/forum2/modules.php?module=members">
members</a> </span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="84">
<table cellSpacing="2" cellPadding="0" width="100%">
<tr>
<td>
<table class="tablebutton" cellSpacing="0" cellPadding="2" width="80">
<tr>
<td align="middle"><span class="tablebuttonfont">
<a title="search" href="http://majinrivals.t35.com:8000/forum2/modules.php?module=search">
search</a> </span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
-
08-29-2003, 09:07 AM #4