[Pmwiki-users] Bug in pmwiki tables?
Patrick R. Michaud
pmichaud
Fri Jun 11 09:17:53 CDT 2004
On Thu, Jun 10, 2004 at 10:44:05PM +0200, Albi Rebmann wrote:
> Hello,
>
> I have the following code in wiki:
>
> [[table allign=center width=100%]]
> [[cell]]%newwin%[[http://www.life.de Attach:dbg.gif]]
> [[cell]]%newwin%[[http://www.life.de this is special link]]
> [[tableend]]
>
> First link just opens link, no new window, second opens link in new
> window. Looks like there is a bug when I have picture links.
It's a known bug -- since the image is at the end of the markup
line, it's treated as a floating-right image and loses the wiki styling.
Add a %% at the end of each line to "fix" it for now:
[[table allign=center width=100%]]
[[cell]]%newwin%[[http://www.life.de Attach:dbg.gif]] %%
[[cell]]%newwin%[[http://www.life.de this is special link]] %%
[[tableend]]
Pm
More information about the pmwiki-users
mailing list