I'm looking at the page source and in firebug and this is what I see:
Page source:
<div class="entry-content">
My test post<br />
<br />
Home sweet home<br />
<br />
Greatest game of all is this game to do better and have that drive will get you there. blah blah blah blahb alhba ahfsadhfsdahf;sdhf;dsahf;sdhfdsafhdsafhds;fhdsj;kfhjsdk;fhds;fhds;ghdkjgda;gh;g;adgjad;gh;fdhg;fdhgdf;gfdgd;gds<br />
<br />
sdsafasdfsdl;fsk;hkghks;gha;dgafdg<br />
<br />
sdfhafasf;sf<br />
<ul><br />
<li>dafsfdas</li><br />
<li>safsfd</li><br />
<li>asdfdsfasdf</li><br />
</ul>
</div>
Firebug:
<div class="entry-content">
My test post
<br>
<br>
Home sweet home
<br>
<br>
Greatest game of all is this game to do better and have that drive will get you there. blah blah blah blahb alhba ahfsadhfsdahf;sdhf;dsahf;sdhfdsafhdsafhds;fhdsj;kfhjsdk;fhds;fhds;ghdkjgda;gh;g;adgjad;gh;fdhg;fdhgdf;gfdgd;gds
<br>
<br>
sdsafasdfsdl;fsk;hkghks;gha;dgafdg
<br>
<br />
sdfhafasf;sf
<br>
<ul>
<li>dafsfdas</li>
<br>
<li>safsfd</li>
<br>
<li>asdfdsfasdf</li>
<br>
</ul>
</div>
</div>
Result:
My test post
Home sweet home
Greatest game of all is this game to do better and have that drive will get you there. blah blah blah blahb alhba ahfsadhfsdahf;sdhf;dsahf;sdhfdsafhdsafhds;fhdsj;kfhjsdk;fhds;fhds;ghdkjgda;gh;g;adgjad;gh;fdhg;fdhgdf;gfdgd;gds
sdsafasdfsdl;fsk;hkghks;gha;dgafdg
sdfhafasf;sf
* dafsfdas
* safsfd
* asdfdsfasdf
I especially don't want the breaks between the bullet points
Last edited by username (2010-09-05 21:47:29)