Home › Forums › General XMetaL Discussion › Creating Thick Border Lines › Reply To: Creating Thick Border Lines
Reply to: Creating Thick Border Lines
January 5, 2009 at 10:23 amdid you try to edit the .css file an change the border of your xml element?
for example:
DIV3
{
display: block;
border: 3px black solid;
}
Mohamed