Network54 Tech Tips
Adding Tables
Time: June 18 03:25am


The following will make your forum fit into a table:

Put this at the very top of the header section. Also, your forum MUST BE enabled for HTML. To do that, if it is not, you MUST follow THIS LINK and ask for it to be HTML enabled.

<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. -->

Enter the following code to your page:

Put this at the end the footer section:

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

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

Enter the following code to your page:

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 DreamWeaver, it will alter the code.


[ Network 54 Tech Tips ] [ Network 54 Knowledge Base ] [ How to post pictures ] [ How to post a link ]
[ Adding a POST button ] [ Adding Content to Different Pages ]
[ 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 ] [ How to add Animation to your Forum ]
[ Adding a Sticky Message ] [ Adding Tables ] [ Adding Votelet Links ]
[ Adding snow for the holidays }
[ Known Browser Issues ]



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