make sure the curser is flashing where you want to place the box
Layout - then, it should be the first option, click it,
then rows = 1
columns = 1
then the rest 0 ( if you dont want the boarder to be seen )
header = none
click ok
this is the code
- Code: Select all
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
and thats it