All I want to do is make it so there is no paragraph indent on my new posts (home) page. Here is my .css code file
[CSS code moderated - please post a link to your site]
All I want to do is make it so there is no paragraph indent on my new posts (home) page. Here is my .css code file
[CSS code moderated - please post a link to your site]
anyone?
you have added the styles for the indent into a textwidget:
<style type="text/css">
h1 {font-size:18px; text-align:left;}
p {text-indent:10px; text-align:left;}
</style>You must log in to post.