Make a new file and name it "styles.css"
.maintext {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #0076A3;
}
Make your HTML file:
Put this in the head: <link rel="stylesheet" href="styles.css" type="text/css" />
When putting in fonts use this format:
<font class="maintext">Hello World!</a>
You can put more styles in the "styles.css". Sorry for it not being too detailed.
Easy Text Editing Using Css
Make a new file and name it "styles.css"
.maintext {
font-family: Verdana;
font-size: 12px;
font-weight:...
&nsbp;
#2
Posted 15 November 2003 - 04:18 AM
Additionally, using
body { font-family: arial, verdana; font-size: 12px; }will change it for the entire body, so you don't have to use a <font> tag to style every section. If you're doing it to all <td>s, you can also use ".td" in place of "body" above.
#5
Posted 19 November 2003 - 11:47 AM
Then with CSS you can position text and image exactly where you want without using table and with the power of the levels.
Toghether with Php or JS you can make a site that can change layouts on the basis of the user's preferences.
Or just to change the text dimension for people with eyes problems.
Toghether with Php or JS you can make a site that can change layouts on the basis of the user's preferences.
Or just to change the text dimension for people with eyes problems.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users