GTAStunting
General => General Discussion => Computer Talk => Topic started by: Henbob on April 28, 2005, 01:05:36 AM
-
Can you help me please, i can't seem to center this image, it's on a black background. The code i have is:
<body bgcolor="black">
<img align="middle"src="Intro.jpg">
But look the image isn't in the middle: Here (http://greatkingrat.net/wow)
Please help, cheers
-
if you put this it should work
<body bgcolor="black">
<p align="center">
<img src="Intro.jpg">
</p>
-
Worked like a charm, cheers :D
-
np
-
Holy crap, how did you know that? :o
-
lol thats sooo freakin easy :blink: :lol: