Page is a not externally linkable
iamlost - 7:52 pm on Jun 29, 2004 (gmt 0)
Example: This will allow borders only where you want/have them now but ensure the "solid" cross-browser appearance you want. I strongly recommend that you investigate the WebmasterWorld CSS forum and do an internet search for "css tutorial". The design control you will then have available is astounding.
Until you decide to add CSS to your list of computer studies(!) the easiest solution is to add inline style declarations where you need them.
Where you might now have:
<table border="1">
change to:
<table border="1" style="border-style: solid;">
or to:
<table style="border: 1px solid;">