Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Anat] Changing the design of <%span%>

Quote Reply
Re: [Anat] Changing the design of <%span%> In reply to
Hi!

Try with:



<%if next_span%>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD class="NEXTSPAN">
&nbsp; Pages: <%next_span%>
</TD>
</TR>
</TABLE>
<%endif%>



CSS:


.NEXTSPAN A {COLOR: #FF6633; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; font-weight:bold}
.NEXTSPAN A:link {COLOR: #FF6633; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; font-weight:bold}
.NEXTSPAN A:visited {COLOR: #FF6633; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; font-weight:bold}
.NEXTSPAN A:active {COLOR: #FF6633; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; font-weight:bold}
.NEXTSPAN A:hover {COLOR: #CCCCCC; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; font-weight:bold}
.NEXTSPAN {COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 9pt; font-weight:bold}



<%next_span%> is created by Links>Build.pm

$url .= qq~<a href="$next_url$next_hit$CFG->{build_extension}">[>>]</a> ~ unless ($next_hit == $nh or ($nh * $maxhits > $numhits));



I hope so!Wink







Use table and CSS because it is safer, when you upgrade to a new version of LSQL ...

You will have to change this again.

It works fine for me.


(Sorry YoYoYoYo - didn't see your post - so it is Build.pm Wink)

Last edited by:

Payooo: Aug 20, 2002, 7:16 AM
Subject Author Views Date
Thread Changing the design of <%span%> Anat 7982 Aug 18, 2002, 12:27 AM
Thread Re: [Anat] Changing the design of <%span%>
yogi 7671 Aug 18, 2002, 1:52 AM
Thread Re: [yogi] Changing the design of <%span%>
Anat 7661 Aug 19, 2002, 1:27 PM
Thread Re: [Anat] Changing the design of <%span%>
YoYoYoYo 7668 Aug 19, 2002, 5:57 PM
Thread Re: [YoYoYoYo] Changing the design of <%span%>
Anat 7730 Aug 20, 2002, 6:12 AM
Post Re: [Anat] Changing the design of <%span%>
YoYoYoYo 7631 Aug 20, 2002, 7:06 AM
Thread Re: [Anat] Changing the design of <%span%>
Payooo 7639 Aug 20, 2002, 7:10 AM
Thread Re: [Payooo] Changing the design of <%span%>
Anat 7656 Aug 20, 2002, 8:52 AM
Post Re: [Anat] Changing the design of <%span%>
Payooo 7605 Aug 20, 2002, 9:16 AM
Thread Re: [Anat] Changing the design of <%span%>
yogi 7636 Aug 20, 2002, 9:16 AM
Thread Re: [yogi] Changing the design of <%span%>
Payooo 7628 Aug 20, 2002, 9:23 AM
Thread Re: [Payooo] Changing the design of <%span%>
Anat 7639 Aug 20, 2002, 10:08 AM
Thread Re: [Anat] Changing the design of <%span%>
Anat 7692 Aug 20, 2002, 10:20 AM
Thread Re: [Anat] Changing the design of <%span%>
Anat 7559 Aug 22, 2002, 12:30 PM
Thread Re: [Anat] Changing the design of <%span%>
yogi 7558 Aug 22, 2002, 12:55 PM
Thread Re: [yogi] Changing the design of <%span%>
Anat 7586 Aug 22, 2002, 1:19 PM
Thread Re: [Anat] Changing the design of <%span%>
yogi 7547 Aug 22, 2002, 1:28 PM
Thread Re: [yogi] Changing the design of <%span%>
Anat 7594 Aug 23, 2002, 1:06 AM
Post Re: [Anat] Changing the design of <%span%>
yogi 7567 Aug 23, 2002, 1:07 AM