Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. In "WEBCOMIC SITE/LAYOUT" -> "Edit Layout":
  2. - Search for something like "<a href="/comics/first">First</a>".
  3. There should be similar menu items like "Comics", "Latest", "Archive",
  4. etc.
  5. - For a link you want to replace with an image, before and after might look like:
  6. Before:
  7. <li><a href="/comics/random">Random</a></li>
  8. After:
  9. <li><a href="/comics/random"><img src="files/my_random_image.png" alt="Random page"></a></li>
  10. - Save changes by clicking 'Update' at the button.
  11.  
  12. In "WEBCOMIC SITE/LAYOUT" -> "Upload Extra Files":
  13. - Upload the image you want to show for the link, such as "my_random_image.png".
  14. If you change the path to some folder, you will also have to change it in the previous link.
  15. For instance, "images/layout/my_random_image.png" will require that you change the
  16. value of the "src" attribute to "files/images/layout/my_random_image.png".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement