http://www.fieldlines.com/images/scimages/90/Cabinets_454.jpg
Ok , jerry the box for inserting a photo into a story IF you are STARTING the story
IS on the RIGHT , just like it was when starting a Diary, remember ?
its in one of those blue bordered along the top , boxes , like the MENU , The HOTLIST, And your user preferences are?
But like you were saying , there is none if you want to add a pic as a comment .
Bill
.Carpe Ventum (seize the wind)[ Parent ]
Here is the html for inserting the above picture. < img src=http://www.fieldlines.com/images/scimages/90/Cabinets_454.jpg/>
Kind of a pain but... zap[ Parent ]
To show you were I'm at.
What is an html? What is the < img scr= in front of the blue link letters?
Like I said many times befor here I don't do or speek computer. Its all Greek to me.
I do appriciate all the helpfull info though. I just don't know what it all means.
However I can build a mean amp. But hey thats simple stuff.
Jerry
Airheads Page
[ Parent ]
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 ]