scvps Posted September 1, 2010 Share Posted September 1, 2010 http://billing.vhostingzone.com/ As you can see the old background is still in there? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> {if $systemurl}<base href="{$systemurl}" /> {/if}<link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> <link rel="stylesheet" type="text/css" href="http://vhostingzone.com/style/style.css" /> <link rel="stylesheet" href="http://vhostingzone.com/style/menu_style.css" type="text/css" /> <script type="text/javascript" src="includes/jscript/jquery.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="js/jquery.jigowatt.js"></script> {if $livehelpjs}{$livehelpjs} {/if}</head> </head> <body> <div id="psd2"> <div id="calque1"> <hr /> </div> <div id="calque2"></div> <div id="id31base"><a href="#"><img src="style/images/livechat_bas.png" alt="" width="135" height="30" /></a></div> <div id="hostingpack"></div> <div id="votrepartenairepourlhbergement"> <p>We will blow you're mind!</p> </div> <div id="forme1"></div> <div id="accueil"> <div class="menu"> <ul> <li><a href="index.html" >Home</a></li> <li><a href="#" id="current">VPS</a> <ul> <li><a href="de-xen.html">DE XEN VPS</a></li> <li><a href="de-xen-s.html">DE XEN Semi-Dedicated VPS</a></li> <li><a href="#">US Xen VPS (coming soon)</a></li> <li><a href="#">US XEN Semi-Dedicated VPS (coming soon)</a></li> </ul> </li> <li><a href="dedicated.html">Dedicated</a> <ul> <li><a href="us-dedicated.html">US Dedicated Server</a></li> <li><a href="uk-dedicated.html">UK Dedicated Server</a></li> <li><a href="de-dedicated.html">DE Dedicated Server</a></li> </ul> </li> <li><a href="services.html">Services</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="https://billing.vhostingzone.com/">Billing</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div> <div id="forme5"> <div id="forme5ct"> <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> <div id="content_container"> {if $loggedin} <div id="top_menu"> <ul> <li><a href="clientarea.php" title="{$LANG.clientareanavhome}">{$LANG.clientareanavhome}</a></li> <li><a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}">{$LANG.clientareanavdetails}</a></li> <li><a href="clientarea.php?action=products" title="{$LANG.clientareanavservices}">{$LANG.clientareanavservices}</a></li> <li><a href="clientarea.php?action=domains" title="{$LANG.clientareanavdomains}">{$LANG.clientareanavdomains}</a></li> <li><a href="clientarea.php?action=invoices" title="{$LANG.invoices}">{$LANG.invoices}</a></li> <li><a href="supporttickets.php" title="{$LANG.clientareanavsupporttickets}">{$LANG.clientareanavsupporttickets}</a></li> <li><a href="affiliates.php" title="{$LANG.affiliatestitle}">{$LANG.affiliatestitle}</a></li> <li><a href="clientarea.php?action=emails" title="{$LANG.clientareaemails}">{$LANG.clientareaemails}</a></li> </ul> <div class="clear"></div> </div> {/if} <div id="content_left"> <h1>{$pagetitle}</h1> <p class="breadcrumb">{$breadcrumbnav}</p> 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 1, 2010 Share Posted September 1, 2010 (edited) You need to get the http://vhostingzone.com/ page layout structure working better as you only have div box's within the body and you would be best on having like: <div class="content"> <div class="header"> # then move the div box's you need for your header you have in her # </div> <div class="centre-content"> # then move the div box's you need for your centre-content you have in her # </div> <div class="footer"> # then move the div box's you need for your footer you have in her # </div> </div> then you would do this in WHMCS: this in your header <div class="content"> <div class="header"> # then move the div box's you need for your header you have in her # </div> <div class="centre-content"> then this would be all the WHMCS pages this in your footer </div> <div class="footer"> # then move the div box's you need for your footer you have in her # </div> </div> By the way the above is only a starting guide and not a fully working code snippet. Edited September 1, 2010 by thehost5968 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.