Saturday, July 24, 2010

Blogger Template Hacking | Ask MetaFilter

Blogger Template Hacking | Ask MetaFilter: "Hard to say without being able to see the template or the HTML involved. How about a link?

Is that blogitembody tag inside a DIV or P or whatever? Those HTML tags always have linebreaks before and after, unless you over-ride that in the CSS with 'display:inline'
posted by AmbroseChapel at 2:23 PM on October 7, 2005


Here's a link to my code. I bolded and put in red the Blogger template tags. And again, the actual body tag, which publishes the body of the post, is: < $blogitembody$>.
posted by JPowers at 2:33 PM on October 7, 2005


If the problem really is with the blogger tag (not, as AmbroseChapel wonders, with an interfering paragraph tag), then why not just add the permalink tag *to* the post? Put the html for the permalink as part of your 'post template' so it shows up automatically with every new post you make. That should do it.
posted by electric_counterpoint at 2:53 PM on October 7, 2005


$blogitembody$ does not force a line break in my template (tuwa.blogspot.com). I had to include a
after the $blogitembody$ bit to have the 'posted by Tuwa @ 06:18. | permalink | 1 comment' part show up on a separate line.

Have you tried removing the
that shows up after <$BlogItemBody$> and before
?

- Sent using Google Toolbar"

Blogger Template Hacking | Ask MetaFilter

Blogger Template Hacking | Ask MetaFilter: "- Sent using Google Toolbar"