To acheive this border effect in BOTH browsers, the trick is to nest tables.

The first table's attributes are:
cellpadding="1" (use higher number for thicker border)
cellspacing="0"
bgcolor="hex" (this is the color your border will be)
width="100%"
border="0"

The second table's attributes are:
cellpadding="n" (any number you wish)
cellspacing="0"
bgcolor="hex" (must be different from 1st table's bgcolor)
width="100%"
border="0"
align="center" (for Mac IE browsers)


DO NOT USE BORDERCOLOR!

Tables Home