this is my current code :
Code:
<div style="clear:both;"></div>
<div class="ListingRow">
<div class="ListingHr"></div>
<div class="ListingCheckbox">
<input type="checkbox" name="chkCompare" id="idCompareChk<?=$pId?>" value="<?=$pId?>">
</div>
<div class="ListingThumbnail">
<?= getProductThumbnail($pId, $pLink, $row['TITLE'], $cId, '90', '90', 'ListingThumbnailBox') ?>
</div>
<div class="ListingRowRight">
<div style="clear:both;"></div>
<div>
<div class="ListingRowRightLeft">
<a href="<?=$pLink?>" class="linkLarge" title="<?=strip_tags($pTitle)?>"><?=$pTitle?></a>
<br>
<font class="PLDetail"><?=$pDetail?></font>
<br><br>
<?=getProductRating($pId, $pRating, $pFilename, $cId, $cFilename)?>
</div>
<div class="ListingRowRightRight">
<br>
<font class="PLPrice">
<?= getFormattedPrice($pMinPrice, $currencySymbol, $currencyRate)?>
<?= $pMinPrice==$pMaxPrice?'':(" - ".getFormattedPrice($pMaxPrice, $currencySymbol, $currencyRate)) ?>
</font>
<br><br>
<? getUserProductLink($pId, $storeCount, $pLink) ?>
</div>
</div>
</div>
</div>
how do i change this to work ?
my css is in a seperate file