
![]() |
|
|
| [-] |

| [−] |
| [−] |
| [−] |
| [−] |
Prev | List | Random | Next |


While on my Dawn Patrol I noticed several of my MilBloggers and many of the Friends of MilBlogs were experiencing a recent problem with Blogspot. Posts won't appear until sidebar ends.
The problem is that Blogspot changed how the posts are sent. What blogger is doing is inserting two DIV tags before and after the post.
These tags are inserted around $BlogItemBody$ now which has a style="clear:both". This is the reason the 2nd post won't appear before sidebar ends. Blogger has stated that they recognize the problem and they are working on it.
In the mean time others have come to the rescue. Special thanks goes to kousik at Blogger forum.
The solution is to have a TABLE around your $BlogItemBody$. In your template, where $BlogItemBody$ appears, surround it by <table><tr><td> and </td></tr></table>...which should partially correct the problem.
I'll update if I find any new solutions.