2013-07-05, 06:41 PM
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>
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>