[pmwiki-users] floating text around images

Patrick R. Michaud pmichaud at pobox.com
Thu Mar 31 13:31:23 CST 2005


On Thu, Mar 31, 2005 at 05:59:50PM +0200, nexyufuli evo wrote:
> 
> but if i like a space just on the right side
> %align=left  style="padding-right: 5px"% does not work

Well, it would be %align=left padding-right=5px%, but that currently
doesn't work either because the padding-right gets applied to the
span and not to the img tag itself.

One option might be for me to add an %img% option to the wikistyle,
so that one could then do

   %img align=left padding-right:5px%

and get it to work; the problem being that <img ... /> tags already
have a style='...' attribute in them (to disable the borders), so
*that* doesn't quite work.  I suppose I can somehow move the style 
information into the default 'pmwiki' styles rather than styling each
<img> tag directly, this would also enable %border='1px blue'% to work
properly.

Pm



> 
> is this possible in some way?
> 
> grz nos
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://pmichaud.com/mailman/listinfo/pmwiki-users



More information about the pmwiki-users mailing list