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.

i think all of problem come from this line:
HTML Code:
<table cellspacing="0" cellpadding="0" border="0">
that have no width

because next line :
HTML Code:
<td width="100%" class="vBulletin_editor" id="vB_Editor_001">
is ok!