Many pages on the zope.org site are annoying to read because they don't word-wrap. This is probably caused by a width="100%" attribute in the main <table> tag. On most pages with this problem, getting rid of the widh="100%" lets the text wrap like it should. Whoever is the template custodian, please let our text wrap! Thomas Passin
At 21:11 29-10-99 , Thomas B. Passin wrote:
Many pages on the zope.org site are annoying to read because they don't word-wrap. This is probably caused by a width="100%" attribute in the main <table> tag. On most pages with this problem, getting rid of the widh="100%" lets the text wrap like it should.
Whoever is the template custodian, please let our text wrap!
Thomas Passin
This has nothing to do with the width=100%, but everything with the use of the PRE tag for examples. Text marked up with PRE will not wrap, therefore pushing the margins, which in turn widens the table cell, which in its turn makes _all_ text wrap around at this new width. PRE tags are automatically added when using example code in Structired Text documents. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
There was a mighty long discussion about this some time ago, search the archives. It seems there is good reason for the text not to wrap.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Thomas B. Passin Sent: 29 October 1999 20:12 To: zope@zope.org Subject: [Zope] Zope.org site text should wrap
Many pages on the zope.org site are annoying to read because they don't word-wrap. This is probably caused by a width="100%" attribute in the main <table> tag. On most pages with this problem, getting rid of the widh="100%" lets the text wrap like it should.
Whoever is the template custodian, please let our text wrap!
Thomas Passin
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Martijn Pieters -
Phil Harris -
Thomas B. Passin