[TYPO3-content-rendering] css_styled_imgtext and border

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Jul 1 12:21:35 CEST 2005


hi

does css_styled_imgtext support "border" checked?

I can see no difference in output css_styled_imgtext generated no matter 
if I check "border" or not.

Shouldn't it be like smething similiar to this below is generated if 
"border" checked:

	             |||||||
<dl class="csi-image border">
<dt><img src="typo3temp/pics/b6c9c87841.gif" width="150" height="54" 
border="0" alt="" title="" /></dt>						<dd class="csi-caption">  </dd>
</dl>

or

<dl class="csi-image">
<dt><img src="typo3temp/pics/b6c9c87841.gif" width="150" height="54" 
border="0" alt="" title="" class="border" /></dt>				<dd 
class="csi-caption"> </dd>   |||||||
</dl>


or even better - after installing css_styled_imgtext I get drop down 
"border" with "Layout1", "Layout2"

so I can define in my CSS

.border1 {
border: 1px solid #EEE;
}

.border2 {
border: 10px solid #FF0000;
}

.border3 {
border: 0px;
}

etc

or maybe "border" is supported somehow but I cant turn it on?

--
grtz
Krystian



More information about the TYPO3-project-content-rendering mailing list