Need Help Badly!!!!

I am a novice HTML'r. Take a look at this page: <!-- m --><a class="postlink" href="http://home.insightbb.com/~jdskbell1/index.html">http://home.insightbb.com/~jdskbell1/index.html</a><!-- m --><br />
See the graphic which says "Click to enter" & Welcome To The Garden"...well this all one image, all I need to know how to do is to get it moved over to center of this page. Every time I try, all I do is move it down. This is probably something easy for you guys, since you are all gurus. Any help is greatly appreciated. :D<!--content-->Your <center> tag is below the content that you would like to be centered. To center an object, type <center> at the beginning of the object and </center> at the end.<br />
<br />
All you need to do is right after the <body> tag, place a <center> tag. That should center everything.<!--content--><center></center> is a deprecated tag, so I'd suggest to rather use <br />
<br />
<p align="center"></p> <br />
<br />
to align your images and text.<!--content-->
 
Back
Top