Drop the border colour, and give the table a background and turn up your cellspacing and set border to 0.
<table cellpadding="5" cellspacing="2" border="0" background="#cc0000"> However, I would strongly suggest CSS for this job. Regards, Svip On 1/30/07, Samuel Richardson <[EMAIL PROTECTED]> wrote:
I'm building an HTML 4 Transitional layout for Firefox using tables. Before you all run screaming or hang me from the gallows I have a reason, the page is being used as an email promotion, web based email readers such as GMail ignore float styles necessitating the use of table based layouts (oh joy! The design is very complicated and the powers above don't want to simplify it) My question is; I'm using the follow to create a 2px wide red border with padding for content <table cellpadding="5" cellspacing="0" border="2" bordercolor="#cc0000"> in IE this renders perfectly fine, in Firefox it adds a 3D effect to the table border. Is there anyway of switching this off? -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
