Publishing shared borders to existing site

R

rodeoratt

I have three shared borders in my existing site, I have gone back and added a
fourth shared border on the right, why will this new shared border not appear
in my website when I am publishing my changes and updates?
 
R

Ronx

Your home page has the meta tag:

<meta name="Microsoft Border" content="tlrb">

This suggests the home page should have all 4 shared borders, but this is
not the default setting for the web.

The reason the bottom and right borders are missing is the lack of the
</body> tag at the end of the page, immediately before the </html>
This tag is used to determine where the right and bottom borders should go.
Add the </body> tag, and the borders will appear.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

"[email protected]"
 
R

rodeoratt

Thank you SO much!!!!!

Ronx said:
Your home page has the meta tag:

<meta name="Microsoft Border" content="tlrb">

This suggests the home page should have all 4 shared borders, but this is
not the default setting for the web.

The reason the bottom and right borders are missing is the lack of the
</body> tag at the end of the page, immediately before the </html>
This tag is used to determine where the right and bottom borders should go.
Add the </body> tag, and the borders will appear.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

"[email protected]"
 
Top