I have a list of links to blog entries with line breaks between them in the sidebar of my website like this:
BlogEntry1
BlogEntry2
BlogEntry3
etc...
But the blog entries are chronological so I want the list to be all one link to BlogEntry1
I'm trying to make the whole list underline when the mouse cursor is over it using the text decoration attribute.
But the hyperlink stops when it reaches a line break...
Can you tell me how to make the list into one big hyperlink with underline on mouse hover? (while keeping the line breaks?)
BlogEntry1
BlogEntry2
BlogEntry3
etc...
But the blog entries are chronological so I want the list to be all one link to BlogEntry1
I'm trying to make the whole list underline when the mouse cursor is over it using the text decoration attribute.
But the hyperlink stops when it reaches a line break...
Can you tell me how to make the list into one big hyperlink with underline on mouse hover? (while keeping the line breaks?)