Network54 Tech Tips
Adding Tables
Time: January 06 09:39am


The following will make your forum fit into a table:

Put this at the very top of the header section:

<div align="center">
<!-- NOTE, change the following width to match the size of your overall table -->
<table width="800">
<tr>
<td>

<!-- PUT ALL OF YOUR FORUM HEADER CODE HERE. -->

Put this at the end the footer section:

<!-- PUT ALL OF YOUR FORUM FOOTER CODE HERE.  -->

</td>
</tr>
</table>
</div>

 The above will make your entire forum 800 pixels wide. Note, if anyone posts a picture wider than 800 pixels, it will stretch the forum past 800 pixels wide.

Here's a tip for copying and pasting code like this.
Copy the code into a simple text editor like Windows Notepad.
Do not use a word processor or other rich text editor.
Then copy that text into your HTML editor.
If you copy this code directly into an HTML editor like
FrontPage or Dream Weaver, it will alter the code.


[ Network 54 Tech Tips ] [ Adding a POST button ] [ Adding Content to Different Pages ]
[ Adding snow for the holidays }
[ PHP Redirect ] [ HTML Redirect ] [ Embed Forum in a Frame ] [ Smiley Generator ]
[ Using Frames with your forum ] [ Using Inline Frames with your forum ] [ Adding Image Maps to your forum ]
[ Adding images to your forum ] [ How to display a visitor's IP address ] [ How to Add Links to your forum ]
[ Adding a Marquee - (Scrolling Text Box) ] [ How to add Simple Scripts ] [ How to add Sound to your Forum ]
[ Adding a Sticky Message ] [ Adding Tables ] [ Adding Votelet Links ]
[ Browser Issues ] [ AOL Issues ]
[ How to post pictures ] [ How to post a link ]



If you came from a direct link, use the "Back Button".
If you came from a signature link, use "Close This Window".

OZ Website Services Website Services

Valid HTML 4.01 Transitional