Hey Team.
I'm trying to build a component (Text link with image background) with custom inline CSS (see #3 to #5)
my code is:
1. < a>
2. < xsl:attribute name="style">
3. < xsl:text>{background-image:url(
4. < xsl:value-of select="Datum[
@Name='Image']"/>
5. < xsl:text>) !important;}
6. < /xsl:attribute>
7. < xsl:value-of select="Datum[
@Name='Content']"/>
8. < /a>
When I used above component into my page. I see background image with text when I build a page, but when I do a preview of my page I can't see the background image, only text is display.
Is TeamSite truncate my inline CSS? please let me know...
Thanks,