Tables and Boxes
« Please enter »

Welcome Guest. Please Login or Register.
Nov 22, 2009, 8:57am



Main Linkpage Music Demo Tables Safetynet



My Table code
My Table
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]

Tables and Boxes :: HTML Tables :: Examples :: Simple Tables :: Please enter
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Please enter (Read 552 times)
All Seeing Eyes
Administrator
*****
member is offline




[homepage]

Joined: Jul 2004
Posts: 54
 Please enter
« Thread Started on Oct 17, 2007, 3:07pm »

This code is for the table above the board

<!-- START MY TABLE -->
<table border="0" class="bordercolor" cellpadding="4" cellspacing="1" align="center">
<caption align="center">My Table</caption>
<tr align="center">
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
</tr>
<tr align="center">
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
</tr>
<tr align="center">
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
</tr>
<tr align="center">
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
<td class="windowbg" width="33%">[Text Here]</td>
</tr>
</table>
<!-- END MY TABLE -->
« Last Edit: Jun 7, 2009, 9:06am by Captain Niobe »Link to Post - Back to Top  IP: Logged
All Seeing Eyes
Administrator
*****
member is offline




[homepage]

Joined: Jul 2004
Posts: 54
 Re: Please enter
« Reply #1 on Oct 17, 2007, 3:09pm »

<!-- START INFO BOX TABLE CODE -->
<table border="0" class="bordercolor" align="center" cellpadding="4" cellspacing="1" width="92%">
<tr>
<td class="titlebg" align="center" colspan="3">
<font size="-1">Table Title</font>
</td>
</tr>
<tr align="center">
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
</tr>
<tr align="center">
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
</tr>
<tr align="center">
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
</tr>
<tr align="center">
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
<td width="33%" class="windowbg">[Text Here]</td>
</tr>
</table>
<!-- END INFO BOX TABLE CODE -->
« Last Edit: Jun 7, 2009, 7:43am by Captain Niobe »Link to Post - Back to Top  IP: Logged
All Seeing Eyes
Administrator
*****
member is offline




[homepage]

Joined: Jul 2004
Posts: 54
 Re: Please enter
« Reply #2 on Oct 17, 2007, 3:10pm »

<!-- START AFFILIATE LIST CODE -->
<table border="0" align="center" cellpadding="4" cellspacing="1" class="bordercolor">
<caption align="center">Affiliate List</caption>
<tr>
<td class="windowbg">
<a href="URL OF LINK" target="_blank">TEXT TO DISPLAY</a>
<br />
<a href="URL OF LINK">TEXT TO DISPLAY</a>
<br />
</td>
</tr>
</table>
<!-- END AFFILIATE LIST CODE -->
« Last Edit: Jun 7, 2009, 8:16am by Captain Niobe »Link to Post - Back to Top  IP: Logged
All Seeing Eyes
Administrator
*****
member is offline




[homepage]

Joined: Jul 2004
Posts: 54
 Re: Please enter
« Reply #3 on Oct 17, 2007, 3:11pm »

<!-- START MAIN PAGE LEGEND TABLE CODE -->
<table width="300" class="bordercolor" cellpadding="4" cellspacing="1" align="center" border="0">
<tr>
<td class="titlebg" align="center" colspan="2">
<font size="-1">
Main Page Legend Title
</font>
</td>
</tr>
<tr valign="middle">
<td width="50%" class="windowbg" align="center">
<img src="http://s4.images.proboards.com/on.gif" /> = New Posts
</td>
<td width="50%" class="windowbg" align="center">
<img src="http://s4.images.proboards.com/off.gif" /> = No New Posts
</td>
</tr>
</table>
<!-- END MAIN PAGE LEGEND TABLE CODE -->
« Last Edit: Jun 7, 2009, 8:33am by Captain Niobe »Link to Post - Back to Top  IP: Logged
Captain Niobe
Administrator
*****
member is offline

[avatar]

"A strategy is still being formulated."


[homepage]

Joined: Apr 2007
Gender: Female
Posts: 4
Location: Onboard the Logos II.
 Re: Please enter
« Reply #4 on Jun 7, 2009, 8:47am »

<!-- START ICON LEGEND TABLE -->
<table border="0" align="center" cellpadding="4" cellspacing="1" class="bordercolor">
<tr>
<td class="titlebg" align="center" colspan="2">
<font size="-1">
Legend Title
</font>
</td>
</tr>
<tr valign="top">
<td width="50%" class="windowbg">
<img src="http://s4.images.proboards.com/on.gif" /> = New Post<br />
<img src="http://s4.images.proboards.com/locked.gif" /> = Locked Thread<br />
<img src="http://s4.images.proboards.com/stickylock.gif" /> = Sticky/Locked Thread<br />
<img src="http://s4.images.proboards.com/hotthread.gif" /> = Hot Thread
</td>
<td width="50%" class="windowbg">
<img src="http://s4.images.proboards.com/off.gif" /> = Old Post<br />
<img src="http://s4.images.proboards.com/sticky.gif" /> = Sticky Thread<br />
<img src="http://s4.images.proboards.com/veryhotthread.gif" /> = Very Hot Thread
</td>
</tr>
</table>
<!-- END ICON LEGEND TABLE -->
Link to Post - Back to Top  IP: Logged

[image]
   [Search This Thread][Send Topic To Friend] [Print]

Info Box Table code
Table Title
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]
[Text Here] [Text Here] [Text Here]


Affiliate List code
Affiliate List
TEXT TO DISPLAY
TEXT TO DISPLAY


Main Page Legend code
Main Page Legend Title
= New Posts = No New Posts


Icon Legend Table code
Legend Title
= New Post
= Locked Thread
= Sticky/Locked Thread
= Hot Thread
= Old Post
= Sticky Thread
= Very Hot Thread



Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!