Horizontal Lines

A

- Anne

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>
 
L

L Covey

- Anne said:
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>

For some reason, I don't recall how to view your code. I tried to put
it temporarily in my site, but can't see it. Any suggestions?

In FP2003, have you tried to right click on the horizontal line to
Properties, Format, Style, and trying one of those styles? Longshot.

The cell is the problem, my opinion. Can you just copy and paste it
above your cell to have more control over the horizontal line's
position? Next delete it from your cell. Also, is your cell wide
enough for the length of your horiz. line?

Can you email me your site url?

LC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top