Copying design template from a web page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freddieMaize
    New Member
    • Aug 2008
    • 85

    #1

    Copying design template from a web page

    Hi, my first day in designing. Since I’m not a very good designer I tried copying a template from the net. Below is my problem.

    I saved the below web page,


    It got saved as an html page and a folder with images (which is usual). I then changed the image folder as ‘images’ from ‘CRE Loaded 6 - CRE Loaded Store_files’ and also changed the path in the <img> tag’s ‘scr’ accordingly. Also I changed the path of the css files and removed the <base link> tag.

    The purpose of doing so is to get that web page’s template. Now when I viewed my html page (the one which I manipulated) it is not similar to that of the original page. Can anyone help me in finding out what exactly I’m missing?? I’m not getting the background theme also.

    fREDDIE
  • lgiuliari
    New Member
    • Oct 2008
    • 27

    #2
    Could you post a link to your page with all of the changes you made to compare to the template you posted?

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Did you change the links for the javscript and css files?

      Comment

      • freddieMaize
        New Member
        • Aug 2008
        • 85

        #4
        unable to find css image links

        FOA, Thanks for the response.

        Originally posted by lgiuliari
        Could you post a link to your page with all of the changes you made to compare to the template you posted?
        Right now i'm doing it in my local system and there is no url. So im sorry.. Unable to show you my work.

        Originally posted by drhowarddrfine
        Did you change the links for the javscript and css files?
        I could see the below links/code in the css files,

        Code:
        BACKGROUND-IMAGE: url(images/button_blank_left.gif)
        this gif image is not present in my 'images' folder. I tried to download this image but was unable to find the correct link. Hope im not confusing you guys.

        Also, (from the view source) they have used a external javascript file called 'rollover.js' but i'm unable to download that file. I think, only after downloading that file we can see if there are any links over there.

        fREDDIE

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          If you copied the page from example.com, and the js is in /rollover.js, then you can view the js at example.com/rollover.js

          Comment

          • freddieMaize
            New Member
            • Aug 2008
            • 85

            #6
            getting 404

            Originally posted by drhowarddrfine
            If you copied the page from example.com, and the js is in /rollover.js, then you can view the js at example.com/rollover.js
            Yup.. I tired.. getting 404... One clarification,
            Code:
             
             BACKGROUND-IMAGE: url(images/button_blank_left.gif)
            Does the above call the javascript method?? I mean, from css file can we call a javascript function??

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              No. That accesses the image at example.com/images/button_blank_le ft.gif.

              Comment

              • freddieMaize
                New Member
                • Aug 2008
                • 85

                #8
                Originally posted by drhowarddrfine
                No. That accesses the image at example.com/images/button_blank_le ft.gif.
                Which means, in this case it will be
                http://osc3.template-help.com/images...blank_left.gif right?

                But its 404 :(. Not only this, all the images from the css results in 404. Is there anyway the admin of the site (or someone else) can disguise them as 404 but still have the images some where and show them in the page?

                Comment

                Working...