Hi Vikas,
Vikas Rawal writes:
> How do I add custom css classes to tables while publishing my
> project?
C-h v org-html-table-* TAB
HTH,
--
Bastien
>
> So, use the class attribute.
>
> #+ATTR_HTML: :class table table-striped table-bordered table-condensed
> | a | b | c |
> |---+---+---|
> | 1 | 2 | 3 |
Thanks. That's what I need.
Vikas
On Tue, Feb 18, 2014 at 06:08:50PM +0100, Vikas Rawal wrote:
> Sorry, you forgot to reply to the mailing list. I am copying mailing
> list in my reply. I hope it sticks to the thread.
>
> My intent was to add classes, so that when I export to html, I get
> something like this:
>
>
So, use the cla
Sorry, you forgot to reply to the mailing list. I am copying mailing
list in my reply. I hope it sticks to the thread.
My intent was to add classes, so that when I export to html, I get
something like this:
Vikas
On Mon, Feb 17, 2014 at 03:22:13PM -0500, Rick Frankel wrote:
> On Sun, Feb 16, 2
How do I add custom css classes to tables while publishing my project?
Vikas