Results 1 to 3 of 3

Thread: blank space in Opera, and IE

  1. #1
    Join Date
    Aug 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default blank space in Opera, and IE

    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!

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    i see this code on your page:
    Code:
    <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.

  3. #3
    Join Date
    Aug 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •