I'm trying to display an address right aligned in the footer of my page like this:
1234 south east Main St. Nowhere, ID 45445 (555) 555-5555
in my markup I have this:
<address> 1234 south east Main St. Nowhere, Id 45445 (555) 555-5555 </address>
How can I get this to layout properly without inserting <br /> in each line using css?