Search:

Search: Search took 1.00 seconds.

  1. You need to add / order them using drag and drop...

    You need to add / order them using drag and drop while editing Ads - Forms - Your form
  2. paste this in your CSS /* NO BORDERS AROUND...

    paste this in your CSS

    /* NO BORDERS AROUND PICS AND THUMBS */

    .bigleft {
    padding: 0 !important;
    border-style: none !important;
    }

    .bigleft #main-pic, .bigleft #thumbs-pic {
  3. The main pic border is controlled by the code...

    The main pic border is controlled by the code below in the style.css

    div#main-pic img {
    background-color:#FFFFFF;
    border:1px solid #DDDDDD;
    padding:5px;
    }

    Just change the padding value to 0.
Results 1 to 3 of 3