"html" is the program code, or 'language' used for web pages on the internet.
the < img src= is telling this web page that an image follows, the "blue link letters" is the address of where your picture is stored on the otherpower's server(or anywhere else a picture might be stored online).
Actually that line of code is missing parenthesis which should be at the front and the back of your picture's address.
i.e. "http://www.fieldlines.com/images/scimages/90/Cabinets_454.jpg"
This is what the line of code would look like but you would once again need to add the parenthesis(this site won't let me put in the parenthesis, it give me an error)
<img src=http://www.fieldlines.com/images/scimages/90/Cabinets_454.jpg>
If you know the address of the picture you want to post, all you need to do is substitute that address, leaving the other code the same.
For instance, here's the address of my signature's lightning picture.
http://www.otherpower.com/images/scimages/3402/lightnig3.gif
If I substitute that address in place of the address for your picture, the code would look like this(again, it's missing the parenthesis)...
<img src=http://www.otherpower.com/images/scimages/3402/lightnig3.gif>
If I paste that line of code into the comment area, this will be the result..

Hope I didn't confuse you more.
zap
[ Parent ]