i have change paragraph format setting in template follows:
however, verdana font isn't being displayed when using paragraph. idea what's going on? thanks
code: select all
p {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;
font: verdana;
color: #c0c0c0;
font-size: 10pt;}
however, verdana font isn't being displayed when using paragraph. idea what's going on? thanks
i think
p
{
font-family:"times new roman",georgia,serif;
}
exemple
http://www.w3schools.com/cssref/pr_font_font-family.asp
you should install firebug addon firefox can show css affect
the balise. right click inspect 'element firebug' @ right
the css show up
p
{
font-family:"times new roman",georgia,serif;
}
exemple
http://www.w3schools.com/cssref/pr_font_font-family.asp
you should install firebug addon firefox can show css affect
the balise. right click inspect 'element firebug' @ right
the css show up
Comments
Post a Comment