« Helping each other Forum

can i add photos to a bulletin post, if so how?

Posted by Lulu !

posted

Forum: Helping each other

is it posible to add a photo to a bulletin post or?


Report Topic

2 Replies

Sort Replies:

Reply by EngiQu33ring

posted

This is probably a better question for the web/tech forum, but you can include an image in your posts by putting the link between two img tags:

<img>link goes here</img>

If you meant how to upload one though, that isn't possible. SpaceHey only allows you to upload a profile picture, everything else has to be stored somewhere else. If you need a place to store your images, check out NeoCities, they give you a decent amount of free storage


Permalink Report Reply

Reply by Ghastly

posted

ok first things first get a image host, think something like imgurimgbb any free image hosting service will do.

now just do an example lets for example you´re using imgur, in this case you click on the image you uploaded and it should provide with several links like this:

<a href="https://imgur.com/2jidegF"><img src="https://i.imgur.com/2jidegF.png" title="source: imgur.com" /></a>


but you can also manual type it yourself for example I´m picking this  link instead: https://i.imgur.com/2jidegF.png

then I star writing <img src="URL">  note that src is short for source, which is the URL which  becoming:

<img src="https://i.imgur.com/2jidegF.png">


but wait its still not working you say? See the <> button at the top of your editor? click on it

paste your code there and turn it off again to see the result. And TA-DA you get a cool image on your post like this Frog which was the link I just shared:




frog with a wizard hat

Wizard Frog Source


Permalink Report Reply