Log in

View Full Version : blank space in Opera, and IE



sepunx2
09-20-2009, 07:08 PM
Hi!
I have a blank line above my table in Opera and in IE. I don't want it to be there and as it looks good on Safari and on Firefox, I do't know what's wrong with my coding. You can check it out here:
http://www.falcongaterock.com
It's right over the orange "SHOWS" headline. I want the headline to be closer to the top of the white box, as it is in Safari and Firefox.
Any help would be appriciated,
Thank You!

davelf
09-21-2009, 06:36 AM
i see this code on your page:


<div style="float:left; padding-bottom:3px; padding-right:3px"></div>
<font face="" color="#ffffff" size="2" >
<p style="text-align:justify"> <table width="100%" border="0" cellspacing="0" bgcolor="#ffffff" id="showstext"> <tr bgcolor="#CC9900">


i test it the problem is in the <div></div> and <p></p>

when i erase that code no blank line in ie.

But i don't know if both of them deleted will give another effect for your interface.

sepunx2
09-21-2009, 01:58 PM
Thanks for your reply. The sad thing is, that I do not have those lines in my php file. I have them in the Content Management System's template. I removed the div, but nothing changed. I cannot remove the p line, becaude it has the "news" in it (which is invisible in the page source). If I removed it, the whole news would be messed up. I cleaned the CMS template, I do not have anything unnecessery in it, but Opera and Ie still gives me this empty space.
Any other idea?