
Signature
http://www.openmymind.net/
http://www.fuelindustries.com/
> I'm pretty new to ASP.NET.
>
[quoted text clipped - 7 lines]
>
> Thanks!
Hi Karl,
Yeah, that seems to do the job. Thanks!
A couple of questions:
+ Is there a shortcut way to have .Content a be the same as .Content without
simply copying all the settings from .Content to .Content a?
+ Also, just out of curiousity, I belive there is also a way to modify
visited, unvisited, etc. anchors as well. Do you happen to know the syntax
for that?
Thanks again.

Signature
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
> so you have something like
>
[quoted text clipped - 36 lines]
>>
>> Thanks!
Karl Seguin [MVP] - 16 Feb 2006 23:46 GMT
.Content, .Content a
{
}
a:visited
a:link
so
Content a:visited{ }
here's the CSS reference I use, by the way:
http://www.blooberry.com/indexdot/css/
Karl

Signature
http://www.openmymind.net/
> Hi Karl,
>
[quoted text clipped - 51 lines]
>>>
>>> Thanks!
Jonathan Wood - 17 Feb 2006 23:45 GMT
Excellent. Thanks!

Signature
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
> .Content, .Content a
> {
[quoted text clipped - 65 lines]
>>>>
>>>> Thanks!