June 18, 201115 yr I wonder what's the best way to create Links over something like shown in the image (pic, title and text). The whole area should be "clickable" and it would be easiest to simply wrap a link around the whole construction, however it's semantically not allowed and not very intuitive for search engines. Only solution which came to my mind is making the title area bigger via padding, and moving the elements around into it with negative margin, however this isn't very convenient and might not work with every browser. Any suggestions/thoughts? Thanks! Edited June 18, 201115 yr by Pleex
June 18, 201115 yr If you're using a HTML5 Doctype then you can wrap an A tag around the whole area and it will validate.
June 19, 201115 yr Author If you're using a HTML5 Doctype then you can wrap an A tag around the whole area and it will validate. That's pretty cool! How do search enignes interprete this though?
Create an account or sign in to comment