You don't have to pass linktext to buildlink.  Do it like this:
<skin:buildlink objectid="#application.url.webroot#"><img
src="#application.url.webroot#/images/menu_img/logout.gif" alt="Logout"
/></skin:buildlink>

You can look at the buildlink.cfm file in the webskin directory in the core
to see all of the other attributes that are possible.  I'm pretty sure you
can send in an ID, class, and even a structure of parameters to add to the
URL if necessary.

Jake Churchill

On Sat, Mar 8, 2008 at 10:43 PM, Rune <[EMAIL PROTECTED]> wrote:

>
> The <skin:buildlink objectid="#application.navid.nnnn#" linktext="some
> text" />
> builds standard text links, but how to build an image link.
>
> In my (old) code I have an image links like this:
>
> <li><a href="#application.url.webroot#/register/act_logout.cfm"
> id="p7TBMt01"><img src="#application.url.webroot#/images/menu_img/
> logout.gif" alt="Logout" /></a></li>
>
> That use style sheet.
>
> How can I transfer a link like this to <skin:buildlink... so I still
> keep the friendly urls.
>
> Regards
> Rune Pedersen
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to