Quote:
Originally Posted by Armin
* change navbits_finallink.gif to navbits_finallink_ltr.gif or upload new.
* check template footer ?
|
Thanks, navbits_finallink_ltr.gif was the missing image.
Hmm Footer, this could be, but on the start Page there is everything alright.
If the footer were broken so the startpage should be broken too, or i miss something?
I found and fixed the problem, it was the editor_toolbar_on Template.
I changed
HTML Code:
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="{$editorid}_controls" class="controlbar" colspan="2">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="$editorid" class="vBulletin_editor" width="100%">
<div id="{$editorid}_controls" class="controlbar">
to
HTML Code:
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="{$editorid}_controls" class="controlbar" colspan="2">