|
|||||
---|---|---|---|---|---|
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) |
Nefarious (#235768)
View Forum Posts Posted on 2022-05-20 17:53:04 |
@mrs_goldfinch (#276334) You just have to type it in and it will automatically convert after you click enter (if done correctly) 0 players like this post! Like? Edited on 20/05/22 @ 18:52:59 by Nefarious (#235768) |
Nefarious (#235768)
View Forum Posts Posted on 2022-05-20 18:59:39 |
@𝒦𝑜𝑔𝑒𝓁☕ (#265924) The URL is the address of a web page. Its that string of numbers and letters at the top of your screen. If you want to copy it then you can either just click on it or right click/copy. Example: https://www.lioden.com/topic.php?id=304429190774&page=18 (this is the URL address for this topic page) If you wanna use it with code then put it between the two " " 0 players like this post! Like? |
Nefarious (#235768)
View Forum Posts Posted on 2022-05-20 19:12:46 |
iô (#257911) Make sure you leave out all the spaces (except for the space between img and src) Here's a little step-by step guide 1. find an image you want 2. right click the image and press "copy image address" 3. Use the coding provided and paste the image address between both " " 4. The code will automatically convert into whatever it is you're trying to do when you press enter Now, If you want the image to be a reasonable size then use the format below.. < img src="URL HERE" height=HEIGHT NUMBER width=WIDTH NUMBER > I used 40 Width and 40 Height for this image if you're wondering This format will not only insert your image but also allow you to get the size you want. Now, if you already have the image you want but it comes up blank then try posting it somewhere (ex: I posted my picture on discord and copied the link address from there) and copy the link address after you've posted it and clicked on the image. 0 players like this post! Like? Edited on 21/05/22 @ 05:59:27 by Nefarious (#235768) |
Nefarious (#235768)
View Forum Posts Posted on 2022-05-20 19:29:13 |
@Jester(Side) (#279697) Here's a little step-by-step of what I did. 1. Find the URL of the place you wanna link (if you don't know where to find it then you can scroll up a little cause I explained it to someone else) 2. Right-click the URL and press copy 3. Use the format --> < a href="URL HERE" >TEXT HERE< /a > (remove all spaces except for the space between a & href) 4. Put the copied address in the space where it says "URL HERE" and then put the words you wanna say in the space where it says "TEXT HERE" 5. Press enter a little something.. 0 players like this post! Like? Edited on 20/05/22 @ 19:33:03 by Nefarious (#235768) |
𝑻𝒉𝒐𝒕𝒉 🖤Zombie DR 🖤DIVA💜 (#230702) View Forum Posts Posted on 2022-05-27 14:23:26 |
𝑻𝒉𝒐𝒕𝒉 🖤Zombie DR 🖤DIVA💜 (#230702) View Forum Posts Posted on 2022-05-27 14:25:39 |
Pashteroga (#284590)
Sapphic View Forum Posts Posted on 2022-06-03 13:28:50 |
So how would you go about like...HTML for a Lion from the wardrobe? like trying to show what they would look like with full markings and all? 0 players like this post! Like? |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-06-19 13:58:34 |
https://imgur.com/a/3qNYUAI < img src="https://imgur.com/a/3qNYUAI" > 0 players like this post! Like? |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-06-19 13:59:38 |
𝑻𝒉𝒐𝒕𝒉 🖤Zombie DR 🖤DIVA💜 (#230702) View Forum Posts Posted on 2022-06-19 14:34:10 |
𝑻𝒉𝒐𝒕𝒉 🖤Zombie DR 🖤DIVA💜 (#230702) View Forum Posts Posted on 2022-06-19 14:35:50 |
Are you on a laptop? If so, did you double tap softly on the image and click copy image address? After that, you need to paste the link which should have .png at the end inside the < img src="IMAGE URL" > 0 players like this post! Like? |
𝑻𝒉𝒐𝒕𝒉 🖤Zombie DR 🖤DIVA💜 (#230702) View Forum Posts Posted on 2022-06-19 14:36:27 |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-06-19 14:37:32 |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-06-20 20:34:59 |
how do u get the post to have a background of the post to be different :/ 0 players like this post! Like? |
Teo (#262531)
Deathlord of the Jungle View Forum Posts Posted on 2022-06-27 02:52:00 |