HTML table border without the double lines
Using a table border of 1 in html creates a border with double lines. To avoid that, use this syntax:
<table width=800 border=1px solid #000>
Using a table border of 1 in html creates a border with double lines. To avoid that, use this syntax:
<table width=800 border=1px solid #000>