Hello,
I think I found a bug in Prince XML 7.0.
I create a table where the first row is a header specified as <tr align="left">
In Opera or Firefox, the header text is left-aligned as I would expect.
In Prince XML, the header text is centered.
Is this a bug or did I overlook something?
Complete HTML file below.
Thank you for your help.
Marc-Etienne
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>prince</title>
</head>
<body>
<table style="width: 100%;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr align="left">
<th>Header</th>
<th>Header</th>
</tr>
<tr>
<td>text text text text text text text text text text text text </td>
<td>text text text text text text text text text </td>
</tr>
</tbody>
</table>
</body>
</html>
I think I found a bug in Prince XML 7.0.
I create a table where the first row is a header specified as <tr align="left">
In Opera or Firefox, the header text is left-aligned as I would expect.
In Prince XML, the header text is centered.
Is this a bug or did I overlook something?
Complete HTML file below.
Thank you for your help.
Marc-Etienne
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>prince</title>
</head>
<body>
<table style="width: 100%;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr align="left">
<th>Header</th>
<th>Header</th>
</tr>
<tr>
<td>text text text text text text text text text text text text </td>
<td>text text text text text text text text text </td>
</tr>
</tbody>
</table>
</body>
</html>