Results 1 to 2 of 2

Thread: Firefox vs. IE

  1. #1
    Join Date
    Jan 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Firefox vs. IE

    Help! I am new here - need help!

    I am fairly new to building webpages. I made a website for a photographer in exchange for some photos (he got the good end of the deal!)

    Anyway, when I open the pages in Mozilla Firefox, it opens properly. When in IE, I have to scroll down to see the table with links in it. Can anyone help me out on a fix for that?

    Link to the page:
    http://www.ludovissyphotography.com/portraits.htm

    Any help and advice for this newbie would be appreciated!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by MaryMary View Post
    Help! I am new here - need help!

    I am fairly new to building webpages. I made a website for a photographer in exchange for some photos (he got the good end of the deal!)

    Anyway, when I open the pages in Mozilla Firefox, it opens properly. When in IE, I have to scroll down to see the table with links in it. Can anyone help me out on a fix for that?

    Link to the page:
    http://www.ludovissyphotography.com/portraits.htm

    Any help and advice for this newbie would be appreciated!
    Malformed HTML. Each browser has its own unique error correction routines to try and determine what the designer's intent really was when something isn't written correctly. At least one other browser (Opera) has the same problem with your code as does IE.

    This is different from valid code, which must follow even stricter guidelines to pass a document parser for compliance with strict or even with what are called loose standards.

    Fortunately, FF has a generated code view in its add on developer tools, which I was able to use to get the well formed (but not valid) code it was 'seeing' in response to your page. This still isn't valid code, but it will work in IE and Opera, as well as FF:

    Code:
    <html><head></head><body bgcolor="black"><p align="center"></p><center>
    <table border="0" cellpadding="0" cellspacing="0" width="700"><tbody><tr>
    <td>
    <img src="http://ludovissyphotography.com/elements/topbanner2.jpg"></td>
    
    </tr></tbody></table><table bgcolor="black" border="0" cellpadding="5" cellspacing="0" width="700"><tbody><tr>
    <td align="center" valign="middle">
    <font face="verdana" size="2"><a href="http://www.ludovissyphotography.com"><img src="http://www.ludovissyphotography.com/elements/homebutton.jpg" border="0" width="125"></a></font></td>
    <td align="center" valign="middle">
    <a href="http://www.ludovissyphotography.com/portraits.htm"><img src="http://www.ludovissyphotography.com/elements/portraitbutton.jpg" border="0" width="125"></a></td>
    
    <td align="center" valign="middle"><bgcolor=black>
    <a href="http://www.ludovissyphotography.com/weddings.htm"><img src="http://www.ludovissyphotography.com/elements/weddingbutton.jpg" border="0" width="125"></a></bgcolor=black></td>
    <td align="center" valign="middle">
    <font face="verdana" size="2"><a href="http://www.ludovissyphotography.com/commercial.htm"><img src="http://www.ludovissyphotography.com/elements/commercialbutton.jpg" border="0" width="125"></a></font></td>
    <td align="center" valign="middle"><center><font face="verdana" size="2"><a href="http://www.ludovissyphotography.com/contact.htm"><img src="http://www.ludovissyphotography.com/elements/contactbutton.jpg" border="0" width="125"></a></font></center></td></tr></tbody></table>
    &nbsp;
    <table border="0" cellpadding="3">
    
    <tbody><tr>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/_V087018_vp_halo.jpg" border="0" target="_blank"><img src="http://www.ludovissyphotography.com/portraits/_V087018_vp_halo.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/_V087047_edited-1.jpg" border="0" target="_blank">
    
    <img src="http://www.ludovissyphotography.com/portraits/_V087047_edited-1.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portjoycered.jpg" border="0" target="_blank">
    
    <img src="http://www.ludovissyphotography.com/portraits/portjoycered.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portsonnyguitar.jpg" border="0" target="_blank">
    
    <img src="http://www.ludovissyphotography.com/portraits/portsonnyguitar.jpg" border="0" height="160" width="160"></a></td>
    
    </tr><tr>
    
    </tr><tr>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portollie.jpg" border="0" target="_blank"><img src="http://www.ludovissyphotography.com/portraits/portollie.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portpinkbow.jpg" border="0" target="_blank">
    
    <img src="http://www.ludovissyphotography.com/portraits/portpinkbow.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portraitmckelvey.jpg" border="0" target="_blank">
    
    <img src="http://www.ludovissyphotography.com/portraits/portraitmckelvey.jpg" border="0" height="160" width="160"></a></td>
    
    <td>"blank"</td>
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portterry.jpg" border="0" target="_blank">
    
    
    <img src="http://www.ludovissyphotography.com/portraits/portterry.jpg" border="0" height="160" width="160"></a></td>
    
    
    
    </tr><tr>
    
    
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portmclerran.jpg" border="0" target="_blank"><img src="http://www.ludovissyphotography.com/portraits/portmclerran.jpg" border="0" height="160" width="160"></a></td>
    
    
    
    <td>"blank"</td>
    
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portlogan.jpg" border="0" target="_blank">
    
    
    
    <img src="http://www.ludovissyphotography.com/portraits/portlogan.jpg" border="0" height="160" width="160"></a></td>
    
    
    
    <td>"blank"</td>
    
    
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portjoycewed.jpg" border="0" target="_blank">
    
    
    <img src="http://www.ludovissyphotography.com/portraits/portjoycewed.jpg" border="0" height="160" width="160"></a></td>
    
    
    
    <td>"blank"</td>
    
    
    
    <td><a href="http://www.ludovissyphotography.com/portraits/portjackson.jpg" border="0" target="_blank">
    
    
    
    <img src="http://www.ludovissyphotography.com/portraits/portjackson.jpg" border="0" height="160" width="160"></a></td>
    
    
    </tr></tbody></table>
    
    
    
    &nbsp;
    
    
    
    </center></body></html>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •