Re: [TYPO3-english] How to map a link in Templavoila

2010-04-09 Thread Riccardo De Contardi
Hello and thank for your kind answer. I've managed to solve it myself finding this: http://lists.typo3.org/pipermail/typo3-project-templavoila/2009-March/004015.html Thank you again! -- Riccardo De Contardi - Web Developer B Human Srl - www.bhuman

Re: [TYPO3-english] How to map a link in Templavoila

2010-04-08 Thread Marcus 'biesior' Biesioroff
I forgot: lib.mySpecialLink.typolink.ATagParams = title="Entra" and one more thing, use CSS class background-image to create gfx button ie.: class="invisible2">Entra a.btn_trasp { display: block; width: 50px height: 20px; background-image: url(assets/img_layout/as_ts_bckg_button_tras

Re: [TYPO3-english] How to map a link in Templavoila

2010-04-08 Thread Marcus 'biesior' Biesioroff
ellou, Use DS Element (not the attribute) with type of "TypoScript path" to join for an example lib.mySpecialLink. Map it to the whole tag in the HTML template and set mapping style for OUTER In main TS template declare the link (sorry I do not understand whole TS, so I dont know what typ

[TYPO3-english] How to map a link in Templavoila

2010-04-08 Thread Riccardo De Contardi
Hello everybody. A little problem I've stumbled upon using Templavoila: The problem: I have a link in my HTML template: Enter title="Enter" /> I've mapped the anchor in TV in this way: type: attribute; element type: link; attribute: href The problem: I'd like to erase the link, but...