After changing the left shared border, all of the main
information on my pages was pushed to the bottom instead
of showing alongside the border. All I did was change to
a small font in the border buttons. Any idea how I can
rectify this? I have currently removed the border while I
work on it but all of my navigation buttons are now gone
until I can fix it. This is a commercial site so I need
those buttons asap.

Re: Shared borders by Stefan

Stefan
Sat Jun 19 03:19:11 CDT 2004

Hard to help w/o seeing the page w/ the problem
- try reapplying the shared borders and provide a URL if the problem persists

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Jacquie" <j.allen@shaw.ca> wrote in message news:1e84801c4557b$f862f630$a501280a@phx.gbl...
| After changing the left shared border, all of the main
| information on my pages was pushed to the bottom instead
| of showing alongside the border. All I did was change to
| a small font in the border buttons. Any idea how I can
| rectify this? I have currently removed the border while I
| work on it but all of my navigation buttons are now gone
| until I can fix it. This is a commercial site so I need
| those buttons asap.



Re: Shared borders by anonymous

anonymous
Sat Jun 19 03:50:12 CDT 2004

Had it fixed for about 15 minutes and then I tried to add
something into the left border and it screwed up again.
I'll have to keep working on it before visitors to the
site get turned off by the mess but it's
www.seniorsforjobs.com if you get this before I can fix it.
Thanks so much for the advice. Jacquie
>-----Original Message-----
>Hard to help w/o seeing the page w/ the problem
>- try reapplying the shared borders and provide a URL if
the problem persists
>
>--
>
>_____________________________________________
>SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>"Warning - Using the F1 Key will not break anything!" (-;
>To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>_____________________________________________
>
>
>"Jacquie" <j.allen@shaw.ca> wrote in message
news:1e84801c4557b$f862f630$a501280a@phx.gbl...
>| After changing the left shared border, all of the main
>| information on my pages was pushed to the bottom instead
>| of showing alongside the border. All I did was change
to
>| a small font in the border buttons. Any idea how I can
>| rectify this? I have currently removed the border
while I
>| work on it but all of my navigation buttons are now gone
>| until I can fix it. This is a commercial site so I need
>| those buttons asap.
>
>
>.
>

Re: Shared borders by Stefan

Stefan
Sat Jun 19 04:22:58 CDT 2004

Looks like broken html causing your problem (preventing the shared borders from being applied correctly)

Your page ends w/
</table></body>
and should have at least
</table></body></html>

But you also have several broken tables like in your left/htm (in the _borders folder) you have an extra table tag

<table cellspacing="1" width="132" border="0" background="greencanvas.jpg">
<table><tr>

and end with

</table></table></body>

You should have

<table cellspacing="1" width="132" border="0" background="greencanvas.jpg">
<tr>

and end with
</table></body></html>

Validate your pages for other bad table tag pairs

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


<anonymous@discussions.microsoft.com> wrote in message news:1ea3f01c455da$6f1d5000$a501280a@phx.gbl...
| Had it fixed for about 15 minutes and then I tried to add
| something into the left border and it screwed up again.
| I'll have to keep working on it before visitors to the
| site get turned off by the mess but it's
| www.seniorsforjobs.com if you get this before I can fix it.
| Thanks so much for the advice. Jacquie
| >-----Original Message-----
| >Hard to help w/o seeing the page w/ the problem
| >- try reapplying the shared borders and provide a URL if
| the problem persists
| >
| >--
| >
| >_____________________________________________
| >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >"Warning - Using the F1 Key will not break anything!" (-;
| >To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >_____________________________________________
| >
| >
| >"Jacquie" <j.allen@shaw.ca> wrote in message
| news:1e84801c4557b$f862f630$a501280a@phx.gbl...
| >| After changing the left shared border, all of the main
| >| information on my pages was pushed to the bottom instead
| >| of showing alongside the border. All I did was change
| to
| >| a small font in the border buttons. Any idea how I can
| >| rectify this? I have currently removed the border
| while I
| >| work on it but all of my navigation buttons are now gone
| >| until I can fix it. This is a commercial site so I need
| >| those buttons asap.
| >
| >
| >.
| >



Re: Shared borders by Stefan

Stefan
Sat Jun 19 04:27:43 CDT 2004

PS
Should have said left.htm not left/htm

To see the hidden shared border pages use
Tools Web/Site Settings Advanced - show hidden folders

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message news:uonQF8dVEHA.3420@TK2MSFTNGP12.phx.gbl...
| Looks like broken html causing your problem (preventing the shared borders from being applied correctly)
|
| Your page ends w/
| </table></body>
| and should have at least
| </table></body></html>
|
| But you also have several broken tables like in your left/htm (in the _borders folder) you have an extra table tag
|
| <table cellspacing="1" width="132" border="0" background="greencanvas.jpg">
| <table><tr>
|
| and end with
|
| </table></table></body>
|
| You should have
|
| <table cellspacing="1" width="132" border="0" background="greencanvas.jpg">
| <tr>
|
| and end with
| </table></body></html>
|
| Validate your pages for other bad table tag pairs
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
| <anonymous@discussions.microsoft.com> wrote in message news:1ea3f01c455da$6f1d5000$a501280a@phx.gbl...
| | Had it fixed for about 15 minutes and then I tried to add
| | something into the left border and it screwed up again.
| | I'll have to keep working on it before visitors to the
| | site get turned off by the mess but it's
| | www.seniorsforjobs.com if you get this before I can fix it.
| | Thanks so much for the advice. Jacquie
| | >-----Original Message-----
| | >Hard to help w/o seeing the page w/ the problem
| | >- try reapplying the shared borders and provide a URL if
| | the problem persists
| | >
| | >--
| | >
| | >_____________________________________________
| | >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| | >"Warning - Using the F1 Key will not break anything!" (-;
| | >To find the best Newsgroup for FrontPage support see:
| | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | >_____________________________________________
| | >
| | >
| | >"Jacquie" <j.allen@shaw.ca> wrote in message
| | news:1e84801c4557b$f862f630$a501280a@phx.gbl...
| | >| After changing the left shared border, all of the main
| | >| information on my pages was pushed to the bottom instead
| | >| of showing alongside the border. All I did was change
| | to
| | >| a small font in the border buttons. Any idea how I can
| | >| rectify this? I have currently removed the border
| | while I
| | >| work on it but all of my navigation buttons are now gone
| | >| until I can fix it. This is a commercial site so I need
| | >| those buttons asap.
| | >
| | >
| | >.
| | >
|
|