View Full Version : Centering an Image


Rikku555
03-29-2003, 06:17 PM
Could someone help me please.
I am trying to centre an image and it won't work.
Here is the code that I put in:

<img align=center src="name of my image.jpg">

Could someone tell what it is that I'm doing wrong?

lefty
03-29-2003, 06:31 PM
try this instead...

<center>
<img src="image.jpg">
</center>

Rikku555
03-29-2003, 06:46 PM
Yeah that has worked :D

Thanx alot lefty 2217 :)