On Sun, Feb 26, 2012 at 6:54 AM, Stuart King <zinlo...@gmail.com> wrote:
> URL:
>
> http://skingdesign.com/rc_site/pages/rec_lemony.html
>
> I cannot figure out how to make the current page underlined and with a
> darker color (#6B382B) so it stands out.

Since each of your recipe pages is in a paragraph element, add a class to that
paragraph element for the active page.

For example, your stylesheet can contain this:

  div.c_33 p.active {
    color: #6b382b;
    text-decoration: underline;
  }

Then, in rec_lemony.html:
  <p class="active">... Lemony Mush...</p

--
Vince Aggrippino
Ghodmode Development
http://www.ghodmode.com


> Help.
>
> Thank you,
>
> Stuart
______________________________________________________________________
css-discuss [css-d@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