Jump to content

All content boxes went left


Guest iXp

Recommended Posts

I am not sure what happened - I finished up the store, and went back a couple of days later, and the content boxes are all on the left side of the home page.

I though sessions may have something to do with it, so I logged in - no change.

I checked out my Global files and all are ok.

I made changes to the above files and all changes made a difference.

I am lost - check out my lop-sided store at:

www.theactivent.com/shop

Thanks in advance!

Link to comment
Share on other sites

You're missing a closed </div> in index.tpl.

This one I believe:

<div class="boxContent">

<span class="txtContentTitle">Energy Efficiency starts with The Activent</span>

<br />

Your Activent enabled house or building will change your energy bills immediately - What are you waiting for?<br/>

</div>

<div class="boxContent">

<span class="txtContentTitle">Latest Products</span>

<div>

Link to comment
Share on other sites

You're missing a closed </div> in index.tpl.

This one I believe:

<div class="boxContent">

<span class="txtContentTitle">Energy Efficiency starts with The Activent</span>

<br />

Your Activent enabled house or building will change your energy bills immediately - What are you waiting for?<br/>

</div>

<div class="boxContent">

<span class="txtContentTitle">Latest Products</span>

<div>

I was looking for a DIV tag or table or something, but I couldn't find it.

Edit - I was looking it the wrong skin file - my fault ....

Thanks!

Link to comment
Share on other sites

OK - I am close...

I can't get the Latest Products box to move.

Here is my index.tpl file:

<!-- BEGIN: index -->

<div class="boxContent">

<span class="txtContentTitle">{HOME_TITLE}</span>

<br />

{HOME_CONTENT}

</div>

<!-- BEGIN: latest_prods -->

	<div class="boxContent">

	<span class="txtContentTitle">{LANG_LATEST_PRODUCTS}</span>

		<div></div>

		<!-- BEGIN: repeat_prods -->

			<div style="float: left; text-align: center; width: {VAL_WIDTH}px;">

				<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}"><img src="shop/{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a>

				<br />

				<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}" class="txtDefault">{VAL_PRODUCT_NAME}</a>

				<br /> 

				{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>

		  </div>

		<!-- END: repeat_prods -->

		<br clear="all" />

	</div>

		<br clear="all" />

		

		

	</div>

<!-- END: latest_prods -->

<!-- END: index -->

Help!!! Please!!!!

I know that I have 1 DIV tag that is not open - one to many closed DIV tags, but finding the combo to fix it has eluded me thus far...

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...