Block with linked image field?
Permalink
I'm trying to build a block with an image field (drawing from image library) and a link field (URL or relative page), and on submit the image is linked.
So, the block would look like:
Image: [ ]
Link: [ ]
And the result would be:
<a href="#">[image.jpg]</a>
Is there a way to do this? I'm very new to PHP so any help is much appreciated, thanks.
So, the block would look like:
Image: [ ]
Link: [ ]
And the result would be:
<a href="#">[image.jpg]</a>
Is there a way to do this? I'm very new to PHP so any help is much appreciated, thanks.