Stas Bekman wrote: > > Thomas Klausner wrote: > > >>you forgot the screenshot :) but please use a link to cut the traffic. > >> > > damn! I forget to attach the anounced attachments all the time ... > > > > Anyway: > > http://domm.zsi.at/modperl-site-domm/shot.jpg > > Yup, that looks bad.
agreed, however it is fixable and i think i would call this a bug in mozilla/netscape. i found out that these browsers actually renders whitespace. so the html table for the prev|up|next widget (and the top widget too) that looks bad is currently something like: <tr> <td colspan="5" height="1"> <img src=".././images/sp.gif" alt="-" border="0" height="1" width="1"> </td> </tr> and the html table for the widget that look good should be like: <tr> <td colspan="5" height="1"><img src=".././images/sp.gif" alt="" border="0" height="1" width="1"></td> </tr> in other words (since the text in this mail is wrapped): all cells should be on one single line: <td>stuff 1</td> <td>stuff 2</td> <td>stuff etc</td> which, incidently, also is neater html IMO. ./allan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
