can someone please explain this?

  • Thread starter Thread starter rineer
  • Start date Start date
R

rineer

i am using a shared bottom border for my menubar (using
allwebmenus). problem is some pages are showing this
menubar when i never assigned a bottom border to them.
(at least i don't think i did) Please go here:
www.wearecolumbia.com/search.htm and search for "search".
click on one of the php documents and u'll see what i
mean. please help if u can. thank you!!
 
When you apply shared borders it becomes the default for all pages
In http://wearecolumbia.com/phpBB2/docs/README.html
and http://wearecolumbia.com/phpBB2/docs/FAQ.html
I see
<meta name="Microsoft Border" content="b, default">

You need to open the pages you don't want it on and change it to none for those pages
<meta name="Microsoft Border" content="none">
--




| i am using a shared bottom border for my menubar (using
| allwebmenus). problem is some pages are showing this
| menubar when i never assigned a bottom border to them.
| (at least i don't think i did) Please go here:
| www.wearecolumbia.com/search.htm and search for "search".
| click on one of the php documents and u'll see what i
| mean. please help if u can. thank you!!
 
By default shared borders apply to all page within a web unless you open a specific page and disable
it. Any content in a shared border will appear on all page using the specific shared border.

If you want more control, then do no use shared borders, instead use the FP Include Page component.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top