Make a selection from the drop-down list.




Make a selection from the second drop-down list.

The second drop-down was made to work by changing the 'form name="jump" ' to "left" and the change was also made "location=". Interestingly, the second "jump" inside the [] was not changed.

Tuesday, June 12, 2007

Post Formatting Fix

    This post describes the template change to remove the inclusion of the <p> wrapper in posts and replace it with <div>. That allows <div> elements, like pictures and blockquotes, to be inserted in-line in a post without breaking the paragraph formatting.
1. Backup
2. Expand widgets
3. Find <p><data:post.body/></p>
4. Replace with <div><data:post.body/></div>
5. In styles add .post-body {margin:0 0 .75em; line-height:1.6em;}
6. Save

See:
Help Group Article

No comments: