[Typo3] Text w/image - render

bedee martin at bidner.com
Mon Dec 5 15:42:59 CET 2005


got it (from typo3.german):

in /typo3/sysext/css_styled_content/static/setup.txt
change "textpic" like:

# *****************
# CType: textpic
# *****************
tt_content.textpic = COA
tt_content.textpic {
#10 = COA
#10.if.value = 25
#10.if.isLessThan.field = imageorient
#10.10 = < lib.stdheader

20  = < tt_content.image.20
20.text.10 = COA
20.text.10 {
if.value = 24
if.isGreaterThan.field = imageorient
10 = < lib.stdheader
10.stdWrap.dataWrap = <div class="csc-textpicHeader
csc-textpicHeader-{field:imageorient}">|</div>
}
20.text.20 = COA
20.text.20 {
if.value = 25
if.isLessThan.field = imageorient
10 = < lib.stdheader
}
20.text.30 = < tt_content.text.20
}


Gruß, Dirk


"bedee" <martin at bidner.com> schrieb im Newsbeitrag 
news:mailman.1.1133789845.15685.typo3-english at lists.netfielders.de...
> Hi, i want to change the render of Text x/image (wrap) like this:
> (headline on same high with image)
>
> want this:
>
> |-----| HEADLINE
> |bild |  text text text
> |-----| text text text
> umfliessender text
> umfliessender text
>
> this is what is now:
>
> HEADLINE
> |-----| texttext text
> |bild |  text text text
> |-----|  text text text
> umfliessender text
> umfliessender text
>
> is there any good tutorial for the content render?
> this is a part of my  TS :
>
>  1.. page.10 = TEMPLATE
>  2.. page.10 {
>  3..
>  4..   template = FILE
>  5..   template.file = fileadmin/sj/main.html
>  6..   relPathPrefix = fileadmin/sj/
>  7..   workOnSubpart = document
>  8..
>  9..   subparts.maincontent = CONTENT
>  10..   subparts.maincontent{
>  11..                   table = tt_content
>  12..                   select.orderBy = sorting
>  13..                   select.where = colPos = 0
>  14..                   wrap = <div align="justify">|</div>
>  15..                                }
>  16.. }
>
> i´m using just content(default)
> thank you and excuse my terrible english
>
> martin bidner
>
> 





More information about the TYPO3-english mailing list