I want to convert images to bb code or HTML and I know there is a website that does that but I forgot what it was called. :(

TOPIC | Converting an Image to bb code or HTML
I want to convert images to bb code or HTML and I know there is a website that does that but I forgot what it was called. :(
@DancingDragonz c: You don't need a website to convert them. BBCode and HTML are just the tags you put around your URL.
To post an image in BBCode you need:
[code][img]url here[/img][/code]
for example
[code][img]http://www1.flightrising.com/rendern/portraits/256847/25684637p.png[/img][/code]
makes [img]http://www1.flightrising.com/rendern/portraits/256847/25684637p.png[/img]
for HTML you need
[code]<img src="url here">[/code]
@DancingDragonz c: You don't need a website to convert them. BBCode and HTML are just the tags you put around your URL.
To post an image in BBCode you need:
for example
makes 
for HTML you need
To post an image in BBCode you need:
Code:
[img]url here[/img]
Code:
[img]http://www1.flightrising.com/rendern/portraits/256847/25684637p.png[/img]

for HTML you need
Code:
<img src="url here">



@DancingDragons The easiest way I’ve found to convert an image into its postable url form is the website tinypic . c o m. It’s free and doesn’t require an account to use, but has a butt ton of ads if you don’t mind that.
@DancingDragons The easiest way I’ve found to convert an image into its postable url form is the website tinypic . c o m. It’s free and doesn’t require an account to use, but has a butt ton of ads if you don’t mind that.