Results 1 to 3 of 3

Thread: CMotion Image Gallery II : space betwwen picture

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion Image Gallery II : space betwwen picture

    1) Script Title: CMotion Image Gallery II

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ongallery2.htm

    3) Describe problem:
    I'm a new french user of this script, so sorry in advance for my poor english

    I use the CMotion Image Gallery II (the horizontal one). it works very well, but I would like to have a space between each picture (like in the vertical one)

    How could I modify the script to obtain this space?

    thank you in advance.

    Guigol

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Why not give your images a number of <br/> tags
    Code:
    <a href="#"><img src="dynamicbook1.gif" border=1></a><br /><br/><br/>
    ...Or you might find it more elegant to have it in CSS.
    Code:
    <style type="text/css">
    img{margin-left:10px;} //margin-left is for horizontal, margin-top is for vertical
    </style>
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thx a lot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •