Saber7Tact Posted September 23, 2010 Posted September 23, 2010 Here is code: <!-- start Index content //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"></td> <td align="center" class="main"><form name="filter" action="index.php" method="get"><b>Show:</b> <input type="hidden" name="cPath" value="90"><input type="hidden" name="sort" value="2a"><select name="filter_id" onchange="this.form.submit()"><option value="" SELECTED>All Manufacturers</option></select></form></td> <td align="right"><img src="includes/sts_templates/s7tg/images/" border="0" alt="" width="57" height="40"></td> </tr> </table></td> </tr> <tr> <td><img src="includes/sts_templates/s7tg/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2" class="productListing"> Above code missing an image here: <td align="right"><img src="includes/sts_templates/s7tg/images/" border="0" alt="" width="57" height="40"></td> I am sure I broke it but don't know where. Any ideas? Thanks!
jhande Posted September 23, 2010 Posted September 23, 2010 code missing an image here: <td align="right"><img src="includes/sts_templates/s7tg/images/" border="0" alt="" width="57" height="40"></td> I am sure I broke it but don't know where. Any ideas? Thanks! There is no image called in the code above, just the images folder. No need something like this: <td align="right"><img src="includes/sts_templates/s7tg/images/image_name.jpg " border="0" alt="" width="57" height="40"></td> - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.