I have problems with font colours.
How i can change the links and pagination colours.
If i put a font tag doesn't work.
I have problems with font colours.
How i can change the links and pagination colours.
If i put a font tag doesn't work.
Carlitus.
If you want to have different color, you have to use style attribut since it's a link.
Edit templates/rows.html line 10:
in order to change the color of pagination, you should hack the class.Navigator.php3 file.Code:<b><a href="go.php3?id=<%link_id%>" target="_parent" style="color=red"><%title%></b></a>
Remember that you have to use style attribut since it's a link too.