COL element attributes not working in konqueror
"Db Mahendra-a5792c" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I tried rendering following page using konqueror (Version no:
konqueror3-embedded-0.2-20060121). Unfortunately it doesnot get
rendered correctly. The COL element's right align attribute from
colgroup is ignored and the text is displayed as left aligned.
Can anyone help me in this regard or suggest ? Is there any fix
available for this ?
The HTML page looks as below.
====================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>col_align_right</title>
</head>
<body>
<table border width="600">
<colgroup>
<col align="right">
<col align="right">
</colgroup>
<tr>
<td>Cell text should be right aligned</td>
<td>Cell text should be right aligned</td>
</tr>
</table>
</body>
</html>
====================================================================
Thank you so much ..
mdb
_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e