Click to See Complete Forum and Search --> : image on the bottom


Lua
07-11-2003, 09:58 PM
i'm going crazy trying to put an image in the center bottom of my page after a table.

here's the thing:

<center><a href="http://www.blogger.com"><img src="http://www.blogger.com/buttons/bloggerbutton1.gif" width=88 height=31
alt="Powered by Blogger" border="0"></a></center>

i'm just putting this code after the table's code, but the image appears beside the table on the right.

can anyone help?

Khalid Ali
07-12-2003, 02:00 AM
Post your code for some one to take a look at...

xataku_nakusute
07-12-2003, 02:02 AM
do you have any type of separator tag??

(<p> or <br> or something??)

stancreator
07-12-2003, 06:19 AM
try putting a <p> tag before your <center> tag.