Hello,
I still can't figure this out. I've re-designed my editor interface and moved the increase/decrease size for the editor to the bottom right of the editor. But now the buttons aren't working. They aren't even working as links.
PHP Code:
<td class="editor_bottom" align="right">
<div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.png" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
<div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.png" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
</td>
It looks to be fine. Anyone see any mistakes or conflicts that may be causing this error?