Custom Body Css Class in PageSettings

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/8/2011 1:23:42 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Custom Body Css Class in PageSettings

Hi all,

I'm trying to set the Custom Body CSS Class found in Page Settings and I cannot get it to appear anywhere.  

Could someone point me in the correct direction if this should be used and if so, what element it should be added to?

Thanks in advanced!

10/9/2011 1:57:20 PM
Gravatar
Total Posts 18439

Re: Custom Body Css Class in PageSettings

Hi Matt,

In your layout.master file make sure the body element has this id and runat="server"

<body class="pagebody" id="Body" runat="server">

Hope that helps,

Joe

10/10/2011 6:37:57 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: Custom Body Css Class in PageSettings

Thanks Joe - Works like a charm!

You must sign in to post in the forums. This thread is closed to new posts.