
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] [more] / [more-list]
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]
[scratch morestuff]
[/more-list]
You will get a URL like
<STRONG>1</STRONG> <A class="treffer"
HREF="http://www.myhost.com/cgi-bin/myshop/scan/MM=8282ed5487f2bd9f57dee7bad06a5ca6:20:39:20?mv_session_id=JdkDa3CU&mv_more_ip=1&mv_nextpage=results">2</A>
...and so on!
ciao
Joachim
> Joachim Leidinger wrote:
> >
> > Support wrote:
> > >
> > > Quick question since the searches over at the interchange.redhat.com
> > > site are not returning results properly...
> > >
> > > With the [more] tag- how can I change the link color? I have the page
> > > defaulting to "white" links but need to have the [more] links be blue...
> > > I tried something like: [more-list link=#0000FF] but that obviously
> > > didn't work. ;-)
> > >
> > > Jason.
> >
> > How about
> >
> > <body ..... LINK="#0000FF">
> >
> > in your page?
> >
> > ciao
> >
> > Joachim
--
Hans-Joachim Leidinger | Dipl.-Phys.Ing. Entwicklung eCommerce
[Hans-Joachim.leidinger@bpanet.de]
Black Point Arts Internet Solutions GmbH
http://www.bpanet.de
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users