Mauricio,

Any attributes that are not reserved by the <r:link> tag are added to the generated <a> tag. So you could do something like this:

<r:link title="the title attribute" />

If you need to populate that title attribute with other data about the page, you'll need to do it manually, perhaps like this:

<a href="<r:url />" title="<r:date />"><r:title /></a>

Sean

Mauricio Dulce wrote:
Hello everyone

I have a question, its possible add title html tag to the links in radiand

thanks
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to