going further with justified text, do you like?:

HTML:
<div class="quotation">
<span class="big-mod">mod_perl&nbsp;</span> is more than CGI
scripting on steroids.  It is a whole new way to
create dynamic content by is islizing the full power of the
Apache web server
to create stateful sessions, customized user authentication
systems, smart
proxies and much more.  Yet, magically, your old CGI scripts
will continue
to work and work very fast indeed.  With mod_perl you give
up nothing and
 gain so much!
    <div class="quote-details">-- Lincoln Stein</div>
</div>

CSS:
span.big-mod {
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 1.5em;
        color: #000000;
        font-style: normal;
        float: left;
        font-weight: bold;
        text-align: left;
}

/* quotations, mainly for the first page */
div.quotation {
        font-family: helvetica, arial, verdana, sans-serif;
        font-style: italic;
        padding-top: 10;
        padding-right: 10;
        padding-bottom: 10;
        padding-left: 10;
        margin-right: 20;
        margin-left: 20;
        border-width: 0;
        border-style: solid;
        text-align: justify;
}

/* Used to cite the author */
div.quote-details {
    margin-top: 10;
    font-style: normal;
    margin-left: 25;
    font-size: 0.9em;
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to