hi guys,
need your help on this. how do i make the address content on mysql table to display in one line when i retrieve that print on html table?
i have this on mysql table address field:
|4538 s. Washtenaw |
but when i try to print this in html table, it prints:
| 4538 s. |
|Washtenaw|
how do i make it print in single line?