• I got a small problem…on http://www.xerocool.zsxonline.com/index.php?p=19, If you look @ the news icon, The text and the icon are smushed up. I want it so it makes a indent so their not all smushed…Does any 1 know how to do it? It will probaly be have to be somewhere in index.php …Something like:
    <span style=”3px”>
    <?php _4 (“post”); ?>
    </span>
    or something like that…..if any 1 knows, Please let me know :). Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter xerocool

    (@xerocool)

    Not sure where to add that heres the code:
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }
    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }
    .alignright {
    float: right;
    }
    .alignleft {
    float: left
    }
    /* End Images */

    And:
    a img {
    border: none;
    }

    Thanks for the help :).

    You can put it wherever you want a right margin for images, if it is all images, use what I posted.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Make indent’ is closed to new replies.