As I explained, CSS layouts do not render in Gmail/Hotmail etc. I've tried your HTML below, it just gives me a fill in that table. You can see the HTML here:
http://tui/expresstemplate/template_japanese/ The yellow section partway down the page is what I'm trying to fix, if you view it in both Firefox and IE you'll see the difference between them and what I'm trying to achieve. Thanks, Samuel -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Svip Sent: Wednesday, 31 January 2007 9:52 AM To: [email protected] Subject: Re: [WSG] Remove 3D Border Effect from Firefox Tables 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] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
