Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Position content vertically

0 views
Skip to first unread message

Pavils Jurjans

unread,
Aug 30, 2002, 10:29:26 AM8/30/02
to
Hallo,

I can't get why my HTML code doesn't work:

<div style="width:100%; height:100%; border:solid black; text-align:center">
<span style="vertical-align:middle">ABC</span>
</div>


I need this to show "ABC" in the very center of browser window. What would
be the correct syntax?

Thanks,

-- Pavils


Marc XrV

unread,
Sep 5, 2002, 3:27:44 AM9/5/02
to
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle">ABC</td>
</tr>
</table>

old style r00lz XD
--

att. Marc Palaueb
http://www.favoritos.org
http://www.palaueb.com


"Pavils Jurjans" <Pav...@mailbox.riga.lv> escribió en el mensaje
news:#Ycq1GDUCHA.2552@tkmsftngp13...

0 new messages