Sorry for posting this here,
but this is only newsgroup I'm using, and I can't solve simple HTML problem.
yeah, it's funny, but still.. ;)

I need to center image on the blank screen without using javascript.
- so I wrote:

<table width="100%" height="100%">
<tr>
<td width="100%" height="100%" align="center" valign="middle">
<img src="logo.jpg">
</td>
</tr>
</table>

this should work, but it's not.
now the image is centered horizontally, but I need it vertically, too.
what to do?

Thank you,
Lab.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to