#script copying warning# # you are not allowed to sell or distribute this script for any business or commercial purposes. this script is released for educational purposed only. Instructions to put the script in your html pages.
## this line indicates that the script will start from this line to be activated follows. Cheking Style sheet## this line indicates that the script used is no more than this line. and so on. 2. First of all, you have to complete your html writing job for the page and wherever you like to put some styling touch then same as before just above the line put the CSS opening and closing tags. a. B. between both tags start writing the script whatever you like to control in the page. c. body {margin-left: 3px; margin-right: 3px} ## this line will control the margins of the body will be 3px from the border lines from the right and left. D. .character {font-weight: bold; margin-left: 2px; margin-right: 2px; margin-top: 2px} ## this line will control the DIV section. E. .directions {font-style: italic} ## same as it works in the DIV section. F. wherever you like to control the text in the DIV section then put the DIV tags and make the class="directinos". ie: