Here is my HTML code:
<a target="_blank" href="http://keyes.findbuyers.com/search_details/hGdxEaI0bAO568MBDtCCfvjtY74dYmJKhIeURpGbbtxBQvzbNLwrKJL381lFafq10-YkJ58zGW6Lc8fpOny7fW/customerservice@keyes.com">
999 SW 1st Ave
<br/>
Miami, FL 33130
</a>
When I print the address it is displaying it on two lines in the console:
999 SW 1st Ave
Miami, FL 33130
I want to print the address like this:
999 SW 1st Ave, Miami, FL 33130
How can I do that?