Gossamer Forum
Home : Products : Links 2.0 : Discussions :

change $description font

Quote Reply
change $description font
Hi
Please help
How can I edit the category $description?
For example: font size?

Quote Reply
Re: change $description font In reply to
Have a look at the site_html_print_cat subroutine in site_html_templates.pl or site_html.pl.


Quote Reply
Re: change $description font In reply to
Thank you!
Works
Maybe you can help my to solve another problem?:)
I need to open links in new window but have not found where to put "target _blank"

Quote Reply
Re: change $description font In reply to
In link.html change:

<a class="link" href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

.....to.....

<a class="link" href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>" target="_blank"><%Title%></a>

I think....:

<a class="link" href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>" target="_new"><%Title%></a>

......will work too.

Note: the forum has changed the db in the tag to that weird character.


Paul Wilson.
http://www.wiredon.net