Border, Margin, or Cellpadding Problem
Posted: Tue Apr 13, 2004 10:15 am
Im sorry this really isn't a php question but more of a html question, I just didn't know who else to ask.
Anyway when I create a table and use includes, it looks fine in Mozilla, but in IE there is a little space between my <TR>
So like I said, It looks fine in Mozilla, but the majority of the users accessing the site use IE, and thats where the problem is....
Any ideas?
Anyway when I create a table and use includes, it looks fine in Mozilla, but in IE there is a little space between my <TR>
Code: Select all
<body BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#3300FF" VLINK="#3300FF" ALINK="#3300FF"
topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">Code: Select all
<table border=2 width="100%" height="80%" bordercolor="black"
cellSpacing="0" cellPadding="0">Any ideas?