Where you have something like <a href="{NAV_PREV}">Previous</a>, replace the displayed text (the "Previous", in this case) with an image code. The image code would look like this:
- Code: Select all
<img src="IMAGEURLHERE" alt="Previous">
Replace Previous with the appropriate text to be displayed in case the image gets broken somehow, and the IMGURLHERE with the URL of your image. Unless you have a premium subscription, you will need to upload your images to Photobucket or some similar site.
There will be four similar bits of code. One for each of {NAV_FIRST}, {NAV_PREV}, {NAV_NEXT}, and {NAV_LAST}. They are found in your Comic Page template.
Busy, busy.