Re: px in HTML
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On So, Apr 10, 2016, Nick Warne wrote: > I have noticed that Dillo doesn't render px properly - this snippet: > > <hr width=500px align=left> > > just produces: > > . > > Using 50% (e.g.) works OK. Is this bad HTML or a 'to-do' thing? The HTML width attribute (which is depricated, btw) does not support "px", instead, <hr width=500 ...> would be correct. Sebastian _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
signature.asc
(application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXCm9vAAoJEAw7+YHB+ZL6iPcH/1KnXKoAz1MzEm1oNjXW2N+l Fl7ryyX3crejXruae9a4YUKhy2/TiQwWY74CEu8vf8R/a3lYOPoOc4Hvvakf2JV0 T6VCeYGFeJL+vtr+//fIYqZmKMBdEr1bKvqyi41iziygSx2oPBAWfWB4A3tCZp+t LMgNc8uuOa3+jK0NIULSdu9B1U0tUl3wetTblxPjQ6oZTaOaXGdpwSB1bf7B5mPt ZYLaMkgPxxNBzbo2bAv0069bgEjrGFRQ3kNTKqyMKvYRHruxy6jISjQq1kpiQ4y8 VbUGgCJkqLxj+PA3G1YS41Epxks7YUrxer2gaiqSWwzj8iAQJI+psnQn3/3hE7U= =mPDJ -----END PGP SIGNATURE-----