I am new to all this and am at present designing a page but I come across a problem when I post the page on a board. The images are shown as a red 'X'. I have been told this is because the images are from a different location. My question is:- Is there a code you can use that allows the images to be shown which are from a different location?
sticks464
Joined: 31 Dec 2006
Posts: 2311
Posted: Wed May 06, 2009 4:14 am
Use an absolute path to the image
Code: <img src="http://some address.com/images/myimage.jpg"> you can use any image on the web as long as you know the address and location.[/img]
PayneLess Designs
Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS
Posted: Thu May 28, 2009 8:38 pm
Just some additional input. The URL path to hosted images like on PhotoBucket.com, ImageShack.com, etc., requires the use of the full URL to the image only. NOT to the path where the image is on a page with other content. If you do not want a link back to the image hosting site where your image is, then remove the link tags.
It is better to include the width/height of the image to help the browser set the real estate required for parsing the page: