Tell a Friend About Our Cool Software
There are two different methods of adding a Style Sheet to your web page: embedding the style sheet on your page, and linking to an external style sheet. To embed the style sheet in your page, all you need to do is copy everything between the <style> and </style> tags, and insert it on your page, between the <head> and </head> tags.
If you want to link to an external style sheet, you will first need to save the style sheet to the same directory your web page is saved in. After saving, click on the
button, that will display the code needed to link to the external style sheet. Simply cut this code, and insert it on your web page between the <head> and </head> tags.