|
|||||
---|---|---|---|---|---|
Posted by | HTML GUIDE :: Basics, Images and Tables | ||||
{Leaving} (#43698) View Forum Posts Posted on 2015-06-16 07:04:48 |
43 players like this post! Like? Edited on 27/09/17 @ 09:20:35 by 🌅 Nocturnal (Sunset) (#43698) |
Sacramora (#140353)
Magnificent View Forum Posts Posted on 2019-03-17 17:53:50 |
Ah. I'm doing this on phone, so could you tell me if this is correct? 0 players like this post! Like? |
Dm me the word Melon (#162228)
Astral View Forum Posts Posted on 2019-03-25 19:48:06 |
Nilla ♡ Clean Ice Pie (#157779) King of the Jungle View Forum Posts Posted on 2019-03-30 08:11:58 |
~PRIMAL~ Queen Arison (#172164) Usual View Forum Posts Posted on 2019-03-30 18:56:55 |
soot (#164880)
Prince of Terror View Forum Posts Posted on 2019-05-12 11:06:00 |
soot (#164880)
Prince of Terror View Forum Posts Posted on 2019-05-12 11:09:48 |
Xygei (#171626)
Divine View Forum Posts Posted on 2019-08-06 15:23:05 |
surrelian [main | BO Haze] (#103352) View Forum Posts Posted on 2019-08-06 15:28:19 |
@Mazy If you use Imgur you can upload anything animated and then copy and paste the Orignal Link(Not the Direct Link) and then put it into <*img src="GIF LINK"> Hope that helps :)) 0 players like this post! Like? |
Xygei (#171626)
Divine View Forum Posts Posted on 2019-08-06 15:33:10 |
surrelian [main | BO Haze] (#103352) View Forum Posts Posted on 2019-08-06 15:34:56 |
Nem (#179450)
King of the Jungle View Forum Posts Posted on 2019-08-27 13:11:56 |
What am I doing wrong? I want to post a picture of my lion and link it to my lion's page... I'm using this.... < a href="https://www.lioden.com/lion.php?mid=179450" >< img src="https://imgur.com/T4jguVE" > 0 players like this post! Like? Edited on 27/08/19 @ 13:21:47 by Nem (#179450) |
gaz (#122919)
Frivolous View Forum Posts Posted on 2019-08-28 05:01:19 |
Myr (#188)
View Forum Posts Posted on 2019-08-28 12:32:59 |
You haven't closed the final tag, and the image url you're using isn't a direct link (which will end in .jpg or .png) - it should look like this, with changes in red: <a href="https://www.lioden.com/lion.php?mid=179450"><img src="https://i.imgur.com/T4jguVE.png"></a> And if you want to use it on the forums and you want the image to show correctly on any size screen (including smaller widths like for players viewing on tablets/phones/etc), you can also add this which will automatically make the size fit the width of the screen without overlapping: <a href="https://www.lioden.com/lion.php?mid=179450"><img src="https://i.imgur.com/T4jguVE.png" class="fitWidth"></a> 0 players like this post! Like? |
🌸 Dawnstar 🌸 (#106814)
Heartbreaker View Forum Posts Posted on 2019-10-25 00:15:42 |
Could anyone explain aligning your text one? I can't seem to do it correctly :/ 0 players like this post! Like? |
Zafara (#94023)
Deathlord of the Jungle View Forum Posts Posted on 2019-10-26 00:54:25 |
Well first off there is a typo in their code. There's a simple code for centering text alone. Just remove the spaces < p style="text-align:center" >TEXT HERE< /p > Example 0 players like this post! Like? Edited on 26/10/19 @ 00:54:48 by Zafara (#94023) |