+ 1
i am not able to align a image in center plz help
but right and left work properly
6 Answers
+ 2
<img src="#" style="display: block; align: center">
+ 2
@Felix True. I'm just used to XHTML syntax. I've began to use <br> and <hr> but since <img> isn't an empty element, the habit is hard to get rid of.
+ 2
just check and make sure everything is typed in right and u have all signs
+ 1
Aber das mit dem "/" vor dem ">" ist nur fĂŒr XHTML gedacht,und ist in HTML 5 nicht zu nutzen
+ 1
the easiest tag for arranging any content to the center<center><IMG SRC=xxx.jpg></center>
0
<p align="center">img</p> or... <center>img</center>