html - <br style="margin-bottom:8px;"/> not rendering in IE -
i'm trying create space , half between text , date in website without using 2 "< br/ >" tags. code see below works fine in firefox doesn't work @ in ie. if use 2 "< br/ >" tags, creates space , want 1 space , half without using css. know can css code have works fine in ff , doesn't work in ie. think reason ie doesn't "margin-bottom" , it's not rendering all.
code:
<p class="text">blah blah blah<br style="margin-bottom:8px;"/>17 august 2013, 2:30pm est</p>
output in ff:
blah blah blah blah 17 august 2013, 2:30pm est
output in ie:
blah blah blah blah 17 august 2013, 2:30pm est
you use 2 p tags , control margin on them or use line-height give want. can't comment without seeing more of code.
but try whilst waiting answer.
Comments
Post a Comment