Footnote for images with CSS
-
Hi all!
I’m trying to put a footnote below the images in posts to indicate the author. The idea is that the text go just below with a minor size. I’ve been using CSS and any HTML tags, but without good results.
Any idea, please?
Thanks!
Alex. -
You could try something like this:
<font size="1"><a href="http://yoursiteauthor.com/">Author Name</a></font>The ‘code’ tag in the editor should allow you to put that in and have it work below the images.
Trent
-
Thanks, Trent, but my problem is to put the code just below the image, but without break the alignment.
I usually align the images like like in this post (to right or to left), and to put a footnote just below using for example CSS or HTML is dificult for me.
Any idea?
Thanks!
Alex. -
- The topic ‘Footnote for images with CSS’ is closed to new replies.