A “Read More” CSS Question
-
Hi–Is there a way, instead of using just plain text as a link for a reader to “read more”, to use an image?
I have a “Read More” image I’d like readers to click in order to see the full article. Is this possible? I’m about to purchase the CSS upgrade and would like to know that I can make this happen.
The blog I need help with is: (visible only to logged in users)
-
Your blog is private, let me know what theme you are using and I will see if this is possible.
-
-
a.more-link {display:block; height:100px; width:100px; background-image:url("URL"); text-indent:-9999em;}Change the height and width values to the dimensions of your image, copy in the URL and that should do it.
-
- The topic ‘A “Read More” CSS Question’ is closed to new replies.