IE 6 -----Original Message----- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 2:00 PM To: CF-Talk Subject: RE: Why is this?
What browser? I could be wrong but I thought the top/left margin attributes weren't netscape friendly. Are there bottom/right attributes never seen that before. J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer Founder/President IE CFUG www.red-omega.com Whatever is wrong it is better than a poke in the eye with a sharp stick. Unless of course you just got poked in the eye with a sharp stick. -----Original Message----- From: CFDEV [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 10:55 AM To: CF-Talk Subject: Why is this? Why does this still present an area around the outside of the table. I set the table border to equal 1 so I can see it. I want the table FLUSHED at 100%. It seems like it is using like 98% with 1% around the top, bottom, left and rights. Here is the code: (Suggestions on why this is happening?) <HTML> <HEAD> <TITLE>Show Message</TITLE> <SCRIPT SRC="..includes/esc.js" language="JavaScript1.2"></SCRIPT> <LINK HREF="../includes/esc.css" REL="stylesheet" TYPE="text/css"> </HEAD> <BODY leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"> <TABLE BORDER=1 CELLPADDING="0" CELLSPACING="0" ALIGN=CENTER WIDTH=100% HEIGHT=100%> <tr><td align=right><a href="javascript:self.close();" class="txt">[ Close ]</a></td></tr> <TR CLASS="EVENCOLOR" valign="top"> <TD VALIGN=TOP> blah blah blah </td> </tr> </table> </body></html> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

