Menu

#45 problems with tables

open
nobody
None
5
2005-03-16
2005-03-16
Anonymous
No

I have a problem with tables. For example the in the
code: <html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pagina nueva 1</title>
</head>

<body>

<table border="1" cellpadding="0" cellspacing="0"
width="100%" id="table1">
<tr>
<td>
<object id="richedit1"
style="BACKGROUND-COLOR: buttonface"
data="rte/richedit.html"
width="45%" height="45%"
type="text/x-scriptlet" VIEWASTEXT></object>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<object id="richedit2" style="BACKGROUND-COLOR:
buttonface" data="rte/richedit.html"
width="45%" height="45%"
type="text/x-scriptlet" VIEWASTEXT></object>

</body>
</html>

the editor doesn´t appears into the table. What´s the
problem?

thanks

Discussion


Log in to post a comment.