Stas Bekman wrote:
>
> Per Einar Ellefsen wrote:
> > At 05:16 26.04.2002, allan wrote:
> >
> >> Stas Bekman wrote:
> >>
> >> > Regarding the enclosing box (which doesn't appear on NS4/linux), I
> >> don't
> >> > know if adding more boxes is a good idea. We have too many already.
> >>
> >> ok, fair enough, but what about the indention level?
> >> please try and outcomment the background and border colours
> >> in the div.qoutation rule. the qoute should generally look a
> >> little more compact than before.
> >>
> >> > I suggest to have a different approach to make it stand out: Make it
> >> > narrower than the page width. It's very hard to read wide text.
> >>
> >> see above.
> >>
> >> > I also suggest again to drop, the phrase after 'Lincoln Stein', this
> >> > will make the name more prominent.
> >>
> >> +1
> >
> >
> > If you look at http://users.skynet.be/pereinar/mod-perl/ , that's what I
> > had done before, I was just waiting for you to fix the issue with NS4
> > before committing. But it's ok now.
>
> I don't think Allan was trying the same version as yours.
>
> Allan, please look at the snapshot of Per Einar's URL (attached). Any
> idea how
> to make the enlarged mod_perl work in NS4?
if i understand you guys right, how about something like
this [note that i have skipped the double-qoutes, do we
really need them?]:
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;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]