  Sweet Witch Be the flame, not the moth. Premium,MVM join:2003-07-15 Gallifrey
·Comcast
| [help] table font coding help
Hey guys,
I'm coding my business website and have the index page almost done. Well, it's done in IE but am having trouble with FF. I have a six row table and want the tahoma font. The rest of the page is fine, but the table is still showing arial, not tahoma.
I kow tables aren't supported in HTML 5, but I can code HTML much easier than CSS. All I want to do is change the font in the table. Does anyone know the proper coding?
Thanks  -- "While you can teach an old dog new tricks, you simply can't teach him to be a cat."
"Are you my Mummy?" |
|
  DC DSL Stays crunchy even in milk Premium join:2000-07-30 Washington, DC | To do it inline:
<td style="font-family:tahoma;"> -- There is no giant fur-bearing trout. |
|
  twizlar I dont think so. Premium join:2003-12-24 Brantford, ON 1 edit | reply to Sweet Witch
|
|
  Sweet Witch Be the flame, not the moth. Premium,MVM join:2003-07-15 Gallifrey | reply to DC DSL Perfect, thanks to you both! I had tried that but didn't have the ";" at the end so it wasn't working. |
|