HTML Tags in Signs
HI.
Ok, so everybody knows about how in the SM63 level designer, you can add HTML tags to signs. I wanted to make a topic about these HTML tags, and what people can discover.
So here are all of the Html tags I found.
Bold Text - <b>Your Text Here</b>
Italic Text - <i>Your Text Here</i>
Underlined - <u>Your Text Here</u>
Text Size - <font size="number">Your Text Here</font>
Text Color - <font color="#******">Your Text Here</font> ******= Hexidecimal Colors. Here are some.
http://songweaver.com/html/colorchart.html
Text Font - <font face="fontname">Your Text Here</font> Font names need EXACT name spelling and capitalization, or it won't work.
HTML Image - <img src="ImageURL"> Change Width/Height- <img src="ImageURL" width="#" height="#"> HIGHLY RECOMENDED Add this in ⇾ <img src="ImageURL" align="right">
HTML Link (Change Page) - <a href="URL">Your Text Here</a>
HTML Link (Open New Page)- <a href="URL" target="_blank" >Your Text Here</a>
HTML Break Lining (Space Saver) Basically new paragraphs, but it saves space. StuffStuffStuff<br>Your Text Here - Found by !?!
So these are all of the HTML Tags for SM63 signs that I found. Now, the purpose of this is just to pass on the knowledge of these HTML Tags, and possibly to learn a few more.
So, you are allowed to use these HTML tags while level designing, and if you can find some HTML tags that are not listed, and work for these signs, please list them. We can learn some great new things.
Ok, so everybody knows about how in the SM63 level designer, you can add HTML tags to signs. I wanted to make a topic about these HTML tags, and what people can discover.
So here are all of the Html tags I found.
Bold Text - <b>Your Text Here</b>
Italic Text - <i>Your Text Here</i>
Underlined - <u>Your Text Here</u>
Text Size - <font size="number">Your Text Here</font>
Text Color - <font color="#******">Your Text Here</font> ******= Hexidecimal Colors. Here are some.
http://songweaver.com/html/colorchart.html
Text Font - <font face="fontname">Your Text Here</font> Font names need EXACT name spelling and capitalization, or it won't work.
HTML Image - <img src="ImageURL"> Change Width/Height- <img src="ImageURL" width="#" height="#"> HIGHLY RECOMENDED Add this in ⇾ <img src="ImageURL" align="right">
HTML Link (Change Page) - <a href="URL">Your Text Here</a>
HTML Link (Open New Page)- <a href="URL" target="_blank" >Your Text Here</a>
HTML Break Lining (Space Saver) Basically new paragraphs, but it saves space. StuffStuffStuff<br>Your Text Here - Found by !?!
So these are all of the HTML Tags for SM63 signs that I found. Now, the purpose of this is just to pass on the knowledge of these HTML Tags, and possibly to learn a few more.
So, you are allowed to use these HTML tags while level designing, and if you can find some HTML tags that are not listed, and work for these signs, please list them. We can learn some great new things.