04-26-07 12:20 PM
Hi,
I have a link component within my authoring template called "QuickLink".
Within my Presentation template I want to display this link. My code is:
<Element context="current" type="content" key="QuickLink">
In my content Item, I type in an example link of http://www.google.com and l
ink text of Google.
When I view the content page, I get a blank screen where the link should be.
Viewing the source, the HTML that is printed out is:
<a href="http://www.google.com"></a>
I don't understand what's happening! Why isn't it printing out the link tex
t? What have I done wrong?
Thanks.
[ Post a follow-up to this message ]
|