red_of_rby
05-30-2003, 11:03 AM
Hi, I'm very frustrated.
I've written a page, and it is very simple.
<body>
<center>
<font size="4">TV SERIES</font>
<table width="80%">
<tr>
<td align="center">
<img src="redlogo.jpg" width="25" height="11">
</td>
<td align="center">
<img src="bluelogo.jpg" width="31" height="11">
</td>
<td align="center">
<img src="yellowlogo.jpg" width="50" height="11">
</td>
<td align="center">
<font size="1">BIRDIE</font>
</td>
<td align="center">
<font size="1">DAVE</font>
</td>
<td align="center">
<font size="1">DR JOHN</font>
</td>
<td align="center">
<font size="1">JUPP</font>
</td>
<td align="center">
<font size="1">LEXY</font>
</td>
</tr>
</table>
</center>
</body>
That is the HTML, the problem, being that this page is within a frame, of a specfic amount. Now if the text started at the absolute top of the page, it would fit perfectly. However, I need to use scrollbars to view it like that. Is there a margins settings or something I don't know about?
I've written a page, and it is very simple.
<body>
<center>
<font size="4">TV SERIES</font>
<table width="80%">
<tr>
<td align="center">
<img src="redlogo.jpg" width="25" height="11">
</td>
<td align="center">
<img src="bluelogo.jpg" width="31" height="11">
</td>
<td align="center">
<img src="yellowlogo.jpg" width="50" height="11">
</td>
<td align="center">
<font size="1">BIRDIE</font>
</td>
<td align="center">
<font size="1">DAVE</font>
</td>
<td align="center">
<font size="1">DR JOHN</font>
</td>
<td align="center">
<font size="1">JUPP</font>
</td>
<td align="center">
<font size="1">LEXY</font>
</td>
</tr>
</table>
</center>
</body>
That is the HTML, the problem, being that this page is within a frame, of a specfic amount. Now if the text started at the absolute top of the page, it would fit perfectly. However, I need to use scrollbars to view it like that. Is there a margins settings or something I don't know about?