Thread: New Version
View Single Post
Old 12-17-2001, 10:03 AM   #3
Ghryphen
THZ Founder
 
Ghryphen's Avatar
 
Join Date: Mar 2001
Location: WA, USA
Age: 50
Posts: 3,927
Default

Take out returns.

Make this
PHP Code:
<table>
  <
tr>
    <
td>
    </
td>
  </
tr>
</
table
This
PHP Code:
<table><tr><td></td></tr></table
Ghryphen is offline   Reply With Quote