How to make a box to enclose text?
<table border=1>
<tr><td> This is the text you want to enclose in the box.<br>
I put the break tag there to start a new line.</td></tr>
</table>
It looks like this:
This is the text you want to enclose in the box. I put the break tag there to start a new line. |