Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to use the Animal Ad/Large 

When editing a web page, switch to Source and manually type {AnimalAdLarge/} where in the WYSIWYG editor, click the Source button at the top of the editor and manually type the following where you want the snippet to appear.

{AnimalAdLarge/} 

Image Added

To control the size of this image a user must include some CSS based on where they are placing the snippet. For example, if you place the {AnimalAdLarge/} snippet on the right sidebar, you might add the following to the CSS to control the size of the image to 200px wide and increase the font size of the text.

Note

If you are unfamiliar with CSS and want to experiment with this code snippet, please contact support if you have trouble. We can help.

 /* ===============

FEATURED PET
=============== */
#rightContainer .animalimg {
width: 200px;
height: auto;
}

.AnimalAd {
font-size: 1em;
text-align: center;
line-height: 1.4em;
font-weight: bold;
}