Hi, opmaak tekst in tabelletjes met CSS in IE gaat goed. Echter in Mozilla Firefox worden de tabellen uit elkaar getrokken... Wat doe ik verkeerd?
<html>
<head>
<title>Testcase</title>
<style type="text/css">
<!-- h2 {font-family: arial;
font-weight: normal;
font-size: 8pT;
color: 636A4E;
letter-spacing: 1px;
line-height: 18px; } -->
</style>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>Testcase</title>
<style type="text/css">
<!-- h2 {font-family: arial;
font-weight: normal;
font-size: 8pT;
color: 636A4E;
letter-spacing: 1px;
line-height: 18px; } -->
</style>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
<tr>
<td background="../images/site-opbouw/line-subjects.jpg"><h2> Test</td></h2>
</tr>
</table>
</body>
</html>