Würde mich ja für dich freuen allerdings passt da etwas noch nicht.
Führe bitte mal folgende Änderungen durch.
1. Suche
ACP ---> Designpack bearbeiten ---> Bei Tabellenzeile A unter ---> Weitere Attribute (CSS Code):
Code:
11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
und ersetze es mit ( kannst es aber auch löschen )
Code:
font-size: 11px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
2 Suche im Template Header
Code:
<a href="hmportal.php" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="home" class="imgTrans" src="images/images_style/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>
und erstze es mit
Code:
<a href="hmportal.php" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="portal" class="imgTrans" src="images/images_style/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>
3 Suche weiter im Template Header
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/images_style/i_17.jpg" border="0" alt="" /></td>
<td class="header1" width="100%" ></td>
<td><img src="images/images_style/i_19.jpg" border="0" alt="" /></td>
</tr>
</table>
und füge darunter das darunter ein.
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background: url('images/images_style/i_21.jpg');" width="16" ></td>
<td align="center">
<br />
Dann müsste das ganze so einigermaßen passen
