INSTRUCTIONS FOR POSTING PICTURES!
Posted by MrFixIT on January 11, 2002 at 00:25:32:
Here is how you do it!
First, the picture must be uploaded to the internet. Meaning, the picture must be on some website, or on a computer that is always connected to the internet.
From here, there are two ways. The first for websites that allow you to link picture directly from them. If that is the case, then type it in like this:
#IMG SRC="http://www.yourwebsite.com/file_name.jpg"#
The first # sign will be replaced with the Less Than sign on the keyboard, which for most people is shit-comma. The second # sign will be replaced by the greater than sign, which for most people is shift-period. The stuff inside the "'s, is the exactly location of the picture, it must be written perfectly, or it will not work.
The second way to do this is to make a link to it. That is done like this:
#A HREF="http://www.yourwebsite.com/file_name.jpg"# CLICK HERE #/A#
For this, the first and third #s are the less-than (shift-comma), and the 2nd and 4th #s are the greater-than (shift-period).
!!
a picture is worth...
Posted by concise on January 11, 2002 at 03:32:42: Previous Next
In Reply to: INSTRUCTIONS FOR POSTING PICTURES! posted by MrFixIT on January 11, 2002 at 00:25:32:
<A HREF="http://www.yourwebsite.com/file_name.jpg">CLICK HERE<A>
Re: MORE INSTRUCTIONS FOR POSTING PICTURES!
Posted by A. Michelson on January 11, 2002 at 22:57:31:
In Reply to: INSTRUCTIONS FOR POSTING PICTURES! posted by MrFixIT on January 11, 2002 at 00:25:32:
: Here is how you do it!
: First, the picture must be uploaded to the internet. Meaning, the picture must be on some website, or on a computer that is always connected to the internet.
: From here, there are two ways. The first for websites that allow you to link picture directly from them. If that is the case, then type it in like this:
:
: The first < sign will be replaced with the Less Than sign on the keyboard, which for most people is shit[sic]-comma. The second > sign will be replaced by the greater than sign, which for most people is shift-period. The stuff inside the "'s, is the exactly location of the picture, it must be written perfectly, or it will not work.
: The second way to do this is to make a link to it. That is done like this:
: !!
Otherwise, I use an HTML editor such as Netscape Composer, and copy the HTML source to the Comments box. Many HTML tags will be unnecessary though, and you will probably have to clean up a lot of &…;
Re: This time with
Posted by A. Michelson on January 11, 2002 at 23:36:26: Previous Next
In Reply to: Re: MORE INSTRUCTIONS FOR POSTING PICTURES! posted by A. Michelson on January 11, 2002 at 22:57:31:
: : Here is how you do it!
: : First, the picture must be uploaded to the internet. Meaning, the picture must be on some website, or on a computer that is always connected to the internet.
: : From here, there are two ways. The first for websites that allow you to link picture directly from them. If that is the case, then type it in like this:
: :
[picture shows up in page]
: : The second way to do this is to make a link to it. That is done like this:
: : CLICK HERE
[you have to click to get to picture]
: Otherwise, I use an HTML editor such as Netscape Composer, and copy the HTML source to the Comments box. Many HTML tags will be unnecessary though, and you will probably have to clean up a lot of &…;