Home › Forums › General XMetaL Discussion › Attributes In Tag › Reply To: Attributes In Tag
Reply to: Attributes In Tag
April 16, 2012 at 11:24 pmHere's some generic CSS that I regularly use when there's an XML file that I want to be able to edit in XMetaL without doing a full customization:
[code]*:before {
color: #FF9900;
}
* {
prefix-format: “[ %attribute-list; ] “;
display: block;
margin-left: 6pt;
text-indent: -3pt;
}[/code]