Skip to main content
Help

Current version by: Forrest

Text:

It's not perfect but one idea is that you could use the Line tool to make roman numerals in the bottom corner of the image and reference it as (image III) for example.
+
+'''EDIT'''
+I figured out a CSS solution to add numbers to the image icons.
+[image|127725]
+In the Custom CSS section for your site add:
+[code]
+/* ######## Step Image Numbering ######### */
+div[data-fullimg^="stepImage1"]::Before {content:"1";}
+div[data-fullimg^="stepImage2"]::Before {content:"2";}
+div[data-fullimg^="stepImage3"]::Before {content:"3";}
+div[data-fullimg^="stepImage"]::Before {position:absolute;bottom:10;right:10; width: 1.6em; margin: 0; background-color: #333; text-align: center; font-size: 1em; font-weight: bold; color: #fff;}
+[/code]
+This will be applied to every icon in all guides.

Status:

open

Original post by: Forrest

Text:

It's not perfect but one idea is that you could use the Line tool to make roman numerals in the bottom corner of the image and reference it as (image III) for example.

Status:

open
TRUSTe