Home › Forums › General XMetaL Discussion › XMax and CSS – Style based on Attribute Problem › Reply To: XMax and CSS – Style based on Attribute Problem
Reply to: XMax and CSS – Style based on Attribute Problem
October 7, 2009 at 9:26 amI managed to solve this problem.
The style needed to inclued 'display: block;'. That's why, for example, the border wasn't being displayed. This obviously makes sense as you can only apply border elements to block elements when using HTML etc.