Linking the headlines
Just to improve the usability / visibility of full story display, I want to add a link to a storyTitle that leads to that (from the homepage).How to archieve this? I know I probably have to modify the "display" skin, but I'm a little confused with how to set the actual link.
kris
instead of <% story.title %> should do the job.
bens
Thanks kris, works fine. Now there's only the slight problem that I want to keep my headlines in a specific color, even if they are links. The CSS for storyTitle doesn't do the trick - the link setting seems to override that. Any ideas?
kris
replace ".storyTitle" in the css by ".storyTitle a". (explanation in german)
bens
...thanks. Seems like I need to get my CSS up to speed :-)