Gossamer Forum
Home : Products : Links 2.0 : Customization :

how do you change the font for the links discription

Quote Reply
how do you change the font for the links discription
i'm using templates. i'm still testing links 2.0 and i just can not get it to look like 1.1.
i lokked at link.html but i can not figure it out
Quote Reply
Re: how do you change the font for the links discription In reply to
If you are using the CSS file that came with links (links.css, the default setup) find the following in it:
Code:
/* The link description */
span.descript {
font-size: small;
color: #333333;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

You can edit the CSS to fit your design.

If you've turned off the CSS, then all you need to do is place <font> tags around the <%Description%> in links.html

Hope this helps
Phoenix
Quote Reply
Re: how do you change the font for the links discription In reply to
i'm not aware that i can turn off css.
how do you do that?
Quote Reply
Re: how do you change the font for the links discription In reply to
Just remove the tag!
Quote Reply
Re: how do you change the font for the links discription In reply to
i feel stupid, what tag
Quote Reply
Re: how do you change the font for the links discription In reply to
imhu: this BB is ment for links-related ploblems, and is NOT the best place to lear basis html.

a tag is something like <a href="">, so the CSS tag would be <$css> and just has to be removed in evry themplate.
Quote Reply
Re: how do you change the font for the links discription In reply to
do not respond if you are going to be mean.
i simply asked which tag she is talking about.
i installed links1.1 and links2.0 by myself
and i work as an electrical engineer
so there is no need to talk like you are some smart guy to me
Quote Reply
Re: how do you change the font for the links discription In reply to
ds,

Quote:
imhu: this BB is ment for links-related ploblems, and is NOT the best place to lear basis html.

While what you say may be correct in your opinion, the question was a legitimate one. I, for one, do not consider cascading style sheets to be "basic html" (yet). Please, this forum already has a moderator.
Quote Reply
Re: how do you change the font for the links discription In reply to
theguy,

I've written a short FAQ about how to remove the CSS from templates. It's available in the Resource Center at http://www.gossamer-threads.com/...es/Detailed/174.html .

Hope this helps.
Phoenix