kennygadams
Programmer
Hi,
I created a table with rounded corners and I'm having a white-space problem in the inner bottom and top part of the table while using the MOZILLA FIREFOX browser. The URL below will show you what I'm talking about. I've spent many hours trying to get rid of those white spaces but cant figure out.
Thanks in advance for your help.
![[lightsaber] [lightsaber] [lightsaber]](/data/assets/smilies/lightsaber.gif)
Kenny Adams
I created a table with rounded corners and I'm having a white-space problem in the inner bottom and top part of the table while using the MOZILLA FIREFOX browser. The URL below will show you what I'm talking about. I've spent many hours trying to get rid of those white spaces but cant figure out.
Code:
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' '[URL unfurl="true"]http://www.w3.org/TR/html4/strict.dtd'>[/URL]
<html>
<head>
<title>TEST</title>
<link rel="stylesheet" href="/css_style_sheet.css" type="text/css">
</head>
<body>
<table align='center' width='500' height='0' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='0' height='0'><img src='/pics/top_left_rounded_corner.gif' height='9' width='9' border='0'></td>
<td width='100%' height='0'><img src='/pics/top_middle.gif' height='9' width='100%' border='0'></td>
<td width='0' height='0'><img src='/pics/top_right_rounded_corner.gif' height='9' width='9' border='0'></td>
</tr>
<tr>
<td colspan='3' height='100' align='center' bgcolor='#F8F8F8'><!--MAIN TABLE STUFF--></td>
</tr>
<tr>
<td width='0' height='0'><img src='/pics/bottom_left_rounded_corner.gif' height='9' width='9' border='0'></td>
<td width='100%' height='0'><img src='/pics/bottom_middle.gif' height='9' width='100%' border='0'></td>
<td width='0' height='0'><img src='/pics/bottom_right_rounded_corner.gif' height='9' width='9' border='0'></td>
</tr>
</table>
</body>
</html>
Thanks in advance for your help.
![[lightsaber] [lightsaber] [lightsaber]](/data/assets/smilies/lightsaber.gif)
Kenny Adams