Click to See Complete Forum and Search --> : The absolute top of a page


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?

Nevermore
05-30-2003, 11:19 AM
You could try setting the CSS margins on the table to 0 , reducing the table cell margins + padding so they take up slightly less space, or making the frame slightly bigger.


...or something I don't know about?

I don't know how much you know! ;)

red_of_rby
05-30-2003, 11:23 AM
I don't want to make the frame bigger, it will interfere with other frames. I am pretty well versed in HTML, I will look into the CSS and table margins thing. Thanks for your response.

red_of_rby
06-02-2003, 03:26 AM
thank you i tested it out by adding it to css, and everything is muc h better now. cheers!