[TYPO3] anchor tags

Christopher Torgalson bedlamhotel at gmail.com
Fri Dec 7 18:12:39 CET 2007


Hello,

Cate & Peter wrote:
> Hi Christopher
> 
>> ...then the answer is the same as it is for every made-in-TYPO3 link:
>> typolink [1]:
>>
>> ### Typoscript:
>> ###
>> lib.skip_navigation = HTML
> 
> *Eyes glazing over ... :)*
> 
> *shakes head* oh sorry ... the typolink almost got me there :)
> 
> Let me talk it back to see if I understand...
> 
>> lib.skip_navigation = HTML
>> lib.skip_navigation {
>> 	### The link text:
>> 	###
>> 	value = Skip to content
>> 	value {
>> 		typolink {
>> 			### Create a link to the current page:
>> 			###
>> 			parameter.data = field:uid
>>
>> 			### Link to a specific anchor:
>> 			###
>> 			section = content
>> 		}
>> 	}
>> }
> 
> So, having put anchors in with Dreamweaver, now all I need to do is using
> the "section=" to define the typolink?



No. Put the whole link in your template with the TS above--you can plug 
that TS object into a marker, or subpart, or (in TV), map your links as 
TS objects.


-- 
Christopher Torgalson / bedlamhotel at gmail.com


More information about the TYPO3-english mailing list