These are the steps: 1. Login to blogspot of course you must login first after sign up, click the layout menu on the dashboard and then click edit HTML on the edit HTML window, make sure you check Expand Template Widget, wait until it finish the loading. you must find the code below (use ctrl + f ) <div class='post-header-line-1'/> <div class='post-body entry-content'> After you found the code, you can copy paste the code below under the code above <b:if cond='data:blog.pageType == "item"'> <style>.fullpost{display:inline;}</style> <p><data:post.body/></p> <b:else/> <style>.fullpost{display:none;}</style> After you copy paste the code, watch the code below it <p><data:post.body/></p> <div style="'clear:"> <!– clear for photos floats –> </div> And then between <p><data:post.body/></p...