Read-me....
I would like to tell you about the program misstheme, in this read me i would tell you how to understand and use the program. I tried to make the program easy to use and understand, but! it's hard to do that; first thing. You always can find help on this subject, i have websites to help you with the code and how to write html code. In this program i have notes on the side of the code, this tells you a little how the code works.
Here are some codes and how to use it, in this read me you will have an example for every code. One think about text files is only the text will show up, but! you can add the text to a html or php file. To start on that you need to add some code to it, for example: color to the text.
This is the start on your text page .php, this will add the body settings to the php page. In this example you will see the code and what it does to the program, first you add the style. This is where your code will go, next is the code body{. After the body{ you will add background: #colorcode; where #colorcode is; you will add the color of your page.
Example:
If you view this in the website you get the page will your color as the background color, when you add a link to your page. When adding links to a page, you need to add the colors to it. Adding the a:link{color: #colorcode;} this will add a color to your link, adding the a:hover{color: #colorcode;}. This is added after the } sign, you can add the style code to it too.
Example:
a:hover{color: red; background: skyblue or #colorcode;} this will change the text and text background color, try this example;
This will be added to a php file, like; index.php. Index.php, html, htm is what the website program reads first is an index or default file. When you load this program, you will get the settings you added to your page. Before you run the program add some text to it, add some links too example: Click Here this is the link code to my website.
If you want to add a data file to your php file, this is a file that the program will read a data file. Here is the start code for your data file, now add this to the php file named index.php. This will be displayed on the screen, Now this code will need to be in the data file. This is the code for your data file, you use this code in every data file text.
Now lets look at the effects of you boxes and text shadows, the code is box or text-shadow: 0px 0px 0px #colorcode. First the 0px will show the shadows, if you change the 0px to a higher number; try it and see the different. If you want to be created you can add this, text-shadow: 3px 0px 3px yellow; color: transparent; background: linear-gradient(to right, black, black); background-clip: text; -webkit-background-clip: text;. This will turn you text in to a 3d text, add this to [font style='code: valable;'][/font]. For text size= text-size: 0px where 0px is size of text example: 22px.
To change it back to the background, change the text to background to revert back to the header text and background colors.