|
I was wondering how a table would be rendered in this Blog. Now I know. Not
very nice, is it!
You have to actually insert the HTML to do this <TABLE border=2>
<TR><TD>this</TD><TD>is</TD></TR>
<TR><TD>a</TD><TD>table</TD></TR>
</TABLE>
Will yield this table So easy that even an Arts student could do it!! .. the tricky bit is getting the blog to show the code for the blog
instead of the table itself. This is left as an exercise
for the intellectual elite.
|