786snow
Programmer
- Nov 12, 2006
- 75
Hi,
In the code below, when i put the font to arial, i do not see any difference, i mean if I have it arial or if I do not have any style tags it does not make any difference the way text look. Am I doing something wrong here.
<html>
<head>
<style>
td {font-family:arial}
</style>
</head>
<table>
<tr><td>John</td></tr>
<tr><td><p>Pong</p></td></tr>
</table>
</html>