Custom Body CSS Class

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/22/2013 3:19:08 PM
Gravatar
Total Posts 19

Custom Body CSS Class

Hi, 

im adding in a custom body css class for a page, however, when i view source, this custom css class cannot be found on the page, 

im assuming that this is a bug?

7/23/2013 10:56:22 AM
Gravatar
Total Posts 18439

Re: Custom Body CSS Class

Hi,

There is no bug it works, you can try it on our demo site.

Make sure in the layout.master file of your skin that you have this:

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

body tag must have that exact id and it  must have runat="server". If that is missing it will not work.

Hope that helps,

Joe

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