xhtml 1.0 vs. xhtml 1.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [ Nate ]
    Confirmed User
    • Mar 2007
    • 1468

    #1

    xhtml 1.0 vs. xhtml 1.1

    Quick question if anyone can help....

    I'm trying to make a page in xhtml 1.1 and no matter what I do there is gaps between my images. I have tried making a new table for every row, I have tried putting all the rows in one table. I even tried just pulling 2 images onto the page with no tables to see if they would go together (verticle) and they wouldn't. So...if anyone has any suggestions I would appreciate the help. I'm doing google research right now to find out the difference in the two and see if one is better than the other and why, and if one is bad for 'image heavy' sites, but figured I would ask here too. Thanks in advance.
    Ladyboy Inc. / Asian Money Machine
  • iMind
    Confirmed User
    • Nov 2007
    • 937

    #2
    Try sticking this in your CSS

    img {vertical-align:top;}

    Comment

    • [ Nate ]
      Confirmed User
      • Mar 2007
      • 1468

      #3
      Originally posted by iMind
      Try sticking this in your CSS

      img {vertical-align:top;}
      The only css for the page is an attachment for the font size, etc. Is xhtml 1.1 mainly for css based sites?
      Ladyboy Inc. / Asian Money Machine

      Comment

      Working...