Column Width with a VISUAL editor?
-
Hi,
I am trying to putt in tables into a page and cannot figure out how to control the widths of columns with a visual / WYSIWYG editor. It have tried TinyMCE Advanced and Ultimate TinyMCE, but these only seem to allow control over the total width of the table overall and the number of the columns.
Here’s a snippet of the HTML it generates.
===============================================
</table>
<table style=”width: 1000px;” border=”0″>
<tbody>
<tr>
<td>TEXT BLAH BLAH</td>
<td>TEXT BLAH BLAH</td>
<td>TEXT BLAH BLAH</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
======================================================I really don’t want to have to learn the CSS and PHP and HTML sillyness. I just want to do something that should be VERY easy in 2012 in a visual editor. Does anyone know of a plugin editor, etc. to do this?
Eric
- The topic ‘Column Width with a VISUAL editor?’ is closed to new replies.