Quote:
Originally Posted by DragonByte Tech
I believe you can achieve this by editing dbtech_vbshout_editortools and adding the align to the parent <div> in there.
|
Thank you Fillip
Do you mean this code:
Code:
<div class="texteditor" style="display:inline;">
<div class="editor" style="display:inline;">
<div class="editor_controls floatcontainer" style="padding:0; width:auto; display:inline; float:{vb:stylevar left}; position:relative;">
<ul>
I tried changing {vb:stylevar left} to {vb:stylevar center} but that did nothing.