Stas Bekman wrote:
> > if i understand you guys right, how about something like
> > this [note that i have skipped the double-qoutes, do we
> > really need them?]:
> 
> no, no need for the quotes.

good.

> > HTML:
> > <div class="quotation">
> > <span class="big-mod">mod_perl</span> is more than CGI
> > scripting on steroids.  It is a whole new way to
> > create dynamic content by utilizing 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>
> >
> > STYLE:
> > span.big-mod {
> >       font-family: helvetica, arial, verdana, sans-serif;
> >       font-size: 1.5em;
> >       color: #000000;
> >       vertical-align: text-bottom;
> > }
> 
> this looks ok in NS4, it simply doesn't apply the style, so mod_perl
> stays of the same style.

beggin your pardon, no styles at all? works perfect here.
 

> Though can we make "mod_perl" non-italic, so it'll look better?

try:

span.big-mod {
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 1.5em;
        color: #000000;
        font-style: normal;
}

IMO it looks worse though.

> p.s. I saw your followup Allan, just commenting on what I've tried.

ok.


NEW TRY !!!!:

HTML:
<div class="quotation">
<span
class="big-mod"><span>&nbsp;</span>mod_perl<span>&nbsp;</span></span>
is more than CGI
scripting on steroids.  It is a whole new way to
create dynamic content by utilizing 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>


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

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;
}

/* 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