|
|||||
---|---|---|---|---|---|
Posted by | -STUCK- Unofficial Lioden HTML Forum Help Thread | ||||
![]() EasyPlesi (#23249) King of the Jungle View Forum Posts ![]() Posted on 2014-05-03 10:43:34 |
![]() Edited on 19/01/24 @ 19:28:41 by EasyPlesi (#23249) |
CyberFeline (1.4k Ice 3xRos) (#106124) Lone Wanderer View Forum Posts ![]() Posted on 2022-11-25 22:11:58 |
Okay, so for images there's a couple of components. You can use the <*img src> tag for Clickables or for Regular images; this tag is HTML's way of asking "where are we pulling the image from?". The answer to this question is always the direct link to the image! You'll need to use a site that can host images; Imgur is usually recommended, but I use a private discord server that only has myself in it. The link to the image will always end in the file type: .jpeg, .png, .gif, etc. So, you'd format it like this: Clickable image: <*a href="URL TO VISIT WHEN CLICKED"><*img src="URL OF IMAGE HERE"><*/a> or Regular image: <*img src="URL HERE"><*/img> Remove the asterisks and bam! It works. Now for resizing you can define width and height. The main thread has it nice and simple - to change the size of our above examples we'd do this: Clickable image: <*a href="URL TO VISIT WHEN CLICKED"><*img src="URL OF IMAGE HERE" width=400><*/a> or Regular image: <*img src="URL HERE" width=400><*/img> So here's what this would look like in action! Clickable image of one of my lions: ![]() Regular, non-clickable image: ![]() The image url for both of these images was (shortened bc its a long URL): https://media.discordapp.net/attachments/760690925969342524/104...264/image0.jpg The page url that it brings you to is: https://www.lioden.com/lion.php?id=794175553419 Now I'm not sure why, but trying to use <*img url="URL"> isn't working like it does in the thread. But <*img src=> does! Just remember to remove the asterisks. I color coded the examples above so you can see where each part goes together! ![]() |
⛓ Jada101 ⛓ (#379146)
Lone Wanderer View Forum Posts ![]() Posted on 2022-11-26 08:10:51 |
Someone help ![]() https://static.lioden.com/images/blank.png Its just a white picture, im still learning the coding so please tell me what im doing wrong I wanna make my auctions look good 😭 ![]() Edited on 26/11/22 @ 08:18:01 by ⛓ Jada101 ⛓ (#379146) |
LioAndo (#342715)
View Forum Posts ![]() Posted on 2022-11-27 22:46:20 |
Asteriea (#358656)
Sapphic View Forum Posts ![]() Posted on 2022-12-03 10:50:43 |
Jay® [G3 Ankh TriRosette] (#275873) Gorgeous View Forum Posts ![]() Posted on 2022-12-04 15:27:29 |
Can someone tell me how to get cave pictures? Like when you go to my den each cave has a different picture? ![]() |
Lipschitz (#179287)
View Forum Posts ![]() Posted on 2022-12-05 10:21:18 |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 17:44:35 |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 17:45:21 |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 17:54:22 |
TEST <*img src="https://i.ibb.co/XWpfWCM/FC464093-4-C12-4365-88-BF-DA042-EED05-D1.jpg" width=200*> ![]() |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 18:00:17 |
TEST <*img src= https://i.ibb.co/XWpfWCM/FC464093-4-C12-4365-88-BF-DA042-EED05-D1.jpg width=200*> ![]() |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 18:03:24 |
Atheia 💩 me !|Tri ros|11M| (#383485) King of the Jungle View Forum Posts ![]() Posted on 2022-12-05 18:05:39 |
hotgodwater (#226604)
![]() Total Chad View Forum Posts ![]() Posted on 2022-12-06 23:41:44 |
does anyone know how to fix this? when ever i try to make a clickable link, other words i dont want to be able to be clicked become clickable?? im using the first method ![]() |
RiRi (#293869)
Deathlord of the Jungle View Forum Posts ![]() Posted on 2022-12-07 07:18:28 |
Hotgodwater- You might not be closing the clickable code link. Are you adding the "<*/a> in "<*a href="URL">These are the words that will be Clickable<*/a>" ![]() |
Kaz (He/They) (#318357)
King of the Jungle View Forum Posts ![]() Posted on 2022-12-07 14:46:59 |