|
HTML / CSS question...
.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?
|