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

Netscape Again FFS!

  • 16-07-2000 9:41pm
    #1
    Closed Accounts Posts: 1,300 ✭✭✭


    http://2040.gibworld.com/acid/members.html

    Why in gods name wont this work with netscape. It's simple tables ffs. Its meant to show profiles of ppl but in ns theres nothing. Theres two squares at the top aswell. The second one is meant to be gray.

    HELP!


Comments

  • Registered Users, Registered Users 2 Posts: 18,484 ✭✭✭✭Stephen


    Have you left out a </TR> or a </TD> tag? Netscape tends to kill entire tables for small errors like that.


  • Closed Accounts Posts: 6,601 ✭✭✭Kali


    <table cellspacing="0" cellpadding="1" border="0">
    <tr>
    <td>
    <table cellspacing="0" cellpadding="0" border="1" bordercolor="#000000" width="15" height="15">
    </tr>
    <tr>
    <td></td>


    that </tr> after the second <table> is your problem.
    get rid of it.
    and put a "& nbsp ;" (stupid thing displayed a space) inside empty table cells <td></td> always.. as netscape just ignores them otherwise and doesnt include background colors/images etc.

    [This message has been edited by Kali (edited 17-07-2000).]


  • Closed Accounts Posts: 1,300 ✭✭✭2040


    thx m8


Advertisement