[IPython-dev] presentation mode css surgery

Satrajit Ghosh satra at mit.edu
Wed Jun 12 10:38:47 EDT 2013


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/a46b356d/attachment.html>


More information about the IPython-dev mailing list