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 all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Firefox Displaying code differently..?

  • 12-04-2010 6:38pm
    #1
    Closed Accounts Posts: 314 ✭✭


    I am doing some simple basic xhtml code for an assignment and I'm wondering why this code:

    <table border="0" align="center" width="1200" >

    <tr>
    <a href="NewbornBaby.html"> Newborn Baby </a>
    </tr>

    <tr>
    <a href="BabyBoy02.html"> Baby Boy 0-2 </a>
    </tr>
    <tr>
    <a href="Boy.html"> Boy 2-6 </a>
    </tr>

    </table>

    Which appears as such in Explorer:

    Newborn Baby
    Baby Boy 0-2
    Boy 2-6





    Firefox reads it differently and leaves all on one line as such (without moving onto next row of table):

    Newborn Baby Baby Boy 0-2 Boy 2-6





    why is this? :(


Comments

Advertisement