FireFox And Site design Problem

Discussion in 'HTML & Website Design' started by koydin, Sep 22, 2007.

  1. #1
    I m having problem puting logo at center. IE and Opera shows Logo in centre pos But in Fire Fox itgoes to left ...

    im using this
    <table align=center><img src=".../logo.jpeg" width="750" height="100"></table>
    Code (markup):
    Why fire fox is not showing it in center? Something Im doing Wrong?

    here is the site?

    www.tiny.dxdonline.com
    Code (markup):
     
    koydin, Sep 22, 2007 IP
  2. tarponkeith

    tarponkeith Well-Known Member

    Messages:
    4,758
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    180
    #2
    That's pretty crude code, I'd recommend learning about CSS styling...

    Anyways, this should work:

    
    
    <table width=100%><tr><td align=center><img src=".../logo.jpeg" width="750" height="100"></table>
    
    
    HTML:
     
    tarponkeith, Sep 22, 2007 IP
  3. koydin

    koydin Peon

    Messages:
    95
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for your help now im using
    <table width=100%><tr><td align=center><img src=".../logo.jpeg" width="750" height="100"></td></tr></table>
    
    PHP:
    it solved my problem..
     
    koydin, Sep 23, 2007 IP