[4ormat] I have a question about adjusting the spacing between the uploaded images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sjchang
    New Member
    • Sep 2013
    • 1

    [4ormat] I have a question about adjusting the spacing between the uploaded images

    I've just started using 4ormat to make my (portfolio) website.

    I want to remove the spacings between the images that I uploaded. So, I asked about this to 4ormat, and they said I need to get Pro version to use CSS or HTML.

    Even though I am using Pro version, I don't know how to remove the spacings between the images because I have no idea about CSS or HTML languages.

    Anyone who know about how to write HTML to remove the spacings on 4ormat?

    Thank you so much.
  • avdehshkn
    New Member
    • Oct 2013
    • 2

    #2
    Code:
    img
    {
    float:left;
    padding:2px;
    margin:2px;
    }
    Last edited by Rabbit; Oct 18 '13, 04:19 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

    Comment

    Working...