pics
|
how'd u guys put pictures in front of ya names and forum posts??? [programming wanabe] PLZZZ help the noobz! |
Re: pics
|
That's basic HTML coding. To insert an image you use the tag; <img src=", put the URL link of the image after the quote (URL must end with .jpg .png. gif. Those are the most common anyways), and close the tag with; "> For example if I want this picture to show up: , I need to find the URL of the image. I can do that by right-clicking, and tell it to copy the picture's URL. Then you can paste the URL with ctrl+v. The finished code should look like this: <img src="http://i215.photobucket.com/albums/cc313/Kazuma89L/awesomemotes/awesome.gif"> To get a picture as your avatar, click the "Add image" button on the edit profile page, and paste the URL into the box and click ok. |
Re: pics
Link |
by
on 2009-11-25 21:19:32
|
This thread explains all, the basics anyways. Have any questions, post 'em here. ------- |