[ZDP] frustrating

Martijn Pieters mj@antraciet.nl
Tue, 25 May 1999 15:07:27 +0200


At 14:51 25/05/99 , Tom Deprez wrote:
>Hi guys,
>
>pfew, my first steps in web-page design and I'm already frustrated. How do
>you guys get up with it?
>
>I'm trying to put the tutorial code, psuedo code in a table, but it isn't
>what I want, have a look at it :
>
>http://zdp.zope.org/guide/introduction/starting/Outline/Tutorials/ZBook/Tut2
>
>Pff, can somebody make it a little bit nicer??
>
>What I really don't understand is that empty row it places behind the code,
>psuedo code. How can I get rid of this?
>
>Tom.

Because you use <PRE> tags around your code, the last line-break after the 
code is also rendered. Change

{<span class="dtml">paste</span> the contents of <span 
class="dtml">standard_html_footer</span> on this place}
</pre>

to

{<span class="dtml">paste</span> the contents of <span 
class="dtml">standard_html_footer</span> on this place}</pre>


--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-6254545 Fax: +31-35-6254555
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------