Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#116318
Senff
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.