Home › Forums › General XMetaL Discussion › Creating Thick Border Lines › Reply To: Creating Thick Border Lines
Reply to: Creating Thick Border Lines
January 14, 2009 at 9:32 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
Ok maybe i should have rephrased it. I want to know how to create a single thick line.
I did try ;
[code]
{
display: block;
border-top: 3px black solid;
}[/code]
but it didnt work. If you want me to be more specific, take a look at the link here, It is exactly what I wanted to achieve.
http://www.w3schools.com/css/tryit.asp?filename=trycss_border-top