css - how to overwrite/edit user agent stylesheet -
please give http://jesica89.blogspot.com there problem post description coming after thumbnail , know can solved setting , find solution firebug ::
p:{display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; }
please tell me how edit because can't find in source code , tried use div[ ] override inline stylesheet noting happened
here goes post body html code
<!-- begin blog item --> <div class='postbox'> <h1><b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> <b:if cond='data:post.url'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if></h1> <div class='entry'> <div class='clear'/> <p><b:if cond='data:blog.pagetype == "static_page"'><br/> <data:post.body/> <b:else/> <b:if cond='data:blog.pagetype != "item"'> <div expr:id='"summary" + data:post.id'><data:post.body/></div> <script type='text/javascript'>createsummaryandthumb("summary<data:post.id/>"); </script> </b:if> <b:if cond='data:blog.pagetype == "item"'><data:post.body/></b:if> </b:if></p> </div> <div class='clear'/> </div> <!-- end blog item --> </b:includable>
you have
<div class="entry"> in have
<div id="summary2601058450852975397"> in have
<p><img width="230" height="180" src="http://1.bp.blogspot.com/-edk8favpqks/tg2pwaokfdi/aaaaaaaaaf8/n0be2a5vpby/s1600/love-relationship.jpg"/><p> followed by
<p>lorem ipsum dolor sit amet, consectetur adipiscing elit. aliquam vitae justo tellus. suspendisse vel lobortis orci. donec sit amet purus tincidunt felis semper auctor @ in libero. nunc vel nisi accumsan metus volutpat faucibus. maecenas sit amet nulla<p> this order of html display in order. if want last paragrpah show first, change html order.
Comments
Post a Comment