Dave Burke : Freelance .NET Web Developer specializing in Online Communities

CS Nuglet: The default Chameleon inline CSS tag is DIV

This is a nuglet worth it's bits.  If adding an inline CssCode property to a Chameleon element, remember that the default CSS tag generated is a DIV tag, which means that you'll see line-breaks and not be able to figure out why. 

Add a tag="Span" property (in bold below) and you'll be in Community Server CSS bliss once again.


<DBVT:POLineDetailsImageLink ID="POLineDetailsImageLink2" runat="server" CssClass="PopOver" Tag="Span" />

Comments (0) | Post RSS RSS comment feed

Posted on 5/3/2008 9:14:41 AM by Dave Burke
Categories: Community Server

Related posts

Comments are closed

Copyright © 2008 Dave Burke Consulting  |  All Rights reserved.