Hey people,
New to the forum, very limited coding knowledge and desperatly need some help! (Sorry if this in the wrong section, or possibly the completely wrong forum to post this in!)
Anyhow, I have a facebook box on my site, and would like to overlay an image in the corner of it, promoting our latest competition - as can be seen below (noway near how I finally want it to look - only just threw this together in MS Word!)
The site is
www.ukparknews.co.uk if you want to look?
Anyhow, how would I go about doing this? The box is hardcoded into the site through wordpress, using an iFrame:
<div class="right">
<div class="featbox">
<h3 class="sidetitl "> Facebook </h3>
<div class="featlist ">
<div class="fblock">
<center>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.comu%2Fukparknews&width=195&colorscheme=light& ;show_faces=true&stream=false&header=false&height=265" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:195px; height:265px; background: #FFF" allowTransparency="true"></iframe></center>
</div>
</div>
</div>
Really sorry if I'm not making any sense etc... And thankyou SO much in advance for any help!