[TYPO3-english] typolink typoscript
Henjo Hoeksma | Stylence
me at henjohoeksma.nl
Wed Mar 27 09:02:47 CET 2013
Hi Aron,
take a look at
http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Hmenu/Index.html#hmenu-special-browse
Kind regards,
Henjo
Problems are small because we learned how to deal with them.
Problems are big because we need to learn how to deal with them.
On Wed, Mar 27, 2013 at 1:27 AM, Aron Szabo <szabo.aron at ag-szoft.hu> wrote:
> Hi!
> I would like to create the next html with typoscript:
>
> <div>
> <div id="portfolio" class="folioGrid clearfix">
> <a href="index.php?id=**mutermifotozas" class="folioItem santorini">
> <img src="uploads/tx_templavoila/_**MG_0173_01.jpg" width="360"
> height="270" class="folioThumb wp-post-image" alt="" />
> <div class="folioTextHolder">
> <div class="folioText">
> <h3>Title</h3>
> <p>Details</p>
> </div>
> </div>
> </a>
> </div>
>
> my típoscript is:
> 10 = IMAGE 10.file.XY = 360,270
> 10.file.import = uploads/tx_templavoila/
> 10.file.import.current = 1
> 10.file.import.listNum = 0
> 10.file.maxW = 360
> 10.file.minW = 360
> 10.file.maxH = 270
> 10.file.minH = 270
> 10.params = class="folioThumb wp-post-image"
>
> 10.wrap = |<div class="folioTextHolder"><div class="folioText"><h3>Title</
> **h3><p>Details</p></div></div>
>
> 10.stdWrap.typolink.parameter.**field = field_link
> 10.stdWrap.typolink.**ATagParams=class="folioItem santorini"
>
>
> How can I put the details field content between <p>Details</p> and the
> title field content between <h3>Title</h3> tags?
>
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
More information about the TYPO3-english
mailing list