Re: Horizontal Lines



Should be

<table border="1" width="100%" cellpadding="0" cellspacing="0" id="table1">
<tr>
<td bgcolor="#FFFFFF"><hr color="#0004FF" size="6"></td>
</tr>
</table>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"- Anne" <Anne3948@xxxxxxxxxxx> wrote in message news:CH6Bi.101959$rX4.92309@xxxxxxxxxxxx
| Using FP 2003, I've generated the code at the bottom of this post. I have
| created a horizontal line within a cell. I am trying to get it so that the
| line is right at the very top of the cell, but regardless of what options I
| select in FP, I can't seem to get it there.
|
| Is there anything I can add to the below code so that the line is at the top
| of the cell. As it stands now, the line is at the top third of the cell,
| just not at the top.
|
| Thank you
|
|
| <html>
|
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| <title>New Page 1</title>
| </head>
|
| <body bgcolor="#000000">
|
| <table border="1" width="100%" id="table1">
| <tr>
| <td bgcolor="#FFFFFF"><hr color="#0004FF" size="6">
| <p>&nbsp;</td>
| </tr>
| </table>
|
| </body>
|
| </html>
|
|


.