/ Published in: CSS

URL: http://dak9.com
to use style sheet in your webpages. First you have to make your own style sheet or you can use this sheet of anyone else. Or you can make this by modifying any stylesheet to your choice.
Expand |
Embed | Plain Text
/* in your html file you will have to insert following line to use your stylesheet */ <link href="http://dak9.com/dak.css" rel="stylesheet" type="text/css" /> /* instead of "http://dak9.com/dak.css" you may need to use relative or full path of your style sheet */
You need to login to post a comment.