MyBB Community Forums

Full Version: Table Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm working on this table for my MyBB forum, but one is bigger than the other. I just cant seem to figure out the problem. Here's the table:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr>
<td class="thead" width="100%" colspan="3"><b>Terms Of Sinnoh Info Box</b></td>
</tr>
<tr>
<td class="tcat" width="25%" vAlign="top"><b>Pokemon Of The Week</b></td>
<td class="tcat" width="50%" vAlign="top"><b>Latest News</b></td>
<td class="tcat" width="25%" vAlign="top"><b>Staff</b></td>
</tr>
<tr>
<td class="trow1" width="25%" vAlign="top">POTW</td>
<td class="trow2" width="50%" vAlign="top">
<b>Grand Opening!</b><br>
08-26-2009, 08:21 PM<br>
Today is Terms Of Sinnoh's grand opening! This is an update to the old Terms Of Sinnoh, powered by Proboards. Now were on our own host and I'm using one of my favorite forum softwares, MyBB! The Torension Region will be returning soon, and more features. Once we get popular, I plan on adding a section to the site where users can adopt Pokemon! We'll also start the Pokemon Gazette in the beginning of December. We are looking for staff members if anyones interested.
</td>
<td class="trow1" width="25%" vAlign="top"><b>Steve -</b> Owner/ Founder of Terms Of Sinnoh</td>
</tr>
<tr>
<td class="thead" width="100%" colspan="3"><b>Terms Of Sinnoh's Affiliates</b></td>
</tr>
<tr>
<td class="tcat" width="100%" colspan="3"><a href="forums/forumdisplay.php?fid=7"><b>Affiliate With Us</b></a></td>
</tr>
<tr>
<td class="trow1" width="90%"><marquee>Affiliates Go Here</marquee></td>
<td class="trow2" width="10%" colspan="3">
<a href="http://termsofsinnoh.co.cc/" target="_blank"><img src="http://i203.photobucket.com/albums/aa12/stevecarlomastro/ToFsAffiliateBanner.jpg" border="0" alt="Terms Of Sinnoh"></a></td>
</tr>
</table>
I have no idea what your looking for. Can we see a visual example of this?
Not easy to find out whats wrong with a code(for me atleast) when things around the table is missing. because we can't test it ourself in firefox / dreamweaver to see the problem. we actually need to see it with the eye then.
shouldn't this be moved to MyBB Support?
no, it has nothing to do with mybb
There is something odd about your table. You have 3 columns in your table to begin with, then here :

<td class="trow1" width="90%"><marquee>Affiliates Go Here</marquee></td>
<td class="trow2" width="10%" colspan="3">


You put 4 columns having the first one that is the larger one as only one column!

It would have been more logical to have put:

<td class="trow1" width="25%"><marquee>Affiliates Go Here</marquee></td>
<td class="trow2" width="75%" colspan="2">
Ok he is using MyBB just found his site on google now, also I think he wants it like this with 3 columns.

[Image: table.jpg]

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr>
<td class="thead" width="100%" colspan="3"><b>Terms Of Sinnoh Info Box</b></td>
</tr>
<tr>
<td class="tcat" valign="top"><b>Pokemon Of The Week</b></td>
<td class="tcat" valign="top"><b>Latest News</b></td>
<td class="tcat" valign="top"><b>Staff</b></td>
</tr>
<tr>
<td class="trow1" valign="top">POTW</td>
<td class="trow2" valign="top">
<b>Grand Opening!</b><br>
08-26-2009, 08:21 PM<br>
Today is Terms Of Sinnoh's grand opening! This is an update to the old Terms Of Sinnoh, powered by Proboards. Now were on our own host and I'm using one of my favorite forum softwares, MyBB! The Torension Region will be returning soon, and more features. Once we get popular, I plan on adding a section to the site where users can adopt Pokemon! We'll also start the Pokemon Gazette in the beginning of December. We are looking for staff members if anyones interested.
</td>
<td class="trow1" valign="top" width="25%"><b>Steve -</b> Owner/ Founder of Terms Of Sinnoh</td>
</tr>
<tr>
<td class="thead" colspan="3"><b>Terms Of Sinnoh's Affiliates</b></td>
</tr>
<tr>
<td class="tcat" colspan="3"><a href="forums/forumdisplay.php?fid=7"><b>Affiliate With Us</b></a></td>
</tr>
<tr>
<td class="trow1" width="25%"><marquee>Affiliates Go Here</marquee></td>
<td class="trow2" width="50%" colspan="3">
<a href="http://termsofsinnoh.co.cc/" target="_blank"><img src="http://i203.photobucket.com/albums/aa12/stevecarlomastro/ToFsAffiliateBanner.jpg" border="0" alt="Terms Of Sinnoh"></a></td>
</tr>
</table>
@Lunty, of course he's using MyBB, just take a look at the classes (trow1, thead, trow2, tborder, etc) but it's not a problem with the software that's why I said it shouldn't be moved to MyBB Support Toungue
(2009-09-02, 10:16 AM)Pirata Nervo Wrote: [ -> ]@Lunty, of course he's using MyBB, just take a look at the classes (trow1, thead, trow2, tborder, etc) but it's not a problem with the software that's why I said it shouldn't be moved to MyBB Support Toungue

He is actually moving from proboards http://termsofsinnoh.proboards.com/index.cgi then i edited my post cause i seen his MyBB site a few links down on google.
Site doens't load for me