You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

How to use the Animal Ad/Large 

When editing a web page, switch to Source and manually type {AnimalAdLarge/} where you want the snippet to appear.

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.

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

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

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

  • No labels