Hey, I have integrated WHMCS with my template, but for some reason it goes real long and stretches out the WHMCS bit.


(this is zoomed out so you can see it)

Here is the code:

Code: 
<!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}" />
<title>{$companyname} - {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title>
{if $systemurl}<base href="{$systemurl}" />
{/if}<link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" />
<script type="text/javascript" src="includes/jscript/jquery.js"></script>
    <link href="style/main.css" rel="stylesheet" media="all" rev="stylesheet" />
    <script type="text/javascript" src="js/scripts/jquery-1.7.1.min.js"></script>
    <link rel="stylesheet" href="js/themes/default/default.css" type="text/css" media="screen" />
{if $livehelpjs}{$livehelpjs}
{/if}</head>
   <div class="liquid topnav">
	<div class="fixed">
        <ul>
            <li class="skip"><a href="http://my.hostt.org/clientarea.php"><img src="images/icons/icon-house.png" align="House" /> Client Login</a></li>
            <li><a href="http://my.hostt.org/cart.php?a=view"><img src="images/icons/icon-cart.png" align="Cart" /> Your Cart</a></li>
            <li><a href="http://hostt.org**********"><img src="images/icons/icon-bubbles.png" align="House" /> Community Forums</a></li>
        </ul>
    </div>
</div>
<div class="fixed header">
	<a href="#"><img src="images/logo/logo.png" alt="HostT" /></a>
</div>
<div class="liquid navigation">
	<ul class="fixed">
    	<li class="skip" onmouseover="switchnav('#none');"><a href="http://hostt.org/">Home</a></li>
        <li onmouseover="javascript:switchnav('#shared');"><a href="http://hostt.org/hosting/">Hosting</a></li>
        <li onmouseover="javascript:switchnav('#vps');"><a href="http://hostt.org/about/">About Us</a></li>
        <li onmouseover="javascript:switchnav('#dedicated');"><a href="http://hostt.org/TOS/">TOS</a></li>
        <li onmouseover="javascript:switchnav('#720');"><a href="http://hostt.org/FAQ/">FAQ</a></li>
        <li onmouseover="javascript:switchnav('#none');"><a href="http://my.hostt.org/supportticket.php">Support</a></li>
    </ul>
</div>
<body>
<div id="top_container">
  <div id="top">
    <div id="company_title">{$companyname}</div>
    <div id="welcome_box">{if $loggedin}{$LANG.welcomeback}, <strong>{$loggedinuser.firstname}</strong>&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp;&nbsp;<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=quotes" title="{$LANG.quotestitle}">{$LANG.quotestitle}</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>
Thanks,
MrOSX
MrOSX Reviewed by MrOSX on . Integration Help Hey, I have integrated WHMCS with my template, but for some reason it goes real long and stretches out the WHMCS bit. http://puu.sh/xH3H (this is zoomed out so you can see it) Here is the code: <!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> Rating: 5