[ic] [more] / [more-list]

Stefan Hornburg Racke interchange-users@interchange.redhat.com
Wed Oct 10 03:25:01 2001


Joachim Leidinger <jojo@blackpoint.de> writes:

> Jason Korkin wrote:
> > 
> > Can't do that one -- because its already defined as being link=#FFFFFF
> > (ie. white) for all of the other links...
> > 
> > Jason.
> 
> How about a CSS like
> 
>  a:link.treffer  {
>       font-family: Arial, Helvetica, sans-serif; 
>       font-size: 10pt; 
>       font-style: normal; 
>       font-weight: bold;
>       color: green;
>       text-decoration: undlerine;}
> 
> and in your page a codes like
> 
> [seti morestuff]
> [decade-prev]&nbsp;<B>(-10)&#60;&#60;</B>&nbsp;[/decade-prev]
> [prev-anchor]&nbsp;<B>&#60;</B>&nbsp;[/prev-anchor]
> [more]
> [next-anchor]&nbsp;<B>&#62;</B>&nbsp;[/next-anchor]
> [decade-next]&nbsp;<B>&#62;&#62;(+10)</B>&nbsp;[/decade-next]
> [/seti]
> [perl]
>    $_ = $Safe{'scratch'}->{'morestuff'};
>    s/HREF/class\=\"treffer\"\ HREF/g;
>    $Safe{'scratch'}->{'morestuff'} = $_;
> return '';
> [/perl]

You know about $var =~ s/.../.../g; ?

I think that's ugly. We should support passing arbritray attributes
for the <a> tag in more lists.

Ciao
        Racke

-- 
Racke happily hacks Interchange and maintains Debian packages like Courier.

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)