+ 1
Help, just please. Help. I can't align my image to the center.
I've checked if aligning to the right works, answer is yes. I checked if aligning to left works, answer is again. Yes. But why isn't aligning the image to the center not working?, am I being stupid or something?
5 Respuestas
+ 8
align="middle"
Check it and if it still does not work then CSS will be better.
+ 5
Where is your code?
+ 3
Redstone Animates and more Check this link to align in center inside div.
http://www.corelangs.com/css/box/imgcenter.html
+ 1
just add <center> before the img attribute
0
<!DOCTYPE HTML>
<html>
<head>
<title>Website Test</title>
</head>
<body>
<header>
<img sec="images/title.png" alt="Title" align="center>
</header>
</body>
</html>