Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • trobertson Friend
    #139171

    Hello – I am trying to figure out where the BODY module position is for the Pyrite template (i.e. like there is for USER 1, USER 2 etc). Is there a reason I cannot see this position?

    Any assistance / workarounds are greatly appreciated. Please note – I am a newbie to all of this and I am not a developer.


    1. module-positions
    scotty Friend
    #299160

    There is no such position as ‘body’.

    <body> is a html tag which must be included in all web pages and it covers the whole page. In other words all of your [visable] content goes inside the ‘body’. A typical HTML structure would look like this…

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml”>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
    <title>Your page title goes here</title>
    </head>
    <body>
    The content of your page goes here!!!
    </body>
    </html>What is it you want to do?

    scotty Friend
    #299162

    I bet it was this the confused you…

    This is misleading to n00bs. It should be called the main-content area – not body.

    The main-content area is not a ‘position’ as such. It is the area that content and components are displayed. Articles, blogs, news feeds, etc. If you explain what it is you want to achieve I’ll be happy to help. We were all n00bs once 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  scotty 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum