mucig
07-24-2006, 04:29 AM
I recently added a rating addon but it messed up the table with overlapping info. Basically it overlaps the number of votes with the exposure time. Can someone help me figure out why and how to fix it? I'm brutal with html. Here is my code:
<div id="image-info">
<span class="addcomment"><IMAGE_COMMENTS_NUMBER> <COMMENT_POPUP> <IMAGE_RATING_STARS><IMAGE_VOTES></span>
<span class="title"><IMAGE_TITLE></span>
<table width="100%">
<tr>
<td id="image-notes"><IMAGE_NOTES></td>
<td id="image-exif">
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_FLASH><br />
</td>
</tr>
</table>
</div>
<div id="image-info">
<span class="addcomment"><IMAGE_COMMENTS_NUMBER> <COMMENT_POPUP> <IMAGE_RATING_STARS><IMAGE_VOTES></span>
<span class="title"><IMAGE_TITLE></span>
<table width="100%">
<tr>
<td id="image-notes"><IMAGE_NOTES></td>
<td id="image-exif">
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_FLASH><br />
</td>
</tr>
</table>
</div>