If you want to make a table this is how you do it.
HTML codes for the table are as follows but you'll need to remove the * when you do it.
<*table> (to mark the beginning of your table) <*tr> (to set the beginning of each table row) <*td> (to set the beginning of each data cell) <*/td> (to mark the end of each data cell) <*/tr> (to mark the end of each table row) <*/table> (to mark the end of your table)
Tell LJ not to autoformat the post and use <*br> for end of paragraph in text (again remove the * first)
So the code for a table of two rows with two cells in each row would look like this
Comments 1
Mama's back!!! I'm so pleased to see you honey!
If you want to make a table this is how you do it.
HTML codes for the table are as follows but you'll need to remove the * when you do it.
<*table> (to mark the beginning of your table)
<*tr> (to set the beginning of each table row)
<*td> (to set the beginning of each data cell)
<*/td> (to mark the end of each data cell)
<*/tr> (to mark the end of each table row)
<*/table> (to mark the end of your table)
Tell LJ not to autoformat the post and use <*br> for end of paragraph in text (again remove the * first)
So the code for a table of two rows with two cells in each row would look like this
<*table border="1">
<*tr>
<*td>1<*/td><*td>2<*/td>
<*/tr>
<*tr>
<*td>3<*/td><*td>4<*/td>
<*/tr>
<*/tr>
<*/table>
and after you remove the * would appear like this
12
34
Reply
Leave a comment