Page 1 of 4

HTML Tags in Signs

PostPosted: December 5th, 2010, 11:55 am
by Mr_SaxMan
HI. :awe:





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.

Re: HTML Tags in Signs

PostPosted: December 6th, 2010, 2:05 am
by Killswitch
I'll help you with the Hexidecimal Colors, OK? :awe:

#000000 = Black
#00FFFF = Blue Green
#FF0000 = Red
#00FF00 = Green
#0000FF = Blue
#FFFF00 = Yellow
#FFFFFF = White (I think no one needs this.) :?
#FF4000 = Orange
#FF00FF = Pink
#8000FF = Violet
#800000 = Dark Red
#000080 = Dark Blue

Re: HTML Tags in Signs

PostPosted: December 6th, 2010, 5:16 pm
by Mr_SaxMan
Thanks !?!. I think the people should get more choices and click on the link. ;)

Re: HTML Tags in Signs

PostPosted: December 14th, 2010, 10:01 pm
by Killswitch
Oh yeah, I found something! :razz:

<sup> - for raising numbers or letters up! Example: 23
<sub> - for sinking numbers or letters down! Example: 23
<em> - combination of both bold and italic texts, saves some space! ;)
<tt> - uses teletype text formats, like in the Notepad! :awe:
<br> - Breaks the line, use this instead of pressing Enter! Saves a lot of space! :D

Re: HTML Tags in Signs

PostPosted: December 15th, 2010, 4:42 am
by Doram
Woo! I thought you couldn't do images in the LD, but I just confirmed it with the latest version here, and yes! Custom Sign Images are IN!!! Good job all! Adding to my guide now.

Re: HTML Tags in Signs

PostPosted: December 15th, 2010, 11:23 pm
by Mr_SaxMan
Thanks for the ideas, but only break line <br> works with the signs. It's still at good use.

Re: HTML Tags in Signs

PostPosted: December 5th, 2011, 4:03 pm
by MessengerOfDreams
Sorry for the bump, but I'm entirely confused by how to put popout HTML links in signs, and right now it's absolutely necessary, so if someone could give me an example?

Re: HTML Tags in Signs

PostPosted: December 5th, 2011, 5:12 pm
by fourinone
I'm not entirely sure what you mean by "popout", but if you just want to open a link in another page, use:
Code: Select all
<a href="URL" target="_blank" >Your Text Here</a>


For example, if you wanted to link to this topic, you would paste this into the sign:
Code: Select all
<a href="http://runouw.com/forums/viewtopic.php?f=15&t=10094" target="_blank" >Click here!</a>


If you mean you want to open the new page specifically in a new window and not a new tab, then I don't think that's possible...

Re: HTML Tags in Signs

PostPosted: December 5th, 2011, 5:24 pm
by MessengerOfDreams
Okay, don't worry, I got my idiot cap off. :P I figured it out, sorry for wasting your time Foru.

Re: HTML Tags in Signs

PostPosted: December 6th, 2011, 1:45 pm
by ~MP3 Amplifier~
I knew the image one for ages so I was really surprised when people said they couldn't get pictures on their signposts. :3

MP3 EDIT: Oh wait, silly me. I thought this was posted December 5th this year ... :3