Adding new lines in HTML -


so i'm trying add text inside variable , variable together. every time add new text want added on line. when it's spread on multiple lines instead of being on 1 line.

here code have far. how put old sresults on lower lines?

sresults = ("you boss" + sresults) 

i've tried using <p> in don't think i'm implementing right. tried using \n in as3 that's not working , <tr> tables i'm still pretty new html , have no idea.

if using javascript try way :

sresults = ("you boss" + sresults) sresult=sresult+"<br>"; 

Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -