As for now, WYSIWYG style is preferred for me to edit tables. So I edit the tables in other editor like Dreamweaver, and then just copy the HTML code back to my blog. I wish there is some better way I can handle tables!
Are there some convenient ways for TABLEs in blog?
================================================================
After I posted above content, I did find that if I can use CSS style well, the table can be edited in a controllable way. Also, the code wasn't be prohibitive, and I can play with it in various ways. Glad that it won't be an obstacle for me to continue with my blog! Hopefully I can learn more along with blogging!
This is a sample table I just edited. Yes, if I really know something, it will be simple.
Header1 | Header2 | Header3 |
---|---|---|
Row1, Col1 | Row1, Col2 | Row1, Col3 |
Row2, Col1 | Row2, Col2 | Row2, Col3 |
Row3, Col1 | Row3, Col2 | Row3, Col3 |
Row4, Col1 | Row4, Col2 | Row4, Col3 |
Row5, Col1 | Row5, Col2 | Row5, Col3 |
I think I need some summary, so just post here.
- Style can be made for entire table, each row, each column, or each cell.
- Style options for columns are limited, and maybe overruled by row styles.
- Some options for styles:
background-color, color, text-align, font-face, font-size, font-weight, text-decorator
No comments:
Post a Comment