Hi.

I hope someone can help me out with the following problem.

I am trying to create a flexible content element that has the following 
html structure:

<ul class="partner">
   <li><a href=""><img src="" alt="alternate tekst" /></a></li>
   <li><a href=""><img src="" alt="alternate tekst" /></a></li>
   <li><a href=""><img src="" alt="alternate tekst" /></a></li>
   <li><a href=""<img src="" alt="alternate tekst" /></a></li>
</ul>

The goal is to map the link the image and the alternate tekst.

Mapping href as an attribute and the image as image goes fine.

But when I map the alternate tekst as an attribute I loose the mapping 
of the image and get an error message. I have tried mapping the three 
elements in all sorts of ways and orders but I allways loose the mapping 
of the image, when I map the alternate tekst.

Any suggestions on how to solve this.

Best regards
Morten

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to