[pmwiki-users] How can I avoid spaces in table cells?

Martin Spindler spindler at isg.cs.uni-magdeburg.de
Wed Nov 8 17:57:28 CST 2006


Hi list,

I want to write a table with no spaces within a <td></td>, i.e. 
something like this:

<table>
<tr>
  <td><img .../></td>
</tr>
</table>

How can I achieve this using the AdvancedTableDirectives? So far I tried:

(:table ....:)
(:cell:)http://www.foo.com/image.png""
(:cell:)http://www.foo.com/image.png""
(:tableend:)

This turns out into something like:

<table>
<tr><td><img src=.../>
</td>
</tr>
</table>

which is not what I want.

Any suggestions?

Thanks,
Martin.




More information about the pmwiki-users mailing list