Line Breaks not working
-
I’m trying to populate a page with some info, and the echo for writing out this info isn’t linebreaking like it should:
foreach ($wppbc_author as $key => $value){ echo $key.': '.$value.'<br\>'; }
I’ve tried alternatives like /n, \n,
, but it always gives output like this:Honorific: Mr.Suffix: sfxSecondary Email: [email protected] Card Number: 123456789012
Whats wrong here?
https://www.ads-software.com/plugins/allow-php-in-posts-and-pages/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Line Breaks not working’ is closed to new replies.