(Untitled)

Mar 22, 2009 17:52

Finally I am back again. My tower broke down. You know sometimes computers can be a pain in the ass ( Read more... )

Leave a comment

Comments 1

silvan_lady March 23 2009, 21:22:00 UTC
*squeeeees*

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

Up