Footer image
-
How do you add a image bellow the copyright in the footer i know its the widget hook but what to you put in here plus i want this image to link to an other site
done it just a href in a text file
i have this working but im wondering ow to have the hyperlink only in the image as it seems to stretch the entire line of the footer
if it helps the code im using in the widget is:
<p style="text-align: center;"><a href="http://www.dumgal.gov.uk/index.aspx?articleid=1"><img class="size-full wp-image-509 aligncenter" style="border-width: initial; border-color: initial; border-image: initial; border-style: none;" title="Dumfries & Galloway Council" src="http://localhost:51792/wp-content/uploads/2012/02/Dumfries-Galloway-Council.gif" alt="" width="110" height="34" /></a></p>Enter source first, followed by class, style, title etc..,
its not working showing any image at all now
iv got another problem within the problem i had a line of text above both aligned center but bothe weren’t in line with each other
its not working showing any image at all now
I knew it was a hit and miss shot. But, sometimes weird things happen. 🙂
Okay, try wrapping your image with div tag.
Mod
the div is still not working the code now is:
<div>
<p style="text-align: center;">Supported By</p>
<p style="text-align: center;"><a href="http://www.dumgal.gov.uk/index.aspx?articleid=1"><img class="aligncenter size-full wp-image-509" style="border: none;" title="Dumfries & Galloway Council" src="http://localhost:51792/wp-content/uploads/2012/02/Dumfries-Galloway-Council.gif" alt="" width="110" height="34" /></a></p>
</div>
Viewing 10 posts - 1 through 10 (of 16 total)
- 1
- 2
- You must be logged in to reply to this topic.
