I am rendering an html page format via an inherited class in C#. I also have a css page inherited via the base class.
I can get “Links” to show in one color on the header and menu. Within the body/form they are also the same color. i.e. Maroonbackround with white links on header and menu.
Body/Form is white background and “Links” are also white. How can I get these specific Links to be any other color via the CSS?
Can the CSS have one color of links for one part of the form and a different color for a different part of the form?
How? (not why?)
Ron M.