Publishing shared borders to existing site

  • Thread starter Thread starter rodeoratt
  • Start date Start date
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?
 
Did you add the right shared border to a single page (and does it appear on
that page) or as the default for the website?
A link to the website will enable more help.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

"(e-mail address removed)"
 
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

"(e-mail address removed)"
 
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

"(e-mail address removed)"
 
Back
Top