Why do all my wordpress posts start with <br clear="all">? I don't know where that html is coming from because I never entered it in. My url is is http://reviews.ruddo.com
Its in the template file you use for your homepage. after <?php the title ?> or therabout in the loop. you just need to edit the template file your using for your homepage i presume. Couldnt find anything in the CSS style sheet to cause it.
The theme template only has <br class="clearLeft" /> and not <br clear="all">. I have already disabled all plugins and it is still there
do you already check from template file single.php ? or from your template file index.php? you can make a test, put some like ERROR_HERE teks on your template, beside <?php the_title(); ?> , then check the ouput ..