Results 1 to 3 of 3

Thread: Extra linebreak (between descriptions and controls).

  1. #1
    Join Date
    Aug 2007
    Location
    The Hague, Netherlands
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Extra linebreak (between descriptions and controls).

    1) Script Title: Swiss Army Slideshow

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

    3) Describe problem: I am trying to add a linebreak between the descriptions of the photo and the controls. I'm new to .js files and don't seem to have a any idea of what i am doing.
    As you can see on http://www.loermans.nl/new i'm not getting it straight...
    If anyone can help me out it would be great!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    With your markup, you could just add to the stylesheet:

    Code:
    table table {
    margin:1.5em 0;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2007
    Location
    The Hague, Netherlands
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks Mister Scheuer, you've made me a happy camper!
    It realy works!

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
  •