<img src="URL" what is the code to center an image in the middle of a page? align="middle" won't work..
I always just use <center> </center> on the outside of the image tags. Or mabye something like <DIV ALIGN=CENTER> your image stuff here </DIV> or either use css.. If they dont work for ya try <style> img.mycenter {margin-left:auto; margin-right:auto; display:block; text-align:center;} </style> <img class="mycenter" src="....." height="...." width="...."> Hope one works for ya Ohh heres another way too for banners and stuff <H1 ALIGN=center><IMG SRC="logo.gif" ALT="Welcome to Whatever"></H1>