Quote:
Originally Posted by Boofo
You are close but the span tags have to wrap it.
Change this:
HTML Code:
<span style="float:$stylevar[left]"></span><td id="usercptools"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
to this:
HTML Code:
<td id="usercptools"><span style="float:$stylevar[left]"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a></span> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
and let me know if that fixes it.
|
That didn't do the trick

. I am hoping I have it in the right spot for the adjustment.