I would like to add or have added the capability to specify the valign cell properties when inserting or editing a table.
Thanks
mgordon,
You can specify the valign cell properties using .
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
Thanks, I did miss that option on the toolbar, but I still need the ability to set the default to valign=top, can you point me in the right direction.
Thanks again.
Mike
Mike,
valign is not a valid attribute for the table element, I suggest you move the valign="top" to the <td> element instead.
The TD is where I want to set it, I need to know where to set it when creating a table. I want to default the valign to top instead of the user having to edit each cell.