Xonnie316 Posted April 7, 2006 Share Posted April 7, 2006 Hey PHP Freaks Forum Members,Well I'm using dreamweaver mx 2004, and I made this layout and the border shows up on internet explorer, but it doesn't show up on firefox,[a href=\"http://www.wrestlingchaos.net/awf/index.php\" target=\"_blank\"]http://www.wrestlingchaos.net/awf/index.php[/a]Can you please help me out,Thanks in advance,Xonnie316 Link to comment https://forums.phpfreaks.com/topic/6788-border-shows-up-on-ie-but-not-firefox/ Share on other sites More sharing options...
Vorotaev Posted April 7, 2006 Share Posted April 7, 2006 Your page has two BODY tags. It really shouldn't... anyways.Firefox is definitely showing the border. It's just showing only the outside part as red.[code]<table width="780" height="834" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FF0000" bgcolor="#000000">[/code]Opera ignores the bordercolor setting altogether, defaulting to gray. Firefox colours the outside border, but leaves the inner border as default gray. Internet Explorer will color the entire border red.You could try removing the cellspacing. Or using CSS to create the border instead. Link to comment https://forums.phpfreaks.com/topic/6788-border-shows-up-on-ie-but-not-firefox/#findComment-24755 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.