Http vs www Need a Little Help Please

5 replies
I made a squeeze page recently and then uploaded it through Filezilla, but when I opened the page none of the images worked....so frustrating!!! Then after more than an hour trying to fix the problem, I tried the http:// instead of www. and it worked fine. :confused: Does anyone know the reason for this? Did I do something wrong? Any help would be greatly appreciated.
#broken images #http #squeeze page #www
  • Profile picture of the author tamalanwar
    Hi there, in HTML there are 2 ways to drop a url/source, either with absolute path like:

    "http://www.yoursite.com/images/image.jpg"

    or by relative path:

    "images/image.jpg"

    you have to go with one of these formats, otherwise it won't work.
    Signature
    Tamal Anwar C.
    I transform old outdated 1990s/2000s websites
    into a fresh site of present time
    Learn How
    {{ DiscussionBoard.errors[9159653].message }}
  • Profile picture of the author agelmanager
    Also make sure you close the img src with "/"
    {{ DiscussionBoard.errors[9159707].message }}
  • Profile picture of the author tamalanwar
    You should take a short course on HTML/CSS so it will be plain simple for you: Learn | Codecademy
    Signature
    Tamal Anwar C.
    I transform old outdated 1990s/2000s websites
    into a fresh site of present time
    Learn How
    {{ DiscussionBoard.errors[9159922].message }}
  • Profile picture of the author bezzaton
    www is a subdomain
    Signature

    Online Reputation Management - Search Engine Optimization - Ratings and Reviews - Remove Negativity - Social Media Campaigns - http://reputationassistance.com

    {{ DiscussionBoard.errors[9160402].message }}
  • Profile picture of the author Aaron Bradley
    I understand how to place an image in HTML, I was just wondering why one address showed images and the other did not.
    Signature
    You Need Reviews...The Forums Charge You To Get 'Em!
    Stop Paying For Reviews...Join Like Minded People. It's 100% Free, Check It Out!
    {{ DiscussionBoard.errors[9162131].message }}

Trending Topics