|
||||
---|---|---|---|---|
Posted by | -STUCK- Kay's HTML Guide! | |||
Seb (#3445) Amazing View Forum Posts Posted on 2013-03-16 16:22:14 |
Lately, a lot of members have been asking for codes on the chat, so I decided to make a guide listing all of the basic codes I know! Remember: When using codes, remove the space between the angle brackets! TEXTTo make a header: < h1 >HEADER HERE < /h1 > Do < h2 > FOR A SMALLER HEADER < /h2 >, < h3 >FOR AN EVEN SMALLER HEADER < /h3 >, etc. To make italic text: < i > TEXT HERE < /i > To make bold text: < b > TEXT HERE < /b > To make underlined text: < u > TEXT HERE < /u > To make colored text: < font color=#HEXCODE > TEXT HERE < /font > To make BIG and small text: < font size=SIZE HERE > TEXT HERE < /font > [ size is decided by number. 1 for the smallest text, 7 for the biggest, etc. ] To make a link: < a href="URL HERE" > TEXT HERE< /a > To make a highlight: < span style="background-color:#HEXCODE" > TEXT HERE < /span > TABLESTo make a table: < div style="width:100px;height:100px;overflow:auto;border:1px solid; background:#HEXCODE;" > TEXT HERE< /div > This is what a table looks like! To make a columned table: < table border="NUMBER HERE" cellpadding="NUMBER HERE" cellspacing="NUMBER HERE" width="NUMBER HERE" >< tr > < td >Column 1< /td > < td >Column 2< /td > < /tr >< /table >
[ all codes posted on this topic work within tables. ] IMAGESTo make an image: < img src="URL HERE" > Example: To make a resized image: < img src="URL HERE" height=HEIGHT NUMBER width=WIDTH NUMBER > Example: To link an image: < a href="URL HERE" > < img src="URL HERE" > < /a > Example: OTHERTo make a space: < br > This is what < br > does! To make a double space: < p > This is what < p > does! 43 players like this post! Like? Edited on 23/03/13 by Kay (#3445) |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-02 20:35:38 |
If it is a screenshot you can upload it to websites like Imgur. If you already have the photo rightclick(or tab and hold) and click open image in new tab. The URL link should end in .png or .jpeg. you copy and paste that link into the code to get it to work. Below is the code, just remove the * for it to work <*img src="URL Link"> If you want to resize the image you dont need an art program to do it. All you would need to do is alter the code. Add height and width to change the pixel size. I usually only use width because if you change just one, the other will automatically change. Remove the * and change the # to whatever number you want it to be. I usually use width 400 or 500 on my images. (You can remove the height if you want. The height would resize automatically when you change the width. Same goes for if you remove the width. I remove height to make all the images the same size across even if they are not) <*img src="URL Link" height=# width=#> 0 players like this post! Like? |
Atlas Alkaline (#297337)
Phoenix View Forum Posts Posted on 2022-10-02 21:55:45 |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 16:54:13 |
Okay, so I have a question, I have an image needing desperately uploaded for someone who’s making art for me, but I don’t have discord, and I can’t download any apps to my phone. Any way I can upload images free and quick? 0 players like this post! Like? |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 16:55:23 |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-03 16:56:48 |
Imgur is a website you can use. Also if you have toyhouse you can go to the image and tap and hold to bring up "open image in new tab" 0 players like this post! Like? |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 16:56:58 |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-03 17:37:05 |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 17:38:10 |
Yeah, but do you have to log in and download it? That’s what I’ve been told, anyways 0 players like this post! Like? |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-03 17:38:30 |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 17:39:08 |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-03 17:42:36 |
Last i saw you could upload without an account. If you are using Chrome on mobile click the 3 dots by the tabs and click "desktop site" Then go to here Once there click choose photo/image 0 players like this post! Like? |
Dominowcue (#322177)
Amiable View Forum Posts Posted on 2022-10-03 17:46:51 |
I use safari, I’m not sure if it’s different though, cause the three lines don’t have desktop website on the Imgur website 0 players like this post! Like? |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-10-03 17:48:20 |
It is pretty important for the 'desktop website' because you get redirect if not. If you pm me i could offer a better solution for you 0 players like this post! Like? |
Cocogoat (#290450)
Aztec Knight View Forum Posts Posted on 2022-11-05 05:05:48 |
TJ (He/They) 🏳️🌈 (#199719) Heavenly View Forum Posts Posted on 2022-11-06 15:34:36 |