+ 1
How do i center align an image thats not a jpg or gif
5 Réponses
+ 4
Try use <center><img></center>
+ 3
<body>
<center>
<img src="example.png" height="50%" width="50%"></center>
<\body> try it
all the best
0
thank you!!
0
put img tag between center tags
- 1
<img align="center">