I'm trying to create a form with a format different that the common 2 column layout. I'm using Visual Editor to insert additional columns, and merging across cells too. However, my problem is that the new cell have lost their style. So far, the only way I can fix this is go into the HTML editor and start hacking the code directly.
For instance, manually changing
to
[font=Courier New]<TD class=editshade_b style="PADDING-LEFT: 15px" width=150>Name</TD>
Is there anyway to have the Visual Editor propagate these style elements to new cells? Plus, one has to get the right styles into the right places for rounded table corners etc. Manually editing HTML doesn't seem like the best way of doing things.
Thanks