-
AuthorPosts
-
March 16, 2009 at 12:06 am #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.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
March 30, 2009 at 11:12 pm #299160There 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 Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
March 30, 2009 at 11:16 pm #299162I 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 🙂
AuthorPostsViewing 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
Body Module Position
Viewing 3 posts - 1 through 3 (of 3 total)