Hi,
See http://en.wikipedia.org/w/wiki.phtml?title=User:Arvindn/Chess&oldid=3122...
The footer is displaced to the right (in Gecko; haven't checked anything else).
At the same time the indents in the discussion to the right of the image at the bottom are not showing. I think the two might be related.
Arvind
On Fri, Apr 09, 2004 at 09:26:10PM +0530, Arvind Narayanan wrote:
Hi,
See http://en.wikipedia.org/w/wiki.phtml?title=User:Arvindn/Chess&oldid=3122...
The footer is displaced to the right (in Gecko; haven't checked anything else).
At the same time the indents in the discussion to the right of the image at the bottom are not showing. I think the two might be related.
The small chessboard at the end opens two <table>s:
<table> <tr> <td valign="top">
<table cellspacing="0" cellpadding="0" style="border:1px solid #8888aa; width:160px; height:160px; float:left; margin-right: 1em;">
<tr>
but only one is closed:
<td>[[Image:chess_rll40.png|20px|]]</td> </tr> </table>
<!-- End Small Chessboard-->
This causes rendering errors. Using Wiki table markup instead of HTML, this kind of errors can be avoided.
Regards,
JeLuF
On Fri, Apr 09, 2004 at 07:07:11PM +0200, Jens Frank wrote:
The small chessboard at the end opens two <table>s:
<table> <tr> <td valign="top">
<table cellspacing="0" cellpadding="0" style="border:1px solid #8888aa; width:160px; height:160px; float:left; margin-right: 1em;">
<tr>
but only one is closed:
<td>[[Image:chess_rll40.png|20px|]]</td> </tr> </table>
<!-- End Small Chessboard-->
Oh, sorry, thanks for pointing that out.
This causes rendering errors. Using Wiki table markup instead of HTML, this kind of errors can be avoided.
Unfortunately wiki markup doesn't work for the chessboard in MSIE, which displays gaps between the pieces.
Arvind
wikitech-l@lists.wikimedia.org