How do I put a small 1 pixel black line along my table borders. I have used the following code but it only fills the outside edges with the line.
<table width="100%" border="0" cellpadding="3" cellspacing="0" bordercolor="#000000" bgcolor="#EEEEFF" STYLE="border:solid black 1px">
I need the line to show each row and column border. Any help would be appreciated
<table width="100%" border="0" cellpadding="3" cellspacing="0" bordercolor="#000000" bgcolor="#EEEEFF" STYLE="border:solid black 1px">
I need the line to show each row and column border. Any help would be appreciated