 Sweet WitchBe the flame, not the moth.Premium,MVM join:2003-07-15 Gallifrey | [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 DSLThere's a reason I'm Command.Premium join:2000-07-30 Washington, DC kudos:2 | To do it inline:
<td style="font-family:tahoma;"> -- There is no giant fur-bearing trout. |
|
 twizlarI dont think so.Premium join:2003-12-24 Brantford, ON kudos:3 1 edit | reply to Sweet Witch
<style>table { font-family: Tahoma; }</style>
|
|
 Sweet WitchBe 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. |
|