[pmwiki-users] Question about Attach and hyperlinks
noskule
noskule at gmx.net
Fri Mar 17 07:35:29 CST 2006
Patrick R. Michaud schrieb:
>On Tue, Mar 14, 2006 at 09:02:21AM -0600, Manish Ranade wrote:
>
>
>>Hi,
>>
>>Is there any way to add width and height for the image when you add an
>>image to wiki page?
>>
>>
>
> %width=100% Attach:image.jpg
>
>See http://www.pmwiki.org/wiki/PmWiki/Images#resizing
>
>
>
>>Is there any way to set 'title' and 'rel' attributes for hyperlinks in a
>>wiki page?
>>
>>
>
> %rel=nofollow% http://www.example.com
>
>adds rel='nofollow' to the link. Setting titles is a bit trickier at
>the moment; but try:
>
> $UrlLinkFmt =
> "<a class='urllink' href='\$LinkUrl' rel='nofollow'
> title='\$LinkAlt'>\$LinkText</a>";
>
>and then you may be able to do
>
> [[http://www.example.com"Link title"]]
>
>I haven't tried this myself yet. We could also probably enable
>a title= wikistyle for links.
>
>Pm
>
>
>
did somebody tryed this jet? I did, but didnt sugess :-( I would like
to use it to add alt text and tooltips to images . .
>_______________________________________________
>pmwiki-users mailing list
>pmwiki-users at pmichaud.com
>http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
>
>
More information about the pmwiki-users
mailing list