Re: [O] css classes to tables in html export

2014-03-01 Thread Bastien
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

Re: [O] css classes to tables in html export

2014-02-23 Thread Vikas Rawal
> > 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

Re: [O] css classes to tables in html export

2014-02-19 Thread Rick Frankel
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

Re: [O] css classes to tables in html export

2014-02-19 Thread Vikas Rawal
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

[O] css classes to tables in html export

2014-02-16 Thread Vikas Rawal
How do I add custom css classes to tables while publishing my project? Vikas