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
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:
Post a Comment