Hi!
suche in der home, details, categories, error, lightbox, member, register, search, top.html lösche oder kommentiere es aus:
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td>
</tr>
<tr>
<td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td align="center" class="row1">{user_box}</td>
</tr>
<tr>
<td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
suche in der home, details, categories, error, lightbox, member, register, search, top.html:
<hr size="1" />
füge darunter ein:
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="head1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="head1" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td>
</tr>
<tr>
<td align="center" class="row1">{user_box}</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
suche die datei "user_logininfo.html" und ersetze sie mit folgenden:
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td valign="top" align="left">
{lang_loggedin_msg}
» <a href="{url_lightbox}">{lang_lightbox}</a>
» <a href="{url_control_panel}">{lang_control_panel}</a>
» <a href="{url_logout}">{lang_logout}</a>
</td>
</tr>
</table>
suche die datei "user_loginform.html" und ersetze sie mit folgenden:
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td>
<form action="{url_login}" method="post">
{lang_user_name}
<input type="text" size="10" name="user_name" class="logininput" >
{lang_password}
<input type="password" size="10" name="user_password" class="logininput" >
<span class="smalltext">{lang_auto_login}</span>
<span><input type="checkbox" name="auto_login" value="1"></span>
<input type="submit" value="{lang_login}" class="button" >
» <a href="{url_lost_password}">{lang_lost_password}</a>
» <a href="{url_register}">{lang_register}</a>
</form>
</td>
</tr>
</table>
alles weitere über html und css findest du hier:
http://de.selfhtml.org/html/index.htmhttp://www.css4you.de/mfg Andi