How To's: HERE
Posted: Sun Jan 29, 2006 12:11 pm
How do I post a picture?
First make sure that the picture that you're wanting to post is uploaded to the internet. There are a lot of free services out there. One of the most popular is http://www.photobucket.com
Once the picture is uploaded get the link to the URL where the picture is located. You can find the link to a picture by right clicking on the image and then selecting the properties of the image. Hightlight and copy the Address (URL)
Once you have the url all you have to do is paste it where you want it and put the image codes around it.
You can put the codes around the URL two ways.
I want to use the picture that's in my signature. The URL is ==> http://img.photobucket.com/albums/v391/ ... nity/1.jpg
Without the IMAGE tags all you see is the URL... Now all I have to do is this to my URL and it will show the picture in my signature.

see the image tags? the [*img] always goes in front and [*/img] always goes at the end. Make sure to take out the * to make the code works.
If for some reason it's not working make sure that there are no spaces within the string. Spaces causes the code not to work.
First make sure that the picture that you're wanting to post is uploaded to the internet. There are a lot of free services out there. One of the most popular is http://www.photobucket.com
Once the picture is uploaded get the link to the URL where the picture is located. You can find the link to a picture by right clicking on the image and then selecting the properties of the image. Hightlight and copy the Address (URL)
Once you have the url all you have to do is paste it where you want it and put the image codes around it.
You can put the codes around the URL two ways.
- Highlight your URL and then click on the Img box at the top of your posting box and it will put the image tags in front of and behind your URL.
- Manually type them in the front and back of your URL as you go.
I want to use the picture that's in my signature. The URL is ==> http://img.photobucket.com/albums/v391/ ... nity/1.jpg
Without the IMAGE tags all you see is the URL... Now all I have to do is this to my URL and it will show the picture in my signature.
Code: Select all
[img]http://img.photobucket.com/albums/v391/Bordersinsanity/1.jpg [/img]

see the image tags? the [*img] always goes in front and [*/img] always goes at the end. Make sure to take out the * to make the code works.
If for some reason it's not working make sure that there are no spaces within the string. Spaces causes the code not to work.