I am trying to do a simple table with a 1px solid black border. I used the code: <table border=1 bordercolor=#000000>. IE displayed the table perfectly, but Firefox returned a standard gray border... is there any way around this? I would use CSS, but I do have other tables on the same page that I don't want having black border... is there a way I want use a DIV tag around this black border table? (it encompasses the whole page) Thanks in advance!