| Posted by RSummersJr on 12/15/05 19:54 
Hello,
 I have a simple table that is embedded into a frameset that's located
 near the top of the screen.  I want to position the two <td> data to be
 positioned at the top of the page.  Right now, I have it set and the
 position is located about 4 cm below the screen and I want it right at
 the top.  This is the code I have right now:
 
 <body>
 <table>
 <tr>
 <th align="left">TEXT1</th>
 <br>
 </tr>
 <tr>
 <td align="left">TEXT2</td>
 </tr>
 </table>
 </body>
 
 Thanks!!!
 
 Rick
 [Back to original message] |