Home › Forums › General XMetaL Discussion › How to set tag colors › Reply To: How to set tag colors
Reply to: How to set tag colors
December 18, 2008 at 2:52 amThis is not possible. There is no concept of parent elements when it comes to the coloring of element tags using settings in the CTM file.
If you really need to make it easy to distinguish between elements by color the best you could do in this case would be to change colors using CSS background-color, color or border properties in the CSS file.
A very simple example:
Parent1 Comment {color:#FF0000}
Parent2 Comment {color:#0000FF}