View Single Post
Old 2006-12-12, 02:35 PM   #2
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
ctrl+alt+t in Dreamweaver.

Two rows, two columns. Add/subtract cells as you need:

Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td></td>
    <td></td>
  </tr>
  <tr>
    <td></td>
    <td></td>
  </tr>
</table>
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote