Page is a not externally linkable
- Browsers
-- Firefox Browser Usage and Support
---- Firefox 0.9 doesn't display solid color table borders


iamlost - 7:52 pm on Jun 29, 2004 (gmt 0)


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.

Example:
Where you might now have:
<table border="1">
change to:
<table border="1" style="border-style: solid;">
or to:
<table style="border: 1px solid;">

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.


Thread source:: http://www.webmasterworld.com/firefox_browser/397.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com