Hello,
I’m trying to add some custom typography images, but I must be doing something wrong because they are not displying.
Instead of this:
<blockquote>a.photo {
background: url(../images/icon-14.png) no-repeat 0px 0px;
padding: 0 0 0 18px;
font-size: 92%;
}</blockquote>
I want this:
<blockquote>a.camara {
width: 102px;
height: 102px;
background: url(../images/custom/camara.jpg) no-repeat 0px 0px;
padding: 0 0 0 18px;
font-size: 100%;
}</blockquote>
And this is what I have in the article:
<blockquote>
<a class=”camara” href=”http://www.panamasportsmagazine.com/galeria/thumbnails.php?album=10″><strong>Galería de Imágenes</strong></a></blockquote>
I put the image in a folder named custom inside the images directory and the image won’t show well, it’s all crunched up.
You may view it here, scroll down right where the article ends – http://www.panamasportsmagazine.com/index.php?option=com_content&view=article&id=410:metromall-una-nueva-ruta-para-las-carreras&catid=8:maraton&Itemid=15