Well, don't have an example. Tables are the only thing I can think of at the moment. I guess I'll know to Create a conversation with you in the future if I have any problems :P
i know HTML but the forum filters it. tro create HTML table you need to write <table> <tr> <td>Row1 Col1</td> <td>Row1 Col2</td> </tr> <tr> <td>Row2 Col1</td> <td>Row2 Col2<td> <tr> </table>
as U acn understand <table> is table <tr> is table row