0
text wrapping in a table [html]
Hi, can somebody tell me how I can make a text wrapping in a table, who affect only one box in a table(I use <br>, but it doesn´t work) <table style="border: 1px solid #dbdbdb;"> <colgroup> <col width="1000"> <col width="800"> </colgroup> <tr> <td colspan="2"><h1>h</h1></td> </tr> <tr> <td> <p>g</p> <p>df</p> <p>h</p> <p>1</p> </td> <td width="80%"> <h2>1</h2> <p> <BR><BR><BR><BR><BR><BR><BR><BR> c <BR><BR><BR><BR><BR><BR><BR><BR> b a </p> </td> </tr> </table>
1 Answer
0
Hi. Your BR tag is missing a closing slash. The correct version is <br />