Does anyone know why these videos arn't centered?

Discussion in 'HTML & Website Design' started by belgin fish, Jan 11, 2010.

  1. #1
    Hi, well on my website for some reason the divx videos arn't being centered, but the others are just fine.

    www(dot)mooguide(dot)com/video/4655/chuck--hd-chuck-vs-the-pink-slip-season-3-episode-1.html
     
    Last edited: Jan 11, 2010
    belgin fish, Jan 11, 2010 IP
  2. new2u

    new2u Peon

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I do see an error with a java script you are running
    <script src="http://www.mooguide.com/js/tooltip.js" type="text/javascript">
    1 Failed to load source for: http://www.mooguide.com/js/tooltip.js

    on lines
    14#video {
    15margin: 0 auto;
    is the margin needed?

    try rather than auto specifically defining the margin
    http://www.w3schools.com/CSS/css_margin.asp

    auto lets the browser chose... that may be your issue
     
    new2u, Jan 11, 2010 IP