Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Website Netscape Problem - odd margin issue

  • 22-11-2001 12:00pm
    #1
    Registered Users, Registered Users 2 Posts: 2,120 ✭✭✭


    Hey,

    Could anyone tell me why this site: http://cortex.redbrick.dcu.ie
    Shows a white border in netscpae at the top.

    I've set marginheight, topmargin etc... in the body tags which normall does it. I also tried using CSS to fix it but to no avail.

    Any ideas?

    Thanks,

    - Kevin


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    I can't look at it in NS 4 as mine is f*ckered, I did spot the problem in IE on http://redbrick.dcu.ie/~cortex/exps.html
    There are ^M's at the top and bottom of the page, as far as I can remember these are bad line feeds.
    Try getting rid of whitespace at the top of your documents.


  • Registered Users, Registered Users 2 Posts: 2,120 ✭✭✭p


    Well, the problem exists on the local versions I have too, which don't have any of those problems with line spacing etc...

    I thought i'd got rid of all those ^Ms but the program must have missed a few for some reason.

    Thanks for the help though,
    any other ideas?

    - Kevin


  • Registered Users, Registered Users 2 Posts: 944 ✭✭✭nahdoic


    I spent 1/2 an hour on this so you better appreciate. I had this little quirks of netscape ... i always have to find an answer when i get a problem.

    The problem is with your last <tr>'s

    you are using a class=credits and netscape doesn't like that, if you just put in

    <TR>
    <TD width="10%"> </TD>
    <TD width="40%"> </TD>
    <TD vAlign=bottom width="40%">Elements of this site require
    the <A
    href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">Flash
    5</A> plugin. If you are unable to see the grid on the left of the screen
    then you should download the plugin before proceeding.</TD>
    <TD
    width="10%"> </TD></TR>

    without the class it will work


  • Registered Users, Registered Users 2 Posts: 2,120 ✭✭✭p


    Thanks alot, that worked a charm.

    I just replaced it with a span.

    Curses Netscpape 4.x's sucky CSS support!


    - Kevin


  • Closed Accounts Posts: 512 ✭✭✭beaver


    A good reference for browser compatibility:

    w3schools


  • Advertisement
Advertisement