View Single Post
Old 08-11-2012, 04:01 PM   #7
unrulyguides
Member
unrulyguides began at the beginning.
 
Posts: 10
Karma: 12
Join Date: May 2011
Device: Kindle
remove the space between the (eg) h1 and .style

Should be like one-word: h1.style

h1.style1 {font-family:"Bookman Old Style";text-align:left;color:rgb(50, 158, 255);}
h2.style1 {font-family:"Bookman Old Style";text-align:left;color:rgb(50, 158, 255);}
h3.style1 {font-family:"Bookman Old Style";text-align:left;color:rgb(50, 158, 255);}


And the HTML would be (eg)

<h1 class="style1">Heading 1</h1>


= = = =

Unruly Guides
First Steps Publishing
unrulyguides is offline   Reply With Quote