Link to home
Start Free TrialLog in
Avatar of doctorbill
doctorbillFlag for United Kingdom of Great Britain and Northern Ireland

asked on

CSS Override

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 >
<TR HEIGHT=44 >
<TD WIDTH=200  ALIGN=LEFT  BGCOLOR=#FFFFFF ><FONT style=FONT-SIZE:26pt FACE="Calibri" COLOR=#404040>Apple</FONT></TD>
<TD WIDTH=669  ALIGN=LEFT  BGCOLOR=#FFFFFF ><FONT style=FONT-SIZE:26pt FACE="Calibri" COLOR=#404040>iPad 32GB/A9X/9,7&quot;/WIFI+4G/Gold with </FONT></TD>
<TD WIDTH=154  ALIGN=LEFT  BGCOLOR=#FFFFFF ><FONT style=FONT-SIZE:26pt FACE="Calibri" COLOR=#404040>Computers</FONT></TD>
<TD WIDTH=140  ALIGN=RIGHT  BGCOLOR=#FFFFFF ><FONT style=FONT-SIZE:26pt FACE="Calibri" COLOR=#404040>&#163;285.60</FONT></TD>
</TR>

Open in new window


I want to override this code with a css reference
So far I have this which is working EXCEPT for the font-size:

td>font
{
font-family: Castellar;
    font-style:italic;
    font-weight: 10;
    color: green;
    font-size: 20px;

Open in new window


Any ideas ?
ASKER CERTIFIED SOLUTION
Avatar of Zakaria Acharki
Zakaria Acharki
Flag of Morocco image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of doctorbill

ASKER

Thanks - problem solved
You're welcome, HAPPY CODING.
What is this for?

Code this old belongs in a museum - unless it is being used for something like an EMail or embedded browser solution in which case there may be other reasons it is not working.

Where does the code come from?
Also, best to change over to using HTML5. As Julian said, from your current museum quality code to current standards...
Can I have a CSS example please - in place of the ! important
Thanks all
I will check out html5 as well