http://www.myasp-net.com/tempaob02/index.html# can someone look at source code for this template and tell me what i need to do to remove the 2 product boxes from this template
Just took a fast glance, i think you should remove <td><img src="images/product_05.jpg" width="109" height="106" alt=""></td> And <td><img src="images/product_08.jpg" width="108" height="106" alt=""></td> please cross check again.
<td><table width="414" height="182" border="0" cellpadding="0" cellspacing="0"> <tr> <td><table width="414" height="182" border="0" cellpadding="0" cellspacing="0" bgcolor="#F8F8F8" id="Table_01"> <tr> <td colspan="3"><table width="200" height="25" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#AFAFAF" class="desctext"><div align="center" class="prodtop">Product One </div></td> </tr> </table></td> <td rowspan="3"><img src="images/product_02.jpg" width="4" height="182" alt=""></td> <td colspan="3"><table width="210" height="25" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#AFAFAF"><div align="center" class="prodtop">Product Two </div></td> </tr> </table></td> </tr> <tr> <td><table width="46" height="106" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table></td> <td><img src="images/product_05.jpg" width="109" height="106" alt=""></td> <td><table width="45" height="106" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table></td> <td><table width="59" height="106" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table></td> <td><img src="images/product_08.jpg" width="108" height="106" alt=""></td> <td><table width="43" height="106" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table></td> </tr> <tr> <td colspan="3"><table width="200" height="51" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="prodtext"><div align="center">Product Description here. Lorem ipsum has been around for a </div></td> </tr> <tr> <td valign="top" class="prodtext"><div align="center"><a href="#"><font color="#FF7200"><b>More Information </b></font></a></div></td> </tr> </table></td> <td colspan="3"><table width="210" height="51" border="0" cellpadding="0" cellspacing="0"> <tr> <td><div align="center"> <table width="200" height="51" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="prodtext"><div align="center">Product Description here. Lorem ipsum has been around for a </div></td> </tr> <tr> <td valign="top" class="prodtext"><div align="center"><a href="#"><font color="#FF7200"><b>More Information </b></font></a></div></td> </tr> </table> </div></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> </td> Code (markup): try to cut that thing ...