I’m looking for some INLINE code (not using an external stylesheet) that produces the equivalent of half of a <br> tag - your help is appreciated!
Not possible dude. I suggest you just use your <br /> tag and apply some CSS (line-height: 0.5em; should do the trick I think).
Or <br style=“width: 50%” /> not quite sure what you mean by half.