dzeller Posted September 24, 2010 Share Posted September 24, 2010 I am trying to center the header image at the top with no avail. here is my header.tpl code: <body> <div id="company_title" style="background-color:transparent">{if "images/headerserver.jpg"|file_exists}<img src="images/headerserver.jpg"" />{else}{$companyname}{/if}</div> <div id="top_container"> <div id="top"> <div id="welcome_box">{if $loggedin}{$LANG.welcomeback}, <strong>{$loggedinuser.firstname}</strong> <img src="templates/{$template}/images/icons/details.gif" alt="{$LANG.clientareanavdetails}" width="16" height="16" border="0" class="absmiddle" /> <a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}"><strong>{$LANG.clientareanavdetails}</strong></a> <img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /> <a href="logout.php" title="Logout"><strong>{$LANG.logouttitle}</strong></a>{else}{$LANG.please} <a href="clientarea.php" title="{$LANG.loginbutton}"><strong>{$LANG.loginbutton}</strong></a> {$LANG.or} <a href="register.php" title="{$LANG.clientregistertitle}"><strong>{$LANG.clientregistertitle}</strong></a>{/if}</div> </div> </div> the darn header image stays on the left and the login/register is at the top right. any ideas? thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
ninak Posted September 24, 2010 Share Posted September 24, 2010 You should be able to adjust these using the .css files. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.