Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Images

  1. #1
    legacy_graphics41 is offline x10Hosting Member legacy_graphics41 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    7

    Images

    I am a student at Clackamas Community College and am taking a web design course. I am trying to get a web page loaded. I believe I have uploaded the html file in the right location however I am unsure how to get the image on their so that I can veiw it on the internet. Can you please help me asap with this problem. Thank you. I am available at 541-420-7658 or at tonylundervold@yahoo.com. Those are the best means of contact.

    Tony Lundervold

  2. #2
    stpvoice's Avatar
    stpvoice is offline Community Support Rep stpvoice has a brilliant futurestpvoice has a brilliant futurestpvoice has a brilliant future
    Join Date
    Dec 2008
    Location
    United Kingdom
    Posts
    5,939

    Re: Images

    You need to make sure that the path to the image in the html file will point to its location when it is uploaded to the server. For example:
    To insert an image called image.png placed in the same directory, use:
    <img src="image.png" alt="Description of image"></img>

    Also, what is your site's URL? Someone may be able to help you better if we can see the page.
    Last edited by stpvoice; 01-09-2011 at 01:05 PM.


  3. #3
    legacy_graphics41 is offline x10Hosting Member legacy_graphics41 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    7

    Re: Images

    Thank you for your quick response. The url is http://legacygraphics.pcriot.com. I have the image coded as <img src="images/logo.gif" alt="Legacy Graphics" /></h1>. Does this help?

  4. #4
    techairlines's Avatar
    techairlines is offline x10 Flyer techairlines has much to be proud oftechairlines has much to be proud of
    Join Date
    Jul 2009
    Location
    New York City
    Posts
    2,853

    Re: Images

    On your site, the image isn't loading because its a 404 Not Found error.

    HTML Code:
    <img src="http://x10hosting.com/forums/images/logo.gif" alt="Legacy Graphics" />
    (Note: in your code its just images/logo.gif but the forum automatically adds the x10hosting forum URL in front for relative URLs)

    Your code seems correct, but the location isn't right. Are you sure you uploaded it to siteurl/images/logo.gif?

    EDIT:
    I found your image under just /logo.gif. Remove the images part of the URL. Your code should just have src="logo.gif" .
    Last edited by techairlines; 01-09-2011 at 01:21 PM.
    Best regards,
    Brian Yang - TechAirlines


    How am I doing? Click the star button at the bottom left to rate this post. Thanks.
    Terms of Service | Account Portal | Wiki

  5. #5
    legacy_graphics41 is offline x10Hosting Member legacy_graphics41 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    7

    Re: Images

    I have the main html file saved in a folder called 125 websites. Within that file is a file called images. I have the logo.gif file in there.

    ---------- Post added at 07:28 PM ---------- Previous post was at 07:21 PM ----------

    Because I have the file saved in a seperate file called images it removes the logo if I delete images from <img src="images/logo.gif" alt="Legacy Graphics" /></h1>

  6. #6
    calistoy's Avatar
    calistoy is offline Free Support Volunteer calistoy is just really nice
    Join Date
    Aug 2008
    Location
    USA
    Posts
    5,598

    Re: Images

    So when we access your site, is it the index.html file in your public_html root or is it the index.html file in your 125 websites folder?

    Edit: why does the url link to your logo not include the 125 websites folder? I don't see it in the link. You might want to put it in your forums images folder instead.
    Last edited by calistoy; 01-09-2011 at 01:35 PM.

  7. #7
    legacy_graphics41 is offline x10Hosting Member legacy_graphics41 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    7

    Re: Images

    So please bare with me cause I am brand new to this but on my hard drive the html file is saved in my documents > 1websties -> 25websites. However, I went into the cpanel then to File manager and uploaded that file to the public_html file. Does the logo need to be uploaded too so it can find it?

  8. #8
    techairlines's Avatar
    techairlines is offline x10 Flyer techairlines has much to be proud oftechairlines has much to be proud of
    Join Date
    Jul 2009
    Location
    New York City
    Posts
    2,853

    Re: Images

    Quote Originally Posted by legacy_graphics41 View Post
    So please bare with me cause I am brand new to this but on my hard drive the html file is saved in my documents > 1websties -> 25websites. However, I went into the cpanel then to File manager and uploaded that file to the public_html file. Does the logo need to be uploaded too so it can find it?
    Yes, you will need to upload your logo into a folder called images within public_html, so it can be found at /public_html/images/logo.gif.

    Right now, it can be found at /public_html/logo.gif

    EDIT: See descalzo's post below.
    Last edited by techairlines; 01-09-2011 at 02:08 PM.
    Best regards,
    Brian Yang - TechAirlines


    How am I doing? Click the star button at the bottom left to rate this post. Thanks.
    Terms of Service | Account Portal | Wiki

  9. #9
    descalzo's Avatar
    descalzo is offline Grim Squeaker descalzo has a brilliant futuredescalzo has a brilliant futuredescalzo has a brilliant future
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    7,633

    Re: Images

    images is not the same as Images

    Linux is CaSE SenSItive

    http://legacygraphics.pcriot.com/Images/logo.gif
    Last edited by descalzo; 01-09-2011 at 02:05 PM.
    Nothing is always absolutely so.

  10. #10
    legacy_graphics41 is offline x10Hosting Member legacy_graphics41 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    7

    Re: Images

    I think it is up and working...if anyone is able to confirm that I would appreciate it! Thank you all for your help. The link is http://legacygraphics.pcriot.com

Closed Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Images
    By joshua1 in forum Free Hosting
    Replies: 3
    Last Post: 01-04-2011, 06:02 PM
  2. Replies: 1
    Last Post: 08-01-2010, 03:17 PM
  3. Corrupted Images or No Images at all!
    By kcchan in forum Free Hosting
    Replies: 8
    Last Post: 11-03-2007, 07:58 PM
  4. 3D images with your name
    By Nikolasr in forum The Marketplace
    Replies: 11
    Last Post: 10-30-2007, 07:35 AM
  5. images went bye bye
    By Skyline4life in forum Free Hosting
    Replies: 5
    Last Post: 03-04-2005, 03:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers