Oh... I see what you're saying. The comment buttons sometimes butt into the end of your text or come before the picture. Let me see what we can do about that...
Try adding this to the CSS
.link_pos
{
display:block;
clear:both;
}
-Kevin
Thank you that is just what I wanted
