Francesco Sblendorio <sblendorio <at> gmail.com> writes: > > > Doing so, I have a tooltip when I move the mouse on the top of the image, I don't have the text on the side of the image.More, doing so (in the sidebar):* [[GroupName.Page1|Attach:icon.png]] [[GroupName.Page1|Title of the page 1]]... i get two rows, insted of one row as I expected... How to put all two links in one row?Thanks again,Francesco > 2010/5/24 david <at> ellendee.co.uk <david <at> ellendee.co.uk>Try adding quote marks around the tooltip title - seehttp://pmwiki.org/wiki/PmWiki/Links > %sidehead% [[GroupName.PageName|Main page of the section]] > * [[GroupName.Page1|Attach:icon.png "Title of the page 1"]] > * [[GroupName.Page2|Attach:icon_2.png "Title of the page 2"]] > Dave Cooke > Original Message: > ----------------- > From: Francesco Sblendorio sblendorio <at> gmail.com > Date: Mon, 24 May 2010 00:51:50 +0200 > To: pmwiki-users <at> pmichaud.com > Subject: [pmwiki-users] "Decorated" text in links in sidebar > Hi, > I can't insert more than one element in a single row in the Sidebar: I'd > like to do something like: > %sidehead% [[GroupName.PageName|Main page of the section]] > * [[GroupName.Page1|Attach:icon.png Title of the page 1]] > * [[GroupName.Page2|Attach:icon_2.png Title of the page 2]] > What happens is that the text ("Title of the page 1", "Title of the page2") > simply disappears, while the image is in the right place. > Why do the text disappear? > Thanks in advance, > Francesco > -- > Francesco Sblendoriohttp://fsblendorio.blogspot.comhttp://www.sblendorio.eu > -------------------------------------------------------------------- mail2web.com – Enhanced email for the mobile individual based on Microsoft® > Exchange - http://link.mail2web.com/Personal/EnhancedEmail > > > -- Francesco Sblendoriohttp://fsblendorio.blogspot.comhttp://www.sblendorio.eu > > > _______________________________________________ > pmwiki-users mailing list > pmwiki-users <at> pmichaud.com > http://www.pmichaud.com/mailman/listinfo/pmwiki-users >
Hi Francesco, Yes you're right about the tool tip - sorry about that. I've had a quick play and the following should work. It gives tool tip (only when mouseover) and permanent title. You can add formatting or another link to that text and it should stay to the right. * [[GroupName.Page2|Attach:icon_2.png "Title of the page 2"]] [- Title of the page 2 -] Regards Dave _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
