Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • davidrabinov Friend
    #155740

    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

    Saguaros Moderator
    #360734

    you change:

    a.camara {
    width: 102px;
    height: 102px;
    background: url(../images/custom/camara.jpg) no-repeat 0px 0px;
    padding: 0 0 0 18px;
    font-size: 100%;

    }

    to:

    a.camara {
    width: 102px;
    height: 102px;
    background: url(../images/custom/camara.jpg) no-repeat 0px 0px;
    padding: 0 0 0 18px;
    font-size: 100%;
    display:block;float:none;
    }

    davidrabinov Friend
    #360823

    <em>@tienhc 200741 wrote:</em><blockquote>you change:

    a.camara {
    width: 102px;
    height: 102px;
    background: url(../images/custom/camara.jpg) no-repeat 0px 0px;
    padding: 0 0 0 18px;
    font-size: 100%;
    display:block;float:none;
    }
    </blockquote>

    Hi, nope unfortunately this does not work.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  davidrabinov 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum