Topic: break tag <br /> appearing after all my sentences

This is so weird...

When I edit my posts the <br /> are not there, but when I check the page source they are there.
So for example,  in my edit posts I see this

<p>Title: The Greatest </p>
<p>Date: 4.9.09 </p>

this is an example sentence to show you 
what is going on

But, when I check the page source I see this

<p>Title: The Greatest</p> <br />
<p>Date: 4.9.09 </p> <br />

this is an example sentence to show you
<br />
what is going on

Thumbs up

Re: break tag <br /> appearing after all my sentences

That's normal. <br /> is an enter.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: break tag <br /> appearing after all my sentences

No I just checked firebug...something isn't right.
I have two or one <br> after everything I write, but I didn't put any break tags in my posts

<div class="entry content">
<strong>The best post ever says:</strong>
<br>
<br>
<ul><li>Title: The Greatest</li>
<br >
<li>Date: 4.9.09 </li>
<br>
</ul>

another paragraph
<br>
<br>

I need to remove those <br>
How do I remove them?

Thumbs up

Re: break tag <br /> appearing after all my sentences

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)

Thumbs up

Re: break tag <br /> appearing after all my sentences

bump...

Thumbs up

Re: break tag <br /> appearing after all my sentences

any ideas/suggestions?

Thumbs up