View Single Post
  #1  
Old 04-07-2012, 09:51 AM
 
Paul H Paul H is offline
 

eXpert
  
Join Date: Sep 2005
Posts: 246
 

Default Product Description-inline element ????

Hello
I'm just trying to design a light and Lucid 2 column 4.4.5 and have a problem with an inline element giving me a 125px left margin in product description.
I found this in page source

<div class="details" style="margin-left: 125px;">

<form name="orderform" method="post" action="cart.php" onsubmit="javascript: return FormValidation(this);">
<input type="hidden" name="mode" value="add" />
<input type="hidden" name="productid" value="1" />
<input type="hidden" name="cat" value="2" />
<input type="hidden" name="page" value="1" />

<table cellpadding="0" cellspacing="0" summary="Description">

<tr>
<td >prod1*



</tr>

</table>

Where is this ? How do I modify it ??

Thanks
__________________
Xcart Gold 4.1.11-Gone
= 4.7.11-Live
Reply With Quote