This works for the post as it is displayed on the front page, but the table attribute is changed in the Archive. For one post the html shows this
<div class="article-content">
<p> A line of text
</p>
table border="2" cellspacing="0" cellpadding="6" rules="cols" frame="box"
<table rules="groups" frame="hsides" border="2" cellpadding="6" cellspacing="0">
for another post, the html shows
<div class="article-content">
<p>
some text </p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
Experimenting with o-blog version 2.6. (I'm moving my o-blog version 1 site over.)
I have lots of blog posts that include a brief table, and I'm used to setting the HTML attribute like in below example:
\ DONE title of blog post : some tag CLOSED: [2015-06-15 Mon 09:49]
A line of text
+ATTR_HTML: border 1 :cellspacing 0 :cellpadding 6 :rules none :frame void
| table row 1 | | table row 2 |
This works for the post as it is displayed on the front page, but the table attribute is changed in the Archive. For one post the html shows this
for another post, the html shows
and I don't know why.