How to central the iframe ?

Discussion in 'HTML & Website Design' started by malikwiki, Dec 29, 2008.

  1. #1
    Hello,how can I centralize the iframe ??? (carparts.yourproducts.net) thanks
     
    malikwiki, Dec 29, 2008 IP
  2. a3d

    a3d Well-Known Member

    Messages:
    409
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #2
    why dont you put the iframe on the <body> part after </table> ??
    to centralize, you can put <center> before the <iframe> .. hope this help.
     
    a3d, Dec 29, 2008 IP
  3. SiteTalkZone

    SiteTalkZone Peon

    Messages:
    243
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    iframe {
    margin:0 auto;
    }

    or put it inside container

    #container{
    width:100%;
    text-align:center;
    }
     
    SiteTalkZone, Dec 29, 2008 IP
  4. sarkozy1

    sarkozy1 Active Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #4


    thanks dude good script
     
    sarkozy1, Dec 30, 2008 IP
  5. tr1x

    tr1x Peon

    Messages:
    144
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <center><iframe></center>
     
    tr1x, Dec 30, 2008 IP