Home › Forums › General XMetaL Discussion › Xmetal Developer Edition 7 – Blue Diamond image is missing for Empty elements › Reply To: Xmetal Developer Edition 7 – Blue Diamond image is missing for Empty elements
Reply to: Xmetal Developer Edition 7 – Blue Diamond image is missing for Empty elements
April 22, 2014 at 8:26 pmYou could wait for a fix for XMAX or add an image using CSS:
elementname:before {
content:url(myemptyicon.jpg);
}
Note: This workaround will also work for XMetaL Author.