Hi. Can someone help me to add link to this background: <div style="background-image:url(banner.png);padding:5px;width:1023px;height:279px;border:0px solid black;background-repeat:no-repeat;"> Code (markup): I want to add link to that background image (banner.png) Thanks.
Try This: <div style="background image:<a href=".../banner.png">Your Keywords</a>;padding:5px;width:1023px;height:279px;border:0px solid black;background-repeat:no-repeat;">
You can try this: <div style="background image:<a href="banner.png">Keywords</a>;padding:5px;width:1023px;height:279px;border:0px solid black;background-repeat:no-repeat;">
background image:<a href=".../banner.png"> that makes link to that background lol. The solution was: I have added this code