Home › Forums › CSS › Line breaks inserted after every hyperlink, only in IE 7/8 › Re: Line breaks inserted after every hyperlink, only in IE 7/8
December 4, 2012 at 2:11 pm
#116318
Participant
@hrcwebmaster, that is not the proper solution to the problem.
The cause of the problem is that you’re not closing your tags properly. Your HEADER
is never closed, and neither is your H1
or your #main
. While most browsers fix this issue automatically (incorrectly in my opinion), IE7/8 doesn’t and shows things properly, as they are actually coded.
I’d strongly recommend to comb through your code and make sure all tags are properly closed.