>> Is there any reason why we should not format:
>> h2 a {
>>  text-decoration: none;
>>  color: black;
>> }
>
> Would need to be applied to <h3> etc as well.

h2 a, h3 a, h4 a, h5 a {
 text-decoration: none;
 color: black;
}

> It would also hide links in headings (if there are any)

Have not found a single one.
Besides, it would be really nasty to put links into headings imho


>
>>>
>>> [I realise that the name attribute is deprecated, but the id attribute
>>> behaves exactly the same.]
>>>
>>> [1] http://incubator.apache.org/projects/index.html
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>> For additional commands, e-mail: general-h...@incubator.apache.org
>>>
>>>
>>
>>
>>
>> --
>> http://www.grobmeier.de
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>



-- 
http://www.grobmeier.de

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to