This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > August 2007 > Horizontal Lines
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| - Anne 2007-08-29, 3:14 am |
| 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> </td>
</tr>
</table>
</body>
</html>
| |
| Stefan B Rusynko 2007-08-29, 6:15 am |
| 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@hotmail.com> wrote in message news:CH6Bi.101959$rX4.92309@pd7urf2no...
| 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> </td>
| </tr>
| </table>
|
| </body>
|
| </html>
|
|
| |
|
| If you want the line at the *very top*, why not format the top border to be 6
pixels and a color of #0004ff?
"- Anne" wrote:
> 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> </td>
> </tr>
> </table>
>
> </body>
>
> </html>
>
>
>
| |
| L Covey 2007-08-29, 6:15 pm |
| - Anne wrote:
> 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> </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
| |
| Murray 2007-08-30, 6:16 pm |
| That'd be the best solution, I think.
--
Murray
--------------
MVP FrontPage
"Dan L" <DanL@discussions.microsoft.com> wrote in message
news:8DADBBD1-B4E9-47CA-96D5-D3C5070FF369@microsoft.com...[color=darkred]
> If you want the line at the *very top*, why not format the top border to
> be 6
> pixels and a color of #0004ff?
>
> "- Anne" wrote:
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|