Results 1 to 5 of 5

Thread: Cmotion GalleryII not scrolling images

  1. #1
    Join Date
    Dec 2009
    Location
    New Orleans, LA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cmotion GalleryII not scrolling images

    1) Script Title: Cmotion Gallery II

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

    3) Describe problem: I'm new to scripting and html, so I have limited knowledge. The gallery isn't scrolling. Can you please be a untechnical in answers. LAYGIRL Here! LOL!!! I just need to know how to get it to move. I will resize the images later. I'm not finished building the page. <a href="http://www.femaleescortsneworleans.com/cmotion.html"><Script URL</a>

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

  3. #3
    Join Date
    Dec 2009
    Location
    New Orleans, LA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Putting files on server

    Thanks for your quick response!


    How do I put the js. ext file on my server? It downloads to my computer but I don't know how to get it from my disk to the server. Windows ask for the program to "open with" when I try to open it locally. I don't know what to do with the file.

    Also, do I add the css on the current page or would I create a page to upload it?


    Thanks

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You can do either

    a) To add code to your document without uploading the files open each file and copy the contents then paste them in the appropriate tags below, in the head of your document. What program are you using to access your files on the server?

    CSS:
    Code:
    <style type="text/css">
    CSS FILE CONTENTS
    </style>
    JavaScript(js):
    Code:
    <script type="text/javascript">
    <!--
    JAVASCRIPT FILE CONTENTS
    // -->
    </script>
    b) Linking files. This requires putting the files on your server.

    CSS LINKING
    Code:
    <link rel="stylesheet" type="text/css" href="LOCATION_OF_FILE.css" />
    JS LINKING
    Code:
    <script type="text/javascript" src="LOCATION_OF_FILES.js"></script>

  5. #5
    Join Date
    Dec 2009
    Location
    New Orleans, LA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default It works great!

    Thanks for your assistance. I got it to work using the info you provided. I forgot I could upload files via my cpanel. I'm a novice and really don't know what I'm doing but learning.


    Later,

    Gorjust

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
  •