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:
> <h1>Summary</h1>
>   <ul class="longlinelist">
>        <li>If you already know what you are looking for, go <a
>        ref="contact.html">Contact page</a></li>
>   </ul>
>
> Font inside link still appears as default template formatting. Could be
> my mistake somewhere, I'll validate it today, but maybe you can post a
> common rules for making text within link appear styled differently from
> default link styling.
>
>
>
.longlinelist a {color: #0f0;}

will make links inside your list green.  You could also just do:

li a{color: #0f0;}

if you really want all links inside a list to be a different color than
other links.

-- 
-----------------------------------------
tim.arn...@gmail.com
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to