PHP Classes

style from file

Recommend this page to a friend!

      HTML to DOC Converter  >  All threads  >  style from file  >  (Un) Subscribe thread alerts  
Subject:style from file
Summary:Style css from the file html
Messages:1
Author:simdavide
Date:2010-01-13 20:53:29
 

 


  1. style from file   Reply   Report abuse  
Picture of simdavide simdavide - 2010-01-13 20:53:29
Hi everybody, this class is fantastic but i have a problem.
In my file html, i have created the css:
---------------------------------------------------------
body { width: 670px; margin: 0 auto; }
p { margin: 0 0 15px 0; font: normal 10px Arial; }
h1 { text-align: center; font: bold 16px Arial; margin: 25px 0; }
h2 { font: bold 10px Arial; padding: 0; margin: 0; }
h2:first-letter { text-transform: uppercase; }
#firma { text-align: right; font: italic bold 20px Georgia; }
---------------------------------------------------------
How to insert on the document? It's very simple...not difficult.
Thanks for any answer. Good Bye, Davide.