MyBB Community Forums

Full Version: post. <br />
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends.

how to remove <br /> in each new paragraph.

ok thanks google.

I've found the answer.

put in global.css :
.mybr br{
display: none;
}

and use the div tag in place who want to disable <br/>

eg: <div class="mybr"> MyCode </ div>