Posted by google on 03/08/06 06:18
When I view the following in a browser window, the text is not
vertically centered (text is at the top of the window) but in Print
Preview, the text is vertically centered. How can I have the text
be centered in both?
Thanks for your help,
Robert
<HTML>
<HEAD>
<TITLE>My Web Page</TITLE>
</HEAD>
<BODY scroll=yes>
<div align="center">
<table height="75%" border="0" bgimage="../pics/frame_back.jpg">
<tr>
<td>
<font size="6"><p align="center">Text Line
1</p></font><br><br>
<font size="5"><p align="center">Text Line
2</p></font><br><br>
<font size="6"><p align="center">Text Line
3</p></font><br><br>
</tr>
</table>
</div>
</BODY>
</HTML>
Navigation:
[Reply to this message]
|