[opencms-dev] Problem with Table and WYSIWYG
Stefano
ste.ste at email.it
Fri May 12 17:32:32 CEST 2006
Hello at all!
I'm a new user of a WYSIWYG editor. I have a great problem (for my less
experience) with the creation of a table in the editor.
When I create a simple table with two rows and two columns like this:
<table>
<tr>
<td>First Cell</td>
<td>Second Cell</td>
<tr>
<tr>
<td>Third Cell</td>
<td>Fourth Cell</td>
<tr>
</table>
automatically the editors insert the tag <tbody>, and result become like
this:
<table>
<tbody>
<tr>
<td>First Cell</td>
<td>Second Cell</td>
<tr>
<tr>
<td>Third Cell</td>
<td>Fourth Cell</td>
<tr>
</tbody>
</table>
The problem is that the browser who will have to process the page that
contains the table don't support the tag <tbody>, <thead>, <tfoot> and
other.
The browser that I'm using isn't a Web browser (where there isn't problem)
but another plattform browser.
Who can help me to solve this problem?
I have the same problem with HtmlArea, FCKeditor and MSDHTLM.
Please, helpme...
Thank you before...
Stefano
N.B.:Excuse me for my bad english ... :-)
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Tutta la musica che vuoi a portata di click!
Entra in www.radiosnj.com
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5180&d=20060512
More information about the opencms-dev
mailing list