HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Image codes
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
bigpaul75



Joined: 06 May 2009
Posts: 1

Posted: Wed May 06, 2009 1:45 am     Image codes  

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:

Code: <img style="width: XXpx; height: YYpx; border: 0;" src="http://img134.imageshack.us/img134/1998/yalove9919574.jpg" alt="Text Description">

Posting on a board may require the use of BBCode and not HTML. This is for links, but just remove the link tags if not used:

Making an image a link using BBCode:

Code: [url="URL path to external link"][img]http://img134.imageshack.us/img134/1998/yalove9919574.jpg[/img][/url]

BBCode Guide
[/code]
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group