Jump to content

Space between boxes


Guest cntgifts

Recommended Posts

Guest cntgifts

k roban helped me move thigns around and instructions on hwo t oget them into a box

the searc h and sessions are have a big space between then

http://www.abreasattic.com/wholesale/index.php

how can i get rid of it

Heres my index.tpl file

<!-- BEGIN: body -->

<!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={VAL_ISO}" />

<title>{META_TITLE}</title>

<meta name="description" content="{META_DESC}" />

<meta name="keywords" content="{META_KEYWORDS}" />



<link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>

</head>



<body>

<div id="pageSurround">

	<div id="topHeader">

  

	</div>

<div>

	

	<div class="colLeft">

	{CATEGORIES}

	{RANDOM_PROD}  

                {INFORMATION}	

	



</div>

	

	<div class="colMid">

	{PAGE_CONTENT}

	</div>

	

	<div class="colRight">

	<div class="boxTitleRight">Welcome</div> 

<div class="boxContentLeft"> 

<div id="searchbox"> 

{SESSION}     

                    </div>

<border=0>

</div> 

<div class="boxFootRight">&nbsp;</div>

               <div class="boxTitleRight">Search</div> 

<div class="boxContentLeft"> 

<div id="searchbox"> 

 {SEARCH_FORM}     

                    </div>

<border=0> 

</div> 

<div class="boxFootRight">&nbsp;</div>



                {SHOPPING_CART}

                {POPULAR_PRODUCTS}

	{SALE_ITEMS}

	{MAIL_LIST}

	</div>



</div>



<br clear="all" />



{SITE_DOCS}



</div>

</body>

</html>

<!-- END: body -->

Link to comment
Share on other sites

Guest tbladecki

try removing this "&nbsp;" from the lines before and after the {SEARCH_FORM}.

<div class="boxFootRight"></div>

              <div class="boxTitleRight">Search</div> 

              <div class="boxContentLeft"> 

              <div id="searchbox"> 

{SEARCH_FORM}     

                   </div>

<border=0> 

</div> 

<div class="boxFootRight"></div>

Use the above code... just take out the "&nbsp;" in the following two lines:

<div class="boxFootRight">&nbsp;</div>

<div class="boxFootRight">&nbsp:</div>

Should work fine

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...