Page 1 of 1

Problem with button placement on message board

PostPosted: Fri Dec 15, 2006 4:40 am
by SnoringFrog
Code: Select all
 <td align='right' width="80%"><a href='http://z14.invisionfree.com/BBA_Message_Board/index.php?act=Post&CODE=02&f=178&t=661'><img src='http://i47.photobucket.com/albums/f160/SnoringFrog/RedReply.jpg' border='0' alt='Add Reply'></a> <!-- DEFAULT DIV -->
   <a href="javascript:ShowHide('qr_open','qr_closed');" title="Open Fast Reply Window" accesskey="f"><img src='http://i47.photobucket.com/albums/f160/SnoringFrog/RedQuickReply.jpg' border='0' alt='Quick Reply' /></a>


That's the HTML of the section that's bothering me on my message board. The problem I'm having is that there is a gap that looks about one character width between the Add Reply and Quick Reply buttons, but not between the others. The way the buttons are designed is to appear as one seamless banner with text, almost as one large multi-functional button, but this gap messes that up.

Anyone know what my problem is or how I could try to correct it?

PostPosted: Fri Dec 15, 2006 6:50 pm
by Mithrandir
Try this...

1. Make sure you quotes in your TD, IMG and A tags are DOUBLE quotes, not single quotes.
2. Add Border="0" to your TD and A tags.