|
-
Dec 6th, 2000, 08:16 PM
#5
Thread Starter
Lively Member
You are right.
My problem is the table.
If i put the <div> as below:
<table>
<tr><td><table>
<div><tr><td><table><tr><td>testing</td></tr></table></td></tr></div>
</table></td></tr>
</table>
It works in IE but not netscape. If i put it opposite:
<table>
<tr><td>
<div>
<table>
<tr><td><table><tr><td>testing</td></tr></table></td></tr>
</table></div></td></tr>
</table>
It totally will not work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|