View Single Post
Old June 29th, 2006, 06:10 PM   #4 (permalink)
GateKeeper
Member
Verified Customer
 
Join Date: May 2006
Posts: 240
Extra <div>

Not this matters to the immediate issue, but it appears there is an extra <div> in this section in the original inc_classifieds.php

Quote:
<td class="alt2" nowrap="nowrap"><div class="smallfont" align="left">
<div style="clear:both">
<img class="inlineimg" src="$vb_urlpath/images/icons/icon1.gif" alt="" border="0" />
<a href="$class_path/showproduct.php?product=$lastphoid"><strong>$photitle</strong></a>
</div>
<div>
by <a href="member.php?u=$lastphobyid">$lastphoby</a>
</div>
<div align="right">
$pptime
<a href="$class_path/showproduct.php?product=$lastphoid"><img class="inlineimg" src="$vb_urlpath/images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
</div>
</td>
As best I can tell, the bolded <div> never gets closed. Am I reading this right. Again, it doesn't seem to make any difference to the problem at hand.
GateKeeper is offline   Reply With Quote