Quote:
Originally posted by goBigtime
.blah{background:#fbfbfb;border:1px solid #666666}
I am switching this CSS back to straight HTML...
I've got:
<table width="700" border="1" cellpadding="10" cellspacing="0" bordercolor="#666666" bgcolor="fbfbfb">
But see where it sais solid (for the bordr I assume)... how do I represent that in HTML?
|
you can't choose the border type in plain HTML. There is only one border type, you just have to change the border parameter to a different value to get a different thickness!
jDOG