I wouldn't say one uses a BR for any kind of alignment, other than going to first character of a new line.

Old school method for what you want is to use a transparent gif.

New school is to use CSS with display:none for a discriptor.

Example
<hr class="hidden" /> where .hidden {display:none}

Adjust to suit your needs.