Jump to content

Trying to make the categories "look" look like the Latest Pr


Guest jose_ugs

Recommended Posts

Guest jose_ugs

Like the topic says ... but i cannot figure out why the border of boxContent is getting cut and doesn't continue all the way down ... if you know what i mean

please, check the attached image

<!-- BEGIN: view_cat -->

<div class="boxContent">

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

<br />

<!-- BEGIN: productTable -->

<!-- BEGIN: products -->

<div class="latestProds">

<a href="index.php?act=viewProd&productId={PRODUCT_ID}" target="_self"><img src="{SRC_PROD_THUMB}" alt="{TXT_TITLE}" border="0" title="{TXT_TITLE}" /></a><br />

<a href="index.php?act=viewProd&productId={PRODUCT_ID}" target="_self" class="txtDefault"><strong>{TXT_TITLE}</strong></a><br />

<!--{TXT_DESC}--><div class="txtOutOfStock">{TXT_OUTOFSTOCK}</div>

{TXT_PRICE}

<div class="txtSale">{TXT_SALE_PRICE}</div>

<form action="{CURRENT_URL}" method="post" name="prod{PRODUCT_ID}">

<!-- BEGIN: buy_btn -->

<input type="hidden" name="add" value="{PRODUCT_ID}" />

<input type="hidden" name="quan" value="1" /><a href="java script:submitDoc('prod{PRODUCT_ID}');" target="_self" class="buynowButton">{BTN_BUY}</a><!-- END: buy_btn --> <a href="index.php?act=viewProd&productId={PRODUCT_ID}" target="_self" class="buynowButton">{BTN_MORE}</a>

</form>

</div>

<!-- END: products -->

<!-- END: productTable -->

</div>

<!-- END: view_cat -->

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