hi again after _a lot_ of experimenting i have found this enclosed html to show te pre sections fine and slightly better in ns4.
please first check the any current preview in ns4 before checking this. notice the extra line break [caused by the fact that we use a html-table]. please now check the enclosed file in ns4 the lower version is the new solution. changes: * skipped the html table completely and asigned a class for the pre section * gave the vaertical bar another colour [the same blue as the blue on the fronpage qoute on my recent previews] plusses: + less html + sligthly better looking in ns4 (and the same goes for iCab in fact) minuses: - the fonts _have_ to be specified [either in pre or in the class-rule] (i'm not sure if this is a real problem but i doubt it). this is probaly due to the fact that ns4 gets confused about how wide one whitespace should be in a <pre> section would be great if people can check this minor thing in their browsers. thanks ./allanTitle: pre test
The following 10 commands summarize the execution steps required to build and install a basic mod_perl enabled Apache server on almost any standard flavor of Unix OS.
% cd /usr/src
% lwp-download http://www.apache.org/dist/httpd/apache_x.x.x.tar.gz
% lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
% tar xzvf apache_x.x.x.tar.gz
% tar xzvf mod_perl-x.xx.tar.gz
% cd mod_perl-x.xx
% perl Makefile.PL APACHE_SRC=../apache_x.x.x/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
% make && make test && make install
% cd ../apache_x.x.x
% make install |
The following 10 commands summarize the execution steps required to build and install a basic mod_perl enabled Apache server on almost any standard flavor of Unix OS.
% cd /usr/src
% lwp-download http://www.apache.org/dist/httpd/apache_x.x.x.tar.gz
% lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
% tar xzvf apache_x.x.x.tar.gz
% tar xzvf mod_perl-x.xx.tar.gz
% cd mod_perl-x.xx
% perl Makefile.PL APACHE_SRC=../apache_x.x.x/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
% make && make test && make install
% cd ../apache_x.x.x
% make install
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
