Results 1 to 2 of 2

Thread: Font Colours

  1. #1
    Join Date
    Aug 2001
    Posts
    19

    Question Font Colours

    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.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    If you want to have different color, you have to use style attribut since it's a link.
    Edit templates/rows.html line 10:

    Code:
     <b><a href="go.php3?id=<%link_id%>" target="_parent" style="color=red"><%title%></b></a>
    in order to change the color of pagination, you should hack the class.Navigator.php3 file.
    Remember that you have to use style attribut since it's a link too.

Similar Threads

  1. Font problem
    By Mackey in forum v5.x
    Replies: 21
    Last Post: 11-27-2004, 03:53 PM
  2. search page link colours
    By ezykiwi in forum v5.x
    Replies: 2
    Last Post: 08-08-2004, 03:58 AM
  3. Table colours
    By Kamran in forum v5.x
    Replies: 8
    Last Post: 03-18-2004, 03:17 PM
  4. Changing font on main index page
    By jmbishop in forum v5.x
    Replies: 1
    Last Post: 09-20-2002, 11:04 AM
  5. Replies: 1
    Last Post: 07-13-2002, 01:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •