Helo guru’s
Now i am working for a site,in that site i use tahoma font for test,its show in dreemwever
here what is my problem it con’t display in IE browser
plese help me
sidhu>G
html code:
<p class=“p”><b class=“productheddign”">CONTACT INFORMATION</b></p>
<p class=“p”><u><strong>General Information</strong></u><br />
Duncan Parking Technologies, Inc.
340 Industrial Park Road, Harrison, AR 72601
Toll-Free: 800-338-6226
Phone: 870-741-5481
Fax: 870-741-2868
General Email: Duncan@DuncanIndustries.com
<br />
<br />
<u><strong>Sales Information</strong></u><br />
Duncan Parking Technologies, Inc.
340 Industrial Park Road, Harrison, AR 72601
Toll-Free: 800-338-6226
Phone: 870-741-5481
Fax: 870-741-2868
General Email: Duncan@DuncanIndustries.com <br />
</p>
**Css code:.p{
font-family:Verdana, Arial, Helvetica, sans-serif
font-size:10px;
color:#000000;
padding-left:20px;
padding-right:20px;
text-align:justify;
padding-bottom:0px;
}
.productheddign{
font:Franklin Gothic Demi;
color:#0f3353;
}
**