Results 1 to 2 of 2

Thread: Tab Content

  1. #1
    Join Date
    Jan 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Tab Content

    1) Script Title: Tab Content Demo 3

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

    3) Describe problem: Hi Forum members.

    Would love to use the above script but having some problems!
    I need to upload the external files to a separate my webspace, and inturn, link this my webspace to my webpage in order to get the script to work.

    Below is an example of the head script;

    <link rel="stylesheet" type="text/css" href="tabcontent.css" />

    <script type="text/javascript" src="tabcontent.js">

    Do i need to insert the link to my webspace somewhere within the above code?

    I have tried experimenting without any success.

    Hope someone can help?

    Big thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Simply specify the absolute paths to the external files based on where they are located, for example:
    Code:
    <link rel="stylesheet" type="text/css" href="http://myothersite.com/tabcontent.css" />
    
    <script type="text/javascript" src="http://myothersite.com/tabcontent.js">
    DD Admin

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
  •