1 |
|
---|---|
Posted by | Uploading picures |
chamomille. (#124122) King of the Jungle View Forum Posts Posted on 2019-07-28 11:10:30 |
So I want to for example upload a picture of my king so it can be seen in the king's biography without needing to click a link or copying and pasteing a link, how can I do so :0 ? 0 players like this post! Like? |
Myriad [mostly frozen] (#76) View Forum Posts Posted on 2019-07-28 11:31:43 |
You upload it to an image hosting site (eg imgur), then use the direct image link (url should end in .png or .jpg) with the following html in your lion's bio: <img src="url goes here"> If you want to make it smaller, you can also add a size (you can change the 300 to whatever number of pixels you want): <img src="url goes here" width="300"> Or if you want the image to be clickable (for instance to link to the full size image), you can use this: <a href="link url goes here"><img src="image url goes here"></a> Or to make it both clickable and change the size all at once: <a href="link url goes here"><img src="image url goes here" width="300"></a> 0 players like this post! Like? Edited on 28/07/19 @ 11:33:27 by Myriad (#76) |
chamomille. (#124122)
King of the Jungle View Forum Posts Posted on 2019-07-28 11:32:23 |
1 |
---|