View Single Post
  #6 (permalink)  
Old 11-26-2007, 12:13 AM
ssmorgan's Avatar
ssmorgan ssmorgan is offline
Super Moderator
 
Join Date: Jun 2007
Location: Tucson, AZ
Posts: 1,128
ssmorgan is a reputable WB member and has over 100 reputation pointsssmorgan is a reputable WB member and has over 100 reputation points
Default

One thing you could do about the problem with the fonts, is in your css styelsheet, under the section for "p" include font-family: Verdana

so it would read like this (the addition is in bold):

p {
font-size: 12px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 10px;
font-family: Verdana;
}

I don't know if that will solve the problem, but give it a try.
__________________
Tough Time Finding or Researching A Niche? Affiliate Niche Club will help!
Reply With Quote