Viewing images on other computers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Collectors-info
    General

    • Feb 2006
    • 8703

    #16
    Re: Viewing images on other computers

    Hi, code seems to be working fine. IE: This different image.........

    <img src="http://www.citylifelive.co.uk/shopping.jpg" alt="Lights reflecting from Liverpool waterfront." border="1" style="width:540px;height:300px;border-color:#480048;">

    Is working from your site. But at the moment your images are in the public_html directory, so naturally you wont be using the images directory.
    Can you post a page where its not working.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment

    • mattyfergus
      Second Lieutenant

      • Sep 2008
      • 121

      #17
      Re: Viewing images on other computers

      If you go to www.citylifelive.co.uk/test.html you will see a image of two pint glasses placed in the middle of the paintballing picture.

      To do this I saved the image again from my site as pintglasses. Then I edited the code and published it, but it would not show. Then I published the image (pintglasses) on the page with the code and it worked. So i removed the image (pintglasses) and published the page again and the code worked.

      Below, is a box where i tried to put the image of the woman shopping ,well just her legs.
      I edited your code by putting the name I have it saved as on my computer (shoppin1) but the image will not show.

      And can I ask what the public_html directory and the images directory are?
      I have no idea
      Simple Video Production Liverpool - Website video's, corporate video's, event filming, music video's, viral's, motion graphics & 3D animation

      Comment

      • mattyfergus
        Second Lieutenant

        • Sep 2008
        • 121

        #18
        Re: Viewing images on other computers

        m
        Simple Video Production Liverpool - Website video's, corporate video's, event filming, music video's, viral's, motion graphics & 3D animation

        Comment

        • Collectors-info
          General

          • Feb 2006
          • 8703

          #19
          Re: Viewing images on other computers

          Hi, using this code, you don't have to place an image on the page at all. You create a folder in your cpanel under the Public_html directory (This is where you normally publish pages). This new folder can be called any name you wish, but images would be good.
          You now take all your images that you want to use on the site & place them in the public_html/images/ folder by using FTP & forget about them.
          Now to link to an image in this folder, it would look like this.

          <img src="http://www.citylifelive.co.uk/images/shopping.jpg" alt="Lights reflecting from Liverpool waterfront." border="1" style="width:540px;height:300px;border-color:#480048;">
          Regards Chris.

          Collectables, Collecting, collectors-info.com

          www.chrismorris.co.uk

          House build project

          Comment

          Working...
          X