Results 1 to 3 of 3

Thread: <font Face= Size=>

  1. #1
    kooks is offline Registered User
    Join Date
    Apr 2003
    Posts
    37

    Default <font Face= Size=>

    Hi

    The html source generated in IE etc of the index.php in indexu shows this code (the category listings in index.php):

    PHP Code:
    <A HREF="browse.php?cat=21" style="font-size: 11px; color: #0033cc;">Computergrafik</A> <FONT FACESIZE=> 
    Where do I remove
    PHP Code:
    <FONT FACESIZE=> 
    ?

    Best regards
    Kooks

  2. #2
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    it's hard coded in /lib/category.class.php in Display function
    It's empty because in admin cp -> application -> setup -> category appearance -> font face/size is empty.
    They're replaced with style which is more flexible.
    www.nicecoder.com
    www.dodyrw.com

  3. #3
    kooks is offline Registered User
    Join Date
    Apr 2003
    Posts
    37

    Default

    DODY: it's hard coded in /lib/category.class.php in Display function
    Does this mean I can not remove the empty tags generated?

    IF it is possible...how do I do it?

    Regards
    Kooks

Posting Permissions

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