mujahideenryder
Member
Posted 2 years ago #
Look at this page in Firefox 2.0 and then look at it in IE7:
http://www.ummahmusic.com/artists/native-deen/videos
In Firefox after the first video link, there is a huge space due to the <BR CLEAR="ALL> tag, but in IE it works correctly.
How do I fix this to make it look like IE on FireFox?
Thanks
Why not ditch the inline styling and use the CSS?
mujahideenryder
Member
Posted 2 years ago #
mujahideenryder
Member
Posted 2 years ago #
Is the syntax not:
clear:both
??
I don't see any reason for clear=all, maybe you should just remove it. As it is now, it works as expected, taking the following content to a height below all the other elements (in your case #l_sidebar and #r_sidebar).
@Diane: clear=all is html (and not very useful since css, I might add).
mujahideenryder
Member
Posted 2 years ago #
Then put every post into a div-container... the containers wouldn't even require styling. Just don't use that break=all.
mujahideenryder
Member
Posted 2 years ago #
It's in the <div id="content"> </div> container
mujahideenryder
Member
Posted 2 years ago #
I fixed it. I just aligned the images to align=middle instead of align=left.
Thanks everyone for your help!
Sivar - thanks. I was thinking of CSS.