right im using the code bellow:
div#main {font-family:Verdana;
font-size:16;
color: #C0C0C0;
font-weight:bold;
border:3px outset #6699ff;
padding:4px}
and this produces what i would call a lose boarder it goes like straight acroos the screen i wondered if it was possible to create a tight boarder one which is close to the words
cyaz
ajDecrease the padding.
If you want white space around your text, add a margin attribute.
div#main {font-family:Verdana;
font-size:16;
color: #C0C0C0;
font-weight:bold;
border:3px outset #6699ff;
padding:4px}
and this produces what i would call a lose boarder it goes like straight acroos the screen i wondered if it was possible to create a tight boarder one which is close to the words
cyaz
ajDecrease the padding.
If you want white space around your text, add a margin attribute.