Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   [RMXP] how to change color of font in rmxp (http://zelaron.com/forum/showthread.php?t=46930)

flappykun2349 2008-10-13 02:33 PM

i could?
 
1 Attachment(s)
Attachment 4897ummm i rly could?how? ima 17 year old w/out a job and like wulfturn no money at all lol but i do know a thing or 2 about rpg maker would that help me if i seriously wanted to learn?also if you wanna move this conversation into a PM cuz you dont wanna be off topic for too long i personally dunt care if we're off topicXD
Quote:

Originally Posted by Goodlookinguy (Post 656440)
(X)HTML, CSS, and JavaScript are all considered scripting languages. However, once you get to know those, you can move into programming with php, ASP(.NET), Ruby, etc.

XHTML is HTML with a few things that are different.
1) All tags must be closed like <br> is <br />
2) You must declare a DOCTYPE
3) All letters within tags must be lowercase

CSS is used to enhance (X)HTML, such as
Code:

<style type="text/css" media="screen">
<!--
* {
 margin:0;
 padding:0;
}
body {
 margin-top:5px;
}
table {
 table-spacing:0;
 table-collapse:collapse;
}
table, tr, td {
 border:0;
}
img {
 border:0;
}
p em:first-child img[src=this.jpg] {
 border:3px;
}
p > em {
 font-size:1.3em;
 text-decoration:underline,
 color:#00B; /* Blue */
}
-->
</style>


If you want to know more you can PM me Wolfturn. I don't want to be off-topic this long.

-----------------------------



You're welcome. By the way, you could learn how to program if you really wanted too.


Wolfturn 2008-10-16 11:35 AM

Quote:

Originally Posted by Wolfturn (Post 654670)
Ok, i could definitely help with the Variables/Switches tutorial. There is one on the site here.. But i'll make my own with a demo and everything for you too see. Its actually very simple. Just give me a day or two, and i'll have it ready for ya.

Edit: ALL DONE! :P lol If you need anymore exaples just ask
http://www.mediafire.com/?sharekey=6...db6fb9a8902bda

Ok, that was the VX tutorial. Scince you want the XP tutorial i just finished making it. I made it really quickly so, if you need more explanations of what they do, just feel free to ask.

http://www.mediafire.com/?sharekey=b...db6fb9a8902bda

Thats the upload link, Enjoy :)


All times are GMT -6. The time now is 02:22 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.