|
Post by tunescool on Apr 23, 2011 22:46:53 GMT -8
i put the bold tags where i put them in this
<td align="right" class="windowbg"; style='padding-right:5px; style='margin-right: 10px'> [color=Yellow]<b>[/color]
<font size=1 style="margin-right: 493px"><a href="http://celebnook.proboards.com/index.cgi?action=display&board=ass&thread=3473&page=1">Rules</a></font>
<font size=1 style="margin-right: 7px"><a href="http://celebnook.proboards.com/index.cgi?action=members&view=top&perpage=10">Top Ten Posters</a></font> <font size=1 style="margin-right: 7px"><a href="http://celebnook.proboards.com/index.cgi?action=members&view=staff">View Staff</a></font> <font size=1 style="margin-right: 7px"><a href="http://celebnook.proboards.com/index.cgi?action=markallboardsread">Mark As Read</a></font> <font size=1 style="margin-right: 7px"><a href="#" onclick="scroll(0, 0); return false;">Back To Top</a> [color=Yellow]</b>[/color] </font>
|
|
|
Post by Wormopolis on Apr 23, 2011 23:51:14 GMT -8
yeah I dont know why I didnt see that.. Im apparently still tired.
reduce that 493 to something like 480 and see what happens. bold causes everything to double in width. play with that number.
|
|
|
Post by tunescool on Apr 24, 2011 2:25:50 GMT -8
497 is where it looks good on both sides, i copied it when i had 493 in there, but anything less than that just moves it to the rite and the move to to top is still the same. i did try two <td>s with the padding style='padding-left:5px; but i just got 2 columns with a line between rules and top ten posters. i couldnt figure that out either because my top table with my menu links and the twitter and new posts is the same way, two <td>s without a line between
|
|
|
Post by Wormopolis on Apr 24, 2011 13:45:42 GMT -8
if you wanted to do 2 td tags next to each other, without a seperating line, you would have to make a new table
<td> (this is your current td tag with the links in it)
<table cellspacing="0" width="100%"><tr> <td align="left">left side stuff</td><td align="right">right side stuff</td> </tr></table>
</td>
|
|
|
Post by tunescool on Apr 24, 2011 17:03:16 GMT -8
|
|
|
Post by Wormopolis on Apr 24, 2011 20:46:54 GMT -8
you removed too much. that simple table needed to go INSIDE the existing td.. not replace it.
change this
</tr> <table cellspacing="0" width="100%"><tr>
to this
</tr> <tr><td><table cellspacing="0" width="100%"><tr>
change this
</table> <tr> <table cellpadding="4" cellspacing="1" width="100%">
to this
</table> </td></tr> <tr><td> <table cellpadding="4" cellspacing="1" width="100%">
and get rid of all the margin styles. you dont need them if you are using a 2 celled table.
|
|
|
Post by Wormopolis on Apr 24, 2011 20:50:44 GMT -8
this is all incorrectly formatted as well:
<div align=center valign="baseline"> <font size="1"><div style=valign="padding-top: 2px; !important; padding-bottom: 2px; !important;">
Last Updated Topic <span id="lastpostname"></span>
By <span id="lastpostuser"></span> <span id="lastposttime"></span>
</div></font> </center>
needs to be
<div align=center valign="baseline"> <font size="1"><div style="padding-top: 2px; !important; padding-bottom: 2px; !important;">
Last Updated Topic <span id="lastpostname"></span>
By <span id="lastpostuser"></span> <span id="lastposttime"></span>
</div></font> </div>
|
|
|
Post by tunescool on Apr 24, 2011 21:29:20 GMT -8
i swear i did exactly what you did and it doesnt show up now, is that what you meant by the margins, or is it all correct. thanks for helping me with this you know i cant do tables tunescool2.proboards.com/index.cgi
|
|
|
Post by Wormopolis on Apr 25, 2011 1:59:57 GMT -8
<tr><td><table cellspacing="0" width="100%"><tr> <td class="windowbg" align="left">
<font size=1<a href="http://celebnook.proboards.com/index.cgi?action=display&board=ass&thread=3473&page=1">Rules</a></font>
</td> <td class="windowbg" align="right" >
<font size=1><a href="http://celebnook.proboards.com/index.cgi?action=members&view=top&perpage=10">Top Ten Posters</a></font>
<font size=1><a href="http://celebnook.proboards.com/index.cgi?action=members&view=staff">View Staff</a></font> <font size=1><a href="http://celebnook.proboards.com/index.cgi?action=markallboardsread">Mark As Read</a></font> <font size=1><a href="#" onclick="scroll(0, 0); return false;">Back To Top</a>
</td> </tr> </table> </td></tr>
|
|
|
Post by tunescool on Apr 25, 2011 2:28:05 GMT -8
its still not showing up
</font> </td> </tr> <tr><td><table cellspacing="0" width="100%"><tr> <td class="windowbg" align="left">
<font size=1<a href="http://celebnook.proboards.com/index.cgi?action=display&board=ass&thread=3473&page=1">Rules</a></font>
</td> <td class="windowbg" align="right" >
<font size=1><a href="http://celebnook.proboards.com/index.cgi?action=members&view=top&perpage=10">Top Ten Posters</a></font>
<font size=1><a href="http://celebnook.proboards.com/index.cgi?action=members&view=staff">View Staff</a></font> <font size=1><a href="http://celebnook.proboards.com/index.cgi?action=markallboardsread">Mark As Read</a></font> <font size=1><a href="#" onclick="scroll(0, 0); return false;">Back To Top</a>
</td> </tr> </table> </td></tr> <tr><td> <table cellpadding="4" cellspacing="1" width="100%"> <tr>
|
|
|
Post by Wormopolis on Apr 25, 2011 17:28:44 GMT -8
somewhere a cell wasnt closed.. I can see all the scripts below you MYOIC table being inserted into the IC table. Im trying to find where it is still...
|
|
|
Post by tunescool on Apr 29, 2011 17:50:09 GMT -8
are you still looking
|
|
|
Post by Wormopolis on Apr 29, 2011 22:27:35 GMT -8
Its a train wreck man... you got tables in tables and unclosed... some cells have colspans and others dont.
are there supposed to bbe dividing lines in any of this or be like the table at the top?
|
|
|
Post by tunescool on Apr 29, 2011 22:36:02 GMT -8
what do you mean dividing lines and be like the table at the top
|
|
|
Post by Wormopolis on Apr 30, 2011 1:45:57 GMT -8
you know how when a table that has cellspacing = 1 has lines between each cell, and a table with spacing =0 has none. which do you want?
|
|