HTML table without <td> tags does not render
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 3731.
--- Comment added on 8/26/02 3:47:23 PM ---
Scott Woods, 8/23/2002
The following snippet does not render in the html panel:
<html>
<head>
<title>Test</title>
</head>
<body>
<table border="2" cellpadding="2" cellspacing="2">
<tr>Hello</tr>
<tr>123</tr>
<tr>Bye</tr>
</table>
</body>
</html>
==============================
Erik de Laet, 8/24/2002
I haven't tried it in the html panel but you should use
<td> and </td> around table cells.
==============================
Scott Woods, 8/26/2002
I agree, but the HTML should still render.