Unable to create an exact copy of salespage even when i have the tools

2 replies
  • WEB DESIGN
  • |
Hi warriors, why is it that whenever i edit a salespage, i see everything is correct but when i view the link after saving, the page looks awful! Images and some other styles are gone leaving only a plain-text-like awful view of the page. A site that is supposed to look like this: http://resell-rights-weekly.com/SP/5...ingMadeEZ_mrr/ now looks like this: http://digihint.com/SP/2013/index3.html. Please help, i am still a newbie in this. Thanks for your attention.
#copy #create #exact #salespage #tools #unable
  • Profile picture of the author Brandon Tanner
    It appears that you either didn't upload your images and CSS file, or you uploaded them to the wrong location. According to your source code, there should be a file named 'styles.css' in the same directory as your 'index3.html' file is in. And there should also be a folder named 'images' in that location, with several images inside that folder.
    Signature

    {{ DiscussionBoard.errors[8045926].message }}
    • Profile picture of the author jay walters
      Originally Posted by Brandon Tanner View Post

      It appears that you either didn't upload your images and CSS file, or you uploaded them to the wrong location. According to your source code, there should be a file named 'styles.css' in the same directory as your 'index3.html' file is in. And there should also be a folder named 'images' in that location, with several images inside that folder.
      I agree with Brandon Tanner. Your main directory(whatever the name of your site is that is your main directory in your file manager) should have an index.html file and that other subfolders should exist beside the folder where your index.html is located. unfortunately your page source which is your index.html has no link to the style.css which is responsible for the design of your entire salespage.
      <link rel="stylesheet" type="text/css" href="css/style.css">
      Hence, your page that has a problem with its design requires you to call the function of your style.css which is found under the subfolder of your main directory which is the css folder.
      Another reason is that you must have an image folder under your main directory and upload all the images needed for the site and just reference it for your design.
      {{ DiscussionBoard.errors[8062630].message }}

Trending Topics