Text
Here you will find how to add and customize your text. To get the code onto your page just select the code and copy&paste it into your html wherever you want to put your text. For further assistance please email me.
What's your font's face?
What's your font's size?
What's your font's color?


Here is a basic text maker. Just copy&paste the code into your html where you want to put your text. Please be sure to fill out all the fields so that the code will be properly created.
To make your text bold, underline, etc.
Then add one or more of the following to your code. Please be sure you put the <b> at the beginning of the code and the one with the slash </b> at the end.

Bold=<b> </b>   Underline=<u> </u>   Italic=<i> </i>   Strikethrough=<s> </s>
<HTML>
<HEAD>
<TITLE>My Tutorials Page</TITLE>
</HEAD>
<BODY>
<!--Hello everyone and welcome to my page. Here you'll learn about text formatting.-->
</BODY>
</HTML>
Hidden text only appears in the HTML document when opened with a text or HTML editor. They will be completely invisible to your visitors' browser. To add hidden text or comments type <!-- before the text you want hidden then type --> to finish the hidden text. Just like in the code below which is in bold. Have fun and enjoy!
Creating Hidden Text
Copyright 2005- CasandysDesigns.com
All Rights Reserved