Log in

View Full Version : WYSIWYG editor Width


Animparadise
05-11-2008, 09:13 AM
i have e problem width editor width.
is ther anyway to set width=100% ?
there is no change in width of editor when i set percent but fixed pixel like 640px work like charm.:confused:
i think all of problem come from this line:
<table cellspacing="0" cellpadding="0" border="0">
that have no width:confused:
because next line :
<td width="100%" class="vBulletin_editor" id="vB_Editor_001">
is ok!

Lynne
05-11-2008, 04:03 PM
Looking at the source code for this page and the WYSIWYG editor part, I see this code:
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="left" style="max-width:630px; width:auto !important; width:630px">
<div class="smallfont">Message:</div>
So, it looks like it is getting defined in the div tag, not the table tag.