Hallo zusammen .
Ich Bastel mal wieder grade am Confluence Skin rum . Ist für mich immer noch einer der Besten Skins .
Nun habe ich alle Mediaflaggs wegelassen und durch Einfachen Text ersetzt .
Nun habe ich folgendes . Ich bekomme es nicht hin hinter dem Texten nun noch ein rahmen zu setzten .
Siehe Bild .
So sieht die Iclusiv Codec aus . Gat da noch jemand eine Idee ?
<includes>
<include name="VideoCodecFlaggingConditions">
<control type="label">
<width>100</width>
<height>53</height>
<font>font1010</font>
<align>center</align>
<label>($INFO[ListItem.VideoResolution])</label>
<textcolor>ff5c6bc0</textcolor>
<visible>!String.IsEmpty(ListItem.VideoResolution)</visible>
<include >Media Codec Flagging Images</include>
</control>
<control type="label">
<width>150</width>
<height>53</height>
<font>font1010</font>
<align>center</align>
<label>($INFO[ListItem.HdrType])</label>
<textcolor>ff006b3c</textcolor>
<visible>!String.IsEmpty(ListItem.HdrType)</visible>
</control>
<control type="label">
<width>100</width>
<height>53</height>
<font>font1010</font>
<align>center</align>
<label>($INFO[ListItem.IsStereoscopic])</label>
<textcolor>ffffa700</textcolor>
<visible>!String.IsEmpty(ListItem.IsStereoscopic)</visible>
</control>
<control type="label">
<width>150</width>
<height>53</height>
<font>font1010</font>
<align>center</align>
<label>($INFO[ListItem.VideoCodec])</label>
<textcolor>ffeb4c42</textcolor>
<visible>!String.IsEmpty(ListItem.VideoCodec)</visible>
</control>
</include>