It will be great if any one helps me in sizing fonts in browser!!!
I tried this code it worked in Konqueror but not in Mozilla
I need a solution that will work in IE,Netscape,Moz illa etc....
<html>
<head>
<style type='text/html'>
..FontType {font-family:arial; font-size:8px; color:red}
</style>
..
..
..
<body bgcolor='#bccfe 3'>
<table cellpadding='0' class='FontType '>
..
..
..
</html>
I tried this code it worked in Konqueror but not in Mozilla
I need a solution that will work in IE,Netscape,Moz illa etc....
<html>
<head>
<style type='text/html'>
..FontType {font-family:arial; font-size:8px; color:red}
</style>
..
..
..
<body bgcolor='#bccfe 3'>
<table cellpadding='0' class='FontType '>
..
..
..
</html>
Comment