Hi, I have a problem with structured text. I am doing a list with several paragraphs starting with "*", after which another paragraph follows, in this case a named link starting with ".. [F1]" When Zope renders the page, it does not correctly close the list, it includes the following paragraph in the <li>-tag, but closes the list before the standard_footer_html Is there a way to tell Zope to close a list?? I tried indenting the list a level more than the surrounding text but that did not help. The way Zope deals with lists in structured text is a bit strange... every list-entry becomes enclosed by <p></p>'s, that needs much room to render... I guess there should be a way to format this. Jochen
On Mon, 13 Dec 1999, Jochen Haeberle wrote:
Hi,
Is there a way to tell Zope to close a list?? I tried indenting the list a level more than the surrounding text but that did not help.
Jochen - I just tried: list - one - two .. [F1] mla pla And it works fine for me.
The way Zope deals with lists in structured text is a bit strange... every list-entry becomes enclosed by <p></p>'s, that needs much room to render... I guess there should be a way to format this.
You are right. Now that you've mentioned it I think I have removed that feauture as I did not like it either. But I had to edit the source code. Pavlos
Pavlos, thanks for testing... your example works for me as well... wonder what's wrong with mine... At 9:46 Uhr -0500 13.12.1999, Pavlos Christoforou wrote:
On Mon, 13 Dec 1999, Jochen Haeberle wrote:
The way Zope deals with lists in structured text is a bit strange... every list-entry becomes enclosed by <p></p>'s, that needs much room to render... I guess there should be a way to format this.
You are right. Now that you've mentioned it I think I have removed that feauture as I did not like it either. But I had to edit the source code.
Do you remember where you found that code? Thanks Jochen
participants (2)
-
Jochen Haeberle -
Pavlos Christoforou