shared borders w/ style sheets

D

Denny

I am using shared borders and a style sheet for my page
layout.

However, by placing the link to the .css page in the head
of my pages, the shared borders seem to cause the page to
ingnor the style sheet.

If I eliminate the shared borders, the page displays as
directed by the .css.

Instead of <meta name="Microsoft Border" content="tlb,
default">, do I need to create a separate style sheet
for "shared borders"?

If so, how? (Example please.)

Thanks a mil,
Denny
 
S

Stefan B Rusynko

Shared borders are a design time tool
- hard coding the html inside the BODY tag in your saved pages
If you apply the style sheet to your main pages it will apply to the whole page including the shared border content
- if you are using a theme it may be cascading over your style sheet



| I am using shared borders and a style sheet for my page
| layout.
|
| However, by placing the link to the .css page in the head
| of my pages, the shared borders seem to cause the page to
| ingnor the style sheet.
|
| If I eliminate the shared borders, the page displays as
| directed by the .css.
|
| Instead of <meta name="Microsoft Border" content="tlb,
| default">, do I need to create a separate style sheet
| for "shared borders"?
|
| If so, how? (Example please.)
|
| Thanks a mil,
| Denny
 
Top