Help with this align center image please

jcosta71292

New Member
hello guys can someone please edit this code for me so this picture is align center please..

here is the code

<a href="http://www.mysite.com/phponline/client.php" target="_blank"><img
src="http://www.mysite.com/phponline/statusimage.php"></a>

i want the image to go where the red paint is.

thanks
 
Code:
<div align="center"><a href="http://www.mysite.com/phponline/client.php" target="_blank"><img
src="http://www.mysite.com/phponline/statusimage.php" border="0"></a> </div>
 
Back
Top