The Community Support forum is the spot where ExpressionEngine designers and developers can help each other solve any problem related to building sites with EE. This forum has a few new tools to make it easy to help out. Vote up good responses, and vote down responses that might be wrong or misleading. And if you post here for help, be sure to mark the post that has the answer you needed with as the solution.
We’ve only got a few ground rules. Treat people here like you would face to face. Be courteous, and remember, everyone helping out in this forum is doing so on their own time.
One tip. When posting code, use the code tag like so:
[code]
{exp:weblog:entries weblog="news" limit="10"}
<h2>{title}</h2>
{body}
{/exp:weblog:entries}
[/code]
And it will appear like this in your post:
{exp:weblog:entries weblog="news" limit="10"}
<h2>{title}</h2>
<p> {body}<br />
{/exp:weblog:entries}