Forum Moderators: open
Here's what I've got...
<br/><br/><strong><a href="http://domain.com/yadayada" target="_blank">Achieve Your Ideal ASDFJK</a></strong>
<br/><br/><strong><a href="http://domain.com/folder" target="_blank">How to ASDFJK LMNOP</a></strong>
Firefox displays everything correctly. IE, however, shows one extra line spacing between the 2 text links. If I shorten the first text link to read "Achieve Your Ideal" instead of "Achieve Your Ideal ASDFJK" then IE displays the Sidebar exactly the same as Firefox. The extra line break disappears when the text is shortened.
It wouldn't be a problem if IE would simply put the last word "ASDFJK" on the next line. Instead, it adds an extra line break and screws up the sidebar spacing. I have been told that IE adds extra padding to containers, so I'm guessing this is the root of my problem. (I can send you the URL, if necessary.)
How do I correct this?
.
Now go through your HTML code and make sure that every piece of content is boxed up inside a block-level HTML element of some sort: those are headings, paragraphs, lists, tables and forms.
Don't have any "loose" code on the page. Make sure that it is all marked up in blocks, each block with an opening and a closing tag.