Post by Lori on Jun 29, 2005 1:07:17 GMT -8
This is probably so easy to do but I'm so rusty when it comes down to html.
Ok, so I have a table at the top of my forum which is at katebush.proboards6.com. I want the top bar that says 'Created on the 7th February 2002' at the bottom also, but obviously I'm going to change it's content.
The current code is as follows:
Ok, so I have a table at the top of my forum which is at katebush.proboards6.com. I want the top bar that says 'Created on the 7th February 2002' at the bottom also, but obviously I'm going to change it's content.
The current code is as follows:
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="titlebg" align="center" colspan="3">
<font color="000000" size="2">
<b>Created on the 7th February 2002</b>
</font>
</td>
</tr>
<tr>
<td width="160" valign="center" class="windowbg">
<center><b>Top 5 posters</b></br>
Al Truest</br>Adey</br>Lori</br>Xanadu</br>Neo</br></p>
<p>> > <a href="http://katebush.proboards6.com/index.cgi?action=members&view=top">Top posters</a> < <</p>
</td>
<td width="*" class="windowbg2" valign="center">
<center>If you are having any trouble logging in or registering (such as your password not being sent to you) then please e-mail me with your problem at <a href="mailto:etherealworld@aol.com">etherealworld@aol.com</a>.
</td>
<td width="160" valign="center" class="windowbg">
<center>
<b>Lori</b></br>
<i>Administrator</i></br>
<img src="http://www.proboards8.com/v4images/starred.gif"></br>
<b>Al Truest</b></br>
<i>Global Moderator</i></br>
<img src="http://www.proboards8.com/v4images/starblue.gif"></br>
<b>Adey</b></br>
<i>Moderator</i></br>
<img src="http://www.proboards8.com/v4images/stargreen.gif"></br>
<b>Sto</b></br>
<i>Moderator</i></br>
<img src="http://www.proboards8.com/v4images/stargreen.gif"></br>
<b>Xanadu</b></br>
<i>Moderator</i></br>
<img src="http://www.proboards8.com/v4images/stargreen.gif"></br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="titlebg" align="center" colspan="3">
<font color="000000" size="2">
<b>Created on the 7th February 2002</b>
</font>
</td>
</tr>
</table>