SilverStray
Programmer
Hi,
I put the following CSS code in my html, but when I use it in the BODY of my web page, the font appeared much smaller than it should. This code is not a separate CSS file, but is inside my HTML.
<HTML>
<HEAD>
<TITLE>HOMEPAGE</TITLE>
<STYLE TYPE="text/css">
<!--
.bodyText {
font-family: "Arial Unicode MS";
font-size: 10px;
text-decoration: none;
}
-->
}
</STYLE>
</HEAD>
..
..
I used it in the following table and cells description, but when I do so, everything looks very small, not the actual size 10 of this font:
<TABLE class=bodyText width="80%" cellpadding="2" cellspacing="1">
How can I set it to its proper original size..?
Please help! Thanks is advance.
I put the following CSS code in my html, but when I use it in the BODY of my web page, the font appeared much smaller than it should. This code is not a separate CSS file, but is inside my HTML.
<HTML>
<HEAD>
<TITLE>HOMEPAGE</TITLE>
<STYLE TYPE="text/css">
<!--
.bodyText {
font-family: "Arial Unicode MS";
font-size: 10px;
text-decoration: none;
}
-->
}
</STYLE>
</HEAD>
..
..
I used it in the following table and cells description, but when I do so, everything looks very small, not the actual size 10 of this font:
<TABLE class=bodyText width="80%" cellpadding="2" cellspacing="1">
How can I set it to its proper original size..?
Please help! Thanks is advance.