...

Image location

Out Front
07-26-2002, 06:12 PM
Hi all,
I am attempting to use a large image as a start page. How do I 'tell' this image to automatically center in any size browser window? What looks good on my screen bites on another.

Still new at this........
Thanks!:confused:

applesauce
07-26-2002, 06:53 PM
try this:


<html>
<head>

<title>center me</title>


<body>

<table style="width: 100%; height: 100%; text-align: center; vertical-align: middle">
<tr>
<td>
<img src="mypic.gif">
</td>
</tr>
</table>
</body>

</html>



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum