Re: [css-d] How do I style links which are only a part of ul li?

2010-12-21 Thread wsc1028
Thank you, Tim and others who answered! Problem solved, now I know how what to do. Appreciate your help. -- Ellen On Mon, 20 Dec 2010 12:47 -0500, Tim Arnold tim.arn...@gmail.com wrote: .longlinelist a {color: #0f0;} will make links inside your list green. You could also just do: li

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-20 Thread Tim Arnold
On Sun, Dec 19, 2010 at 9:13 AM, wsc1...@fastmail.net wrote: I'm customizing free template and trying to make fast navigation top of the information page, like FAQ - questions that are a links first, then in-page links to answer below. With the only difference: this is jump to navigation

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-20 Thread wsc1028
Thanks! Looks like this is the right thing for me. Making link's text bold could be defined in this class, instead of color. -- Ellen wsc1...@fastmail.net Chetan Crasta wrote: Here is a page with a phrase which is a link of which only a few words are styled as a link:

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-20 Thread wsc1028
I don't have code for this yet, this is what I tried: css: .longlinelist { color: red; font-weight: bold; } html: h1Summary/h1 ul class=longlinelist liIf you already know what you are looking for, go a ref=contact.htmlContact page/a/li /ul Font inside link

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-20 Thread Scherzné Köves Beatrix
if you want red and bold contact page in this example: .longlinelist a { color:red; font-weight:bold; } - Original Message - From: wsc1...@fastmail.net To: Tim Arnold tim.arn...@gmail.com Cc: css-d@lists.css-discuss.org Sent: Monday, December 20, 2010 6:32 PM Subject: Re: [css-d] How

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-20 Thread Tim Arnold
On Mon, Dec 20, 2010 at 12:32 PM, wsc1...@fastmail.net wrote: I don't have code for this yet, this is what I tried: css: .longlinelist { color: red; font-weight: bold; } html: h1Summary/h1 ul class=longlinelist liIf you already know what you are looking for, go a

[css-d] How do I style links which are only a part of ul li?

2010-12-19 Thread wsc1028
I'm customizing free template and trying to make fast navigation top of the information page, like FAQ - questions that are a links first, then in-page links to answer below. With the only difference: this is jump to navigation that consist from If (condition): then (link to a different place).

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-19 Thread Chetan Crasta
Couldn't understand your description, but this page might have the information you need: http://reference.sitepoint.com/html/a ~Chetan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-19 Thread Chetan Crasta
Here is a page with a phrase which is a link of which only a few words are styled as a link: http://roughtech.com/t/linktest.html You first need to put the words that should appear link links in a span. Then, you need to style a elements to look like normal text. Next, you make the spans that