DH Templates

I have a CSS template, how do i put it in a blank page?

Hi, i have a CSS template and i was wonderin how i put the CSS code in a blank document so i dont have to type all the links and everything again??? Thanks

Public Comments

  1. Copy and paste would probably work...
  2. This is simple blank page template: (It assumes there is an external style sheet file Stylesheet1.css in the same directory as it is) <html> <head> <title>Test of External CSS</title> <link type="text/css" href="Stylesheet1.css" /> </head> <body> <p>Just look how I defined a link tag in herder above</p> </body> </html>
Powered by Yahoo! Answers