Preloding CSS

You know what CSS is. If you are making your homepage. You want to make every Pre Code's font color blue. Do you want to type all of it? No, probably not. Here is the best way. You can make CSS/Text HTML document.


  BODY{text-decoration:none; background-color:#FFFFFF; font-size:12pt; color:#000000}
  PRE.CODE{text-decoration:none; background-color:#FFFFEE;}
  

Then you may use this all time, just write


  <LINK REL="STYLESHEET" HREF="Your stylesheet name" TYPE="text/css">
  

in your main page's head tag!!
Try it! It doesn't need any examples

Go back to home!