[IPython-dev] presentation mode css surgery

Matthias Bussonnier bussonniermatthias at gmail.com
Wed Jun 12 11:43:28 EDT 2013


Do you really wrote script in your md cell whet you where meanin to write
style?
-- 
M

Le mercredi 12 juin 2013, Satrajit Ghosh a écrit :

> hi all,
>
> i'm trying to turn the border=0px for just the following table in a given
> markdown cell. the rendered html seems to override it with a managed css
> from style.min.css. any thoughts on how i can apply a css setting to just a
> single element.
>
> ```
> #Software interfaces
>
> Currently supported (5-2-2013).
>
> <table>
> <tr>
> <td>
> sth1
> </td>
> <td>
> sth2</td>
> </tr>
> </table>
> ```
>
> here are the things that i have tried:
>
> 1. <table style="border:0px">
>
> 2. <script> table {border: 0px} </script> (this actually gets stripped out)
>
> cheers,
>
> satra
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130612/50b5688d/attachment.html>


More information about the IPython-dev mailing list