Seeking Help with Drupal:
Is there a way to utilize Views to highlight the current selected node?
For example:
I have a list of articles under a heading:
2009 Articles
Dog Training
Cat Cleaning
Snake Wrangling
The 3 articles are displayed in a view (i.e., the latest articles from 2009). New articles added by users are automatically included in this view based on their title.
Now, I am looking for a solution where when a user clicks on "Cat Cleaning" and that article is displayed, the text "Cat Cleaning" in the view becomes bold or some CSS indication shows it as the current article.
I understand this can be easily done with menus, but I prefer not to require users to add new articles to a menu.
Thank you very much, JD