Gossamer Forum
Home : Products : Links 2.0 : Discussions :

A problem that should be easy to fix.

Quote Reply
A problem that should be easy to fix.
Hi!

I just deleted the links.css file, because I have been having a lot of problems with my table cells. You probably know that when you add a link to one of the categories, the word "new" shows up beside the category. Well, I want to change the size and color of that word "new". How can I do this, since I do not have the links.css file? Which files or file do I have to go into and change?

Thanks!

Chris Roane

------------------
Web Site Resource
http://www.wsresource.com
Quote Reply
Re: A problem that should be easy to fix. In reply to
Chris,
Its in the site_html_templates.pl file all the way at the bottom under sub site_html_print_cat
it should look like this:
Code:
$output .= qq|<small><sup class="new">new</sup></small>| if (&days_old($mod) < $db_new_cutoff);
Just edit the >new< part
------------------
------------------------------------------
Lavon Russell
LookHard! Search
www.lh.yi.org
webmaster@lh.yi.org


[This message has been edited by Bmxer (edited July 28, 1999).]
Quote Reply
Re: A problem that should be easy to fix. In reply to
Thanks!

It worked! I appreciate all your help Bmxer.

Thanks!

Chris Roane

------------------
Web Site Resource
http://www.wsresource.com