Click to See Complete Forum and Search --> : is this possible?


rzanwu36
07-20-2004, 03:05 PM
i am sure this is possible, i just need some know how from someone. i need to put an image on the upper left hand corner of the webpage, but i also need a centered title on the same line. how do i do this?? it looks similar to this, where the I's are the image

IIIII
IIIII Centered Title
IIIII
IIIII

MstrBob
07-20-2004, 03:19 PM
<img src="pic.jpg" alt="Picture Descript" width="100" height="100" style="float:left;" />
<h1 style="text-align:center;">Centered Title</h1>