Putting an image in a post
How do I do that with one of my own pictures? I just can´t work it out. Gracias.
12 Answers
Nothing happened Daniel I just got this.
I am trying this.
0_34_34.jpg">
Greg I will send you a PM asking for your email - is that ok?
Thank you Greg - I´ll give it a try. Not sure I understand what you are saying though.
What is On all of these, replace [ and ] with < and >
All I want to do though is insert a picture from my own hard drive.
All I want to do though is insert a picture from my own hard drive.
You can't do it directly from your harddrive. You ave to upload it somewhere that allows people to link to it.
If you have a Flickr or Photobucket account or some such thing, you can use that. Otherwise you will need to upload it to a place like ImageShack, which lets you upload things without an account.
If you use Imageshack, be sure to get the url of the actual pic and not the thumbnail. Otherwise your pic will have a black band on it with the picture size.
If you want to email me I will be happy to upload it for you and send you something you can pretty much cut and paste.
Hint: If you do it correctly, you will see the picture in the blue preview area down below, before you click the Answer button to post!
For instance. I "right clicked" on your avatar looked at "properties", and got the following address.
http://a.sdswift.com/uploads/avatars/0/34/0ed9db3434508f93f675819b_34_34.jpg
Now I will add the image tag-
img src="http://a.sdswift.com/uploads/avatars/0/34/0ed9db3434508f93f675819b_34_34.jpg"
Note the quotes. They are essential.
Now, I put it all in these brackets < >
y he aquí....
This should help anyone who doesn't know how to upload pictures to a forum. I made a video with point and click instructions on how to do it. The link can be found here.
http://helpviavideo.com/watch.php?vidid=34
I also made a video on how to quickly and easily resize your photos before uploading. It can be found here.
http://helpviavideo.com/watch.php?vidid=33
Those are html tags, or..hypertext transfer markup language (I think) tags. Basically, it's the language that internet browsers decipher and translate into what you see on the screen. The tags are enclosed around < > symbols to differentiate your actual code that modifies your visual parameters or links or whatever, from actual text that you want to appear.
So, if you want your font in a different color, you use the font tag template that Greg provided. You simply put whatever text you want to be modified in between those tags. The end tag that contains the / simply signifies the end of that font modification so it doesn't affect any other text that you type after it. You only put the text that you want to modify in between.
The reason Greg had to put his examples in between [ ] those symbols is because if he had put them between < > the internet browser would have recognized it as html tags and automatically take away the and present the text found in between the tags.
-Charlius-
One more try:
Hey I did it! Wow....
Once more for preactice.
I am trying this.
0_34_34.jpg">
Hi Ian.
First get the URL (web address) of the pic you wish to post. You can often do that by right clicking the pic in question.
Then use the following-
On all of these, replace [ and ] with < and >
To post a picture as is:
[img src="web address of picture here"]
To post a picture with a certain size:
[img src="post address here" width="#" height="#"]
To adjust the color and size of words:
[font color=color size=#]text here[/font]