Thanks Tommy (you sure you're not my Guardian angel in disguise - you keep coming to my rescue over the last few days ;-))
I had :
Code:
<table width="20px" border="1" border-color="#000" border-style="ridge">
But doing what you suggested :
Code:
<table style="width:200px; border:6px ridge #000">
worked, because I forgot to do the 'style' part !
One last bit, is it possible to give each cell certain padding, just by giving the table (as opposed to each tr or each td), a style please ? I've googled around, but can't seem to find a way - have tried the code below :
Code:
<table style="width:230px; border: 1px #000; margin:4px; cellpadding:4px; cellspacing:4px">
Which didn't seem to work either ?
I took off the ridge when I found that IE, doesn't show ridges on borders ? Unless anyone knows of a way to make borders look better, when seen in IE and FF ?
Dez.
Bookmarks