really simple question and cant figure it out. I am trying to add a line break here on my table header
var text = "<table id='test' class='test'>";
text += "<tr><th> style='font-size:16px'>Cool \nStuff</th></tr>";
I have tried to add a line break using <br> and \n and no luck, can anyone help me
\nshould work fine<br>should work.\nwill not make a difference<th>.. the style tag is outside the tag.. And please see my answer. The<br>tag works perfectly