1 |
|
---|---|
Posted by | Axel's Unofficial HTML Help Guide |
l0n3lyv1x (#231086) King of the Jungle View Forum Posts Posted on 2021-06-19 10:19:18 |
Welcome to my Unofficial HTML Help ForumPlease be aware: If you don't remove the asterisks ( * ) the code will not work! First Piece of Coding! The Simple: Bold <*b>TEXT HERE<*/b> Italic <*i>TEXT HERE<*/i> Underline <*U>TEXT HERE<*/u> <*s>TEXT HERE<*/s> To Combine These: I used <*s><*b><*u>TEXT HERE<*/s><*/b><*/u> for that. Second Piece! Font Types: Font Sizing: Size 1 <*font size=1>TEXT HERE<*/font> Size 2 <*font size=2>TEXT HERE<*/font> Size 3 <*font size=3>TEXT HERE<*/font> Size 4 <*font size=4>TEXT HERE<*/font> Size 5 <*font size=5>TEXT HERE<*/font> Size 6 <*font size=6>TEXT HERE<*/font> Size 7 <*font size=7>TEXT HERE<*/font> Font sizes go up to 7 from a 1. (1-7) Third Piece! Links & Images: Clickable Link: My queen <*a href="URL HERE">TEXT HERE<*/a> Images: <*img src="URL HERE"> To get these images working, the url needs to end in .png / .jpeg or .gif no other link will work. To get the image link, you'll need to upload it to an image hosting site, I personally prefer imgur. You'd then right click and find 'Copy Image Link'. You'd paste the image link into where it says 'URL HERE' on the code. To Be Added: Centre Text, Spoilers, Clickable Images. You don't have to credit me if using these (obviously) just only if you make your own HTML Guide, by learning from here! 0 players like this post! Like? Edited on 20/06/21 @ 00:37:10 by ☾Axel☽ - They/It (#231086) |
🌑wisp🦈๋࣭ ⭑ (#220150) Heavenly View Forum Posts Posted on 2021-06-20 16:00:58 |
MatchBoxCars (#243004)
Holy View Forum Posts Posted on 2021-11-18 12:33:33 |
is there a website i can go to, to download an image from my phone and then add it to a HTML code? 0 players like this post! Like? |
kozume (#312838)
Bone Collector View Forum Posts Posted on 2024-07-08 12:08:15 |
Im trying to upload an image this is what I have <*img src="https://i.imgur.com/ai4cEjQ.jpeg"> It’s not working Is something wrong? 0 players like this post! Like? |
kozume (#312838)
Bone Collector View Forum Posts Posted on 2024-07-08 12:08:58 |
1 |
---|