well i came back here cuz the Support forum don't helps me it seems that if i make a topic thy just leave me behind and just go to other people ok i will show u a picture thats easy'er
$IMAGE1$
so my broblem is where home and profile and logout stands the img don't fits with every page and the forum it sticks out a litttle can u help me to fix this
here the code of the Top Part Of The Website
Code
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="100" style="border-bottom:1px solid #494949;">
<tr><td align="center"><img src="http://game-network.ucoz.net/logo4.png" border="0" width="100%"></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('http://game-network.ucoz.net/10.gif') left repeat;">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;">
<img alt="" src="http://game-network.ucoz.net/icon/house.png" align="" border="0"><a href="$HOME_PAGE_LINK$" title="Main"><!--<s5176>-->Home<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> |
<img alt="" src="http://game-network.ucoz.net/icon/user.png" align="" border="0"><a href="$PERSONAL_PAGE_LINK$" title="My profile"><!--<s5214>-->My profile<!--</s>--></a><?else?> |
<img alt="" src="http://game-network.ucoz.net/icon/award_star_gold.png" align="" border="0"><a href="$REGISTER_LINK$" title="Registration"><!--<s3089>-->Sign Up<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> |
<img alt="" src="http://game-network.ucoz.net/icon/cancel.png" align="" border="0"><a href="$LOGOUT_LINK$" title="Log out"><!--<s5164>-->Log out<!--</s>--></a><?else?> |
<img alt="" src="http://game-network.ucoz.net/icon/key.png" align="" border="0"><a href="$LOGIN_LINK$" title="Login"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td>
<td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>--><!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>|
<img alt="" src="http://game-network.ucoz.net/icon/RSS.png" align="" border="0"><a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
</tr>
</table
>