Horizontal Line.

  • Thread starter Thread starter D.Manes
  • Start date Start date
D

D.Manes

I am using a theme on my guestbook and before it separated the enteries with
a Horizontal Line to the left everytime but now it puts it in the middle and
I have to keep moving it back everytime someone signs my guestbook. Is there
a way to get the Horizontal Line to automatically shift to the left margin.
 
-----Original Message-----
I am using a theme on my guestbook and before it
separated the enteries with a Horizontal Line to the left
everytime but now it puts it in the middle and I have to
keep moving it back everytime someone signs my guestbook.
Is there a way to get the Horizontal Line to
automatically shift to the left margin.

Did you make any other changes to your Web at about the
same time as this started happening?

If not, and you're using CSS Themes, you can try editing
the Theme's CSS files. These are two levels deep, in a
folder named _themes/<theme-name>.

If the Themes folder isn't visible, choose Web Settings
from the Tools menu, click the Advanced tab, and select
Show Hidden Files And Folders.

If you don't know the name of the style to modify, browse
the page in your browser, view source, and look at the
HTML for your horizontal line.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
This depends somewhat on the HTML you disocover. If a CSS class is
involved, perhaps you can add "text-align: left;" to the CSS rule.
Otherwise, you might have to use a wider horizontal line picture.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Wrap the Include page webbot in a single cell table (left aligned cell)
<table align="center" width="550" >
<caption><h2 align="center">Our Guest Book Comments</h2></caption>
<tbody><tr><td align="left" valign="top">
<!--webbot bot="Include" tag="BODY" u-include="../_private/guestlog.html" -->
</td></tr></tbody>
</table>


--




| I am using a theme on my guestbook and before it separated the enteries with
| a Horizontal Line to the left everytime but now it puts it in the middle and
| I have to keep moving it back everytime someone signs my guestbook. Is there
| a way to get the Horizontal Line to automatically shift to the left margin.
|
|
 
Back
Top