
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] [more] / [more-list]
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] <B>(-10)<<</B> [/decade-prev]
> [prev-anchor] <B><</B> [/prev-anchor]
> [more]
> [next-anchor] <B>></B> [/next-anchor]
> [decade-next] <B>>>(+10)</B> [/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)
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users