I'm trying to add a background image which will lead to a link (kinda like siteskin ad) but i keep failing! This is what i'm currently trying: body{ background: #161616 url(http://goo.gl/M8VuI) center no-repeat fixed; } Code (markup): But this is just the background image without the link. Plus everytime i paste the code above - my featured content slider stops working! Here's the templ. that contains the whole code part. (too big to attach it) Link. I will be grateful if someone help me asap! Thanks PS: I'm using Blogger! PSx2: Not sure if i'm allowed to post a link to my blog.
you cant add an image in css and have it linked you will need to do it in html.. <a href="LINK"><img class="img1" src="IMAGE SOURCE" /></a> this way the whole image will be the link and then you can move it around with css by calling the .img1 class and do whatever you want with it.
I've tried many methods that i found in google and involve both HTML and CSS but couldn't manage 'em to work. I'm a huge noob in coding (i know only basic stuff) , so if it's not that much of a hastle for you , could you drop me step-by-step what to do? Thanks. Reminder: The whole template of my blog is attached above - that should help.