View Single Post
  #12 (permalink)  
Old Jun 1st, 2006, 15:03
saltedm8's Avatar
saltedm8 saltedm8 is offline
Lead Administrator
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,435
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Hey. im new and need some help

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>&nbsp;</td>
  </tr>
</table>
and thats it

Last edited by saltedm8; Jun 1st, 2006 at 15:16.
Reply With Quote