[TYPO3-shop] Custom wrap around thumbnail
Iztok Kham
pajek at pajcevina.net
Wed Jul 8 00:55:54 CEST 2009
Hello!
I like tt_products more and more every day!
Now I need some info ...
Is it possible to define a custom wrap around every thumbnail in single
view.
What I want is to have a div around link and image ...
For example:
<div id="thumbnails">
<div class="thumb">
<a href="...link to full_image1...">
<img src="... image1:thumb">
</a>
</div>
<div class="thumb">
<a href="...link to full_image2...">
<img src="... image2:thumb">
</a>
</div>
.......
</div>
What I need is the <div class="thumb"> ... </div> wrap around link with
thumbnail.
Is this doable without hacking the code?
Many thanks ...
-- Iztok
More information about the TYPO3-project-tt-products
mailing list