PDA

View Full Version : help with table


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>

Spudooli
07-24-2006, 06:38 AM
A URL so that we can see what it looks like would be useful to solve this problem

mucig
07-24-2006, 01:09 PM
It may just be a browser problem because my work PC shows it fine. The browswer giving a problem is Firefox. If anyone has Firefox let me know if there is a problem with overlapping words on the following link...

http://www.mucig.com/index.php?showimage=78

Thankss!!!