Hi Jason,
The sitemap items are already links (inside list item elements). What is your use-case for wrapping whole list items with link tags?
Thread Starter
Jason G.
(@jggeorgebellsouthnet)
Hi David.
I wanted to allow the visitor a way to click anywhere on the entire box element (sitemap design we are using). By default, the user would have to hover right over the word(s) in order to click the hyperlink. Just attempting to make it easier for an online visitor not to miss.
In the meantime, I have found an option to copy the code to allow this. It has been working now. Unless you have any recommendations against doing it that way, we’ll move forward with it.
Thanks for your response!
One way around this is to add padding to the link text (anchor tag) so that the ‘footprint’ of the link can be as big as you wish without having to alter tha markup. Does that work for you?
Thread Starter
Jason G.
(@jggeorgebellsouthnet)
Yes, that solution will work well. Will make our changes today. Thanks for your help!