[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

[BUG] misaligned image in a table



EHLO.

I've found a very small (at least for me, at least now) problem with
tables and images. Try to save and view the following HTML. The image is
misaligned with its left edge being centered in the table instead of its
center. Centering works fine for texts (the lowest row). Is it a bug or
just a feature?

Emacs 23.1.1
w3m w3m/0.5.2+cvs-1.1027 (the w3m-version)
w3m-el-snapshot 1.4.263+0.20080321-1
everything running on Debian testing

--8<---------------cut here---------------start------------->8---
<html><head></head><body>
<center>
<table border="0" cellspacing="0" cellpadding="0" bgcolor=#ffffff>
<tr>
<td><b><font face="Arial, Helvetica, sans-serif" size="+1">Piled Higher
& Deeper</font><font face="Arial, Helvetica, sans-serif"> <i> by Jorge
Cham</i></font></b></td>
<td> </td>
<td>
<div align="right"><b><font face="Arial, Helvetica,
sans-serif">www.phdcomics.com</font></b></div>
</td>
</tr>

<tr align="center"> <!-- try to add/remove align -->
<td colspan="3">
<font face="Arial, Helvetica, sans-serif">
<img alt="Click on the title below to read the comic" src="http://www.phdcomics.com/comics/archive/phd081310s.gif"; border="0" align="top"></img>
</font>
</td>
</tr>

<tr>
<td colspan="3">
<div align="center">
<font size="-2" face="Arial, Helvetica, sans-serif">title:
"<a href=http://www.phdcomics.com/comics.php?f=1356>Your Math Skills</a>" - originally published 8/13/2010
</font>
<p><font face="arial">For the latest news in PHD Comics, <a href="http://www.phdcomics.com/comics.php";>CLICK HERE!</a></font></p>
</div>
</td>
</tr>

</table>
</center>
<p><a href="http://www.phdcomics.com/comics.php?f=1356";>link</a></p>
</body></html>
--8<---------------cut here---------------end--------------->8---

-- 
Miłego dnia,
Łukasz Stelmach