Img align doesn't work

Discussion in 'HTML & Website Design' started by Igozorus, Apr 21, 2013.

  1. #1
    Hello.I want to align image with html and in the code i have <img align="middle" />
    But image doesn't go to middle,it's still in the left.Why is that,who knows?
    And yes,i know it's better to align with css,but i need to do it in html for my task.
    Thank you
     
    Solved! View solution.
    Igozorus, Apr 21, 2013 IP
  2. #2
    Well if you insist on using HTML in specific, do it with <center>IMG</center> tags.

    CSS is a much better practice though.
     
    ntmedia, Apr 21, 2013 IP
  3. Igozorus

    Igozorus Greenhorn

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #3
    Thank you
     
    Igozorus, Apr 21, 2013 IP