Post by captmaniac on Sept 10, 2005 22:23:02 GMT
Finally, I've made my first code. Too bad it isn't anything special
OK, it might be a little tough to modify for some, so pay attention to the messages and colors below. Here's the code:
<table class="bordercolor" cellspacing="1" align="center" width="92%">
<!--Rules Table by Captain Maniac. Please keep this header intact.-->
<tr>
<td align="center">
<table>
<tr>
<td class="titlebg" align="center">
<b>Rules</b>
</td>
</tr>
<tr>
<td class="windowbg" align="center">
<br/>
1. Rule #1 Here
<br/>
2. Rule #2 Here
<br/>
3. Rule #3 Here
<br/>
4. Rule #4 Here
<br/>
5. Rule #5 Here
</td>
</tr>
</table>
</td>
<td align="center">
<table>
<tr>
<td class="titlebg" align="center">
<b>Links</b>
</td>
</tr>
<tr>
<td bgColor="F1F1F1" align="center">
<a href=http://support.proboards.com>Proboards Support</a>
<br/>
<a href=http://fhpd18.proboards37.com>A Neat Forum</a>
<br/>
<a href=http://carsandgames.proboards56.com>Another Neat Forum</a>
<br/>
<br/>
</td>
</tr>
</table>
</td>
</tr>
<td colspan="2">
<b>PUT CREDITS, COPYWRITE OF FORUM, OR OTHER SMALL TEXT HERE</b>
</td>
</tr>
</table>
The Text in blue is the first rule. Change that and the other rule lines to whatever you wish, your rules obviously. If you need to add another line, make a new line underneath the 5th rule line, and type the following:
<br/>
#. Next Rule Goes Here
# = whatever number rule it is.
Next Rule Goes Here = Put the next rule there.
The text in red is one of the links. I have three links, but you can get rid of those - they are just examples. If you want to make an additional link line, make a new line directly under the existing links, and type the following:
<br/>
<a href=URL HERE>TEXT HERE</a>
URL HERE = Put the url to the page there.
TEXT HERE = Put the text that members will see here.
The text in green is credits, copywrite, or other text you may want. Try to keep this line short and to the point, or else it will make the table really long. You may do whatever you want with this, whether you want to add a new line or whatever.
Preview: aeftestboard.proboards58.com/
It can be found right at the top on that forum.
If you have any problems with this code, feel free to ask in the code support board. I will be happy to help you.
Reason For Edit: fixing color coding
OK, it might be a little tough to modify for some, so pay attention to the messages and colors below. Here's the code:
<table class="bordercolor" cellspacing="1" align="center" width="92%">
<!--Rules Table by Captain Maniac. Please keep this header intact.-->
<tr>
<td align="center">
<table>
<tr>
<td class="titlebg" align="center">
<b>Rules</b>
</td>
</tr>
<tr>
<td class="windowbg" align="center">
<br/>
1. Rule #1 Here
<br/>
2. Rule #2 Here
<br/>
3. Rule #3 Here
<br/>
4. Rule #4 Here
<br/>
5. Rule #5 Here
</td>
</tr>
</table>
</td>
<td align="center">
<table>
<tr>
<td class="titlebg" align="center">
<b>Links</b>
</td>
</tr>
<tr>
<td bgColor="F1F1F1" align="center">
<a href=http://support.proboards.com>Proboards Support</a>
<br/>
<a href=http://fhpd18.proboards37.com>A Neat Forum</a>
<br/>
<a href=http://carsandgames.proboards56.com>Another Neat Forum</a>
<br/>
<br/>
</td>
</tr>
</table>
</td>
</tr>
<td colspan="2">
<b>PUT CREDITS, COPYWRITE OF FORUM, OR OTHER SMALL TEXT HERE</b>
</td>
</tr>
</table>
The Text in blue is the first rule. Change that and the other rule lines to whatever you wish, your rules obviously. If you need to add another line, make a new line underneath the 5th rule line, and type the following:
<br/>
#. Next Rule Goes Here
# = whatever number rule it is.
Next Rule Goes Here = Put the next rule there.
The text in red is one of the links. I have three links, but you can get rid of those - they are just examples. If you want to make an additional link line, make a new line directly under the existing links, and type the following:
<br/>
<a href=URL HERE>TEXT HERE</a>
URL HERE = Put the url to the page there.
TEXT HERE = Put the text that members will see here.
The text in green is credits, copywrite, or other text you may want. Try to keep this line short and to the point, or else it will make the table really long. You may do whatever you want with this, whether you want to add a new line or whatever.
Preview: aeftestboard.proboards58.com/
It can be found right at the top on that forum.
If you have any problems with this code, feel free to ask in the code support board. I will be happy to help you.
Reason For Edit: fixing color coding