Skip to main content

Set Image Class Names

If you publish HTML outputs, you may want to style your images, for example, you could add a border around all of your images.

To style images in HTML, use CSS to create the styling, upload the CSS file to your HTML layout, and then republish.

For the CSS, you will need the image class names. There are default class names, which you can use to style all images at once, or you can add your own custom class names. With your own custom class names, you can style an individual image or multiple images of your choice.

Note

It is beyond the scope of the Paligo documentation to cover all of the possibilities for styling images with CSS. There are many online resources for learning about styling images with CSS, including www.w3schools.com.

Tip

To find out how to upload a CSS file that you have created, see Style with CSS.