guys... I wanted to do a line break javascript. I tried the <br> thing but it just prints out like a normal text... does anyone know how to do a line break??? can you also show me a sample code? thanks...![]()
guys... I wanted to do a line break javascript. I tried the <br> thing but it just prints out like a normal text... does anyone know how to do a line break??? can you also show me a sample code? thanks...![]()
If you mean in something like an alert then use \n
Code:alert('This is line 1 \nThis is line 2');
Bookmarks