<%j=0
if cint(paginaabsoluta) <> 1 then
atras=cint(paginaabsoluta)-1
response.write "<td align=center><a href=pprof.asp?expediente="&expediente&"&tamanopag ina="&tamanopagina&"&paginaabsoluta=" & atras & ">"&"<IMG SRC=imagenes\atras.gif BORDER=0 ALIGN=MIDDLE>"&"</a></td>"
j=j+1
end if
for i = 1 to rs.pagecount
j=j+1
if j>20 then
response.write "</tr><tr>"
j=1
end if
if cint(i) = cint(paginaabsoluta) then
response.write "<td bgcolor=
#00ff00 align=center>"&i&"</td>"
else
response.write "<td align=center><a href=pprof.asp?expediente="&expediente&"&tamanopag ina="&tamanopagina&"&paginaabsoluta=" & i & ">"&i&"</a></td>"
end if
next
end if%>
<%'>>
if cint(paginaabsoluta) <> rs.pagecount then
atras=cint(paginaabsoluta)+1
response.write "<td align=center><a href=PPROf.asp?expediente="&expediente&"&tamanopag ina="&tamanopagina&"&paginaabsoluta=" & atras & ">"&"<IMG SRC=imagenes\adelante.gif BORDER=0 ALIGN=MIDDLE>"&"</a></td>"
end if%>
Lo que tienes en negrita está indicándole a tu código el verde fosforito en la página seleccionada... Cambia el código RGB ese y cambiará el color
Un beso