Hello,
Here is the basic html for a table with a border:
Code:
<table border="1" width="90%" cellpadding="0" cellspacing="0">
<tr>
<td>your text or code here</td>
</tr>
</table>
You can add: align="center" to the opening table row so the table centers itself.
You can also increase the width, or use a set width by changing the "90%".
To make a thicker border, just increase the border="1" with a higher number.
**** This modification works "as is" on RC2 ****