sjaakdelul
IS-IT--Management
Hey,
I've this CSS (style sheet) in my head section in the html document index.html:
<STYLE TYPE="text/css">
body { background-image: url(Images/Background.jpg);
color: C6E2FF;
font-family: Staccato222 BT;
font-size: 12pt;
color:3567B2
}
h1 { color: 336699;
font-size: 36pt;
font-weight: bold;
text-align: center
}
h2 { color: 3567B2;
font-size: 12pt;
font-weight: 300;
font-style: normal;
line-height: normal;
text-align: center
}
h3 { color: 3567B2;
font-size: 12pt;
font-weight: strong
}
</STYLE>
When I typed:
<H1>Welcome at my personal test page!</H1> ... it displayed the text very well.
But now I've this code:
<TABLE width=100% border=0 cellpadding=3 cellspacing=2>
<TR>
<TD width=33% bgcolor=#C2D1E5><h2>Handy Links</h2></td>
<TD width=34% bgcolor=#C2D1E5 align=center><font color="3567B2">TEST</font></TD>
<TD width=33% bgcolor=#C2D1E5 align=center><font color="3567B2">Files</font></TD>
</TR>
</table>
The word TEST displays good, not to high, not to low...but 'Handy Links' displays very high in the cel.
What's the cause of that?
I've this CSS (style sheet) in my head section in the html document index.html:
<STYLE TYPE="text/css">
body { background-image: url(Images/Background.jpg);
color: C6E2FF;
font-family: Staccato222 BT;
font-size: 12pt;
color:3567B2
}
h1 { color: 336699;
font-size: 36pt;
font-weight: bold;
text-align: center
}
h2 { color: 3567B2;
font-size: 12pt;
font-weight: 300;
font-style: normal;
line-height: normal;
text-align: center
}
h3 { color: 3567B2;
font-size: 12pt;
font-weight: strong
}
</STYLE>
When I typed:
<H1>Welcome at my personal test page!</H1> ... it displayed the text very well.
But now I've this code:
<TABLE width=100% border=0 cellpadding=3 cellspacing=2>
<TR>
<TD width=33% bgcolor=#C2D1E5><h2>Handy Links</h2></td>
<TD width=34% bgcolor=#C2D1E5 align=center><font color="3567B2">TEST</font></TD>
<TD width=33% bgcolor=#C2D1E5 align=center><font color="3567B2">Files</font></TD>
</TR>
</table>
The word TEST displays good, not to high, not to low...but 'Handy Links' displays very high in the cel.
What's the cause of that?