MrShaboing
07-13-2003, 04:52 AM
How do I stick an image in the dead center of the page?
|
View Full Version : centering question MrShaboing 07-13-2003, 04:52 AM How do I stick an image in the dead center of the page? kittycat 07-13-2003, 01:54 PM You could use a table. <table width="100%" height="100%"> <tr> <td align="center" valign="center"> <img src="image.gif"> </td> </tr> </table> Lissa 07-13-2003, 02:54 PM If you want the image to be in the background (or in the foreground, doesn't matter) use style sheets, the instructions are in my css section. pom 07-13-2003, 04:44 PM couldnt you just type <center> blah blah blah </center> ? twix2006 07-13-2003, 05:50 PM pomeranian_7--doing <center> and </center> would just put it in the center, but its right at the top of the page...not dead center of the page. pom 07-13-2003, 10:02 PM oh duh :lol: I knew that :) |