Results 1 to 2 of 2

Thread: Help with Formatting

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Formatting

    1) Script Title: Tab Content Script (v 2.0)

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

    3) Describe problem: Greetings, I love the script but I cannot figure out how to change the width of the box with content in it. It is TOO wide for the column I want to use it in on our page.

    Any help would be appreciated.

    Thanks

    Jim

  2. #2
    Join Date
    May 2007
    Location
    England, UK
    Posts
    235
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    Where you see this:

    HTML Code:
    <div style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px">
    
    <div id="tcontent1" class="tabcontent">
    Tab content 1 here<br />Tab content 1 here<br />
    </div>
    Change the width here to whatever you want e.g.

    <div style="border:1px solid gray; width:250px; margin-bottom: 1em; padding: 10px">

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
  •