0
How can I choose the image's align??
How can I move the image(e.g. to the center)
6 Respuestas
+ 2
You can wrap your image tag in a paragrah tag and center that. for example...
<P ALIGN="center"> <IMG SRC="image here"/> </P>
0
on your css style sheet the code is text-align: where you want to put it ;
sampe:
#navbarlogo {
text-align: center;
}
hope it works for you.
0
use horizontal align
0
@john jamen
thanks for your help, but I actually don't know how to use CSS.
0
@ahmed kamal
please go deeper.
0
thanks @kris.... that was helpful
it actually worked ....
and you guys could try this too : <h1 align="center"> <img src="image url.image type"> </h1>