Thread View: comp.infosystems.www.authoring.stylesheets
4 messages
4 total messages
Started by rbilbro@harborsi
Sun, 19 Apr 1998 00:00
Fonts in Table ?
Author: rbilbro@harborsi
Date: Sun, 19 Apr 1998 00:00
Date: Sun, 19 Apr 1998 00:00
10 lines
124 bytes
124 bytes
Can I control the font in a table with CSS ? Right now I have to go to each TD and set the font to paragraph style.
Re: Fonts in Table ?
Author: "Alan J. Flavell
Date: Sun, 19 Apr 1998 00:00
Date: Sun, 19 Apr 1998 00:00
25 lines
924 bytes
924 bytes
On Sun, 19 Apr 1998, Rick B wrote: > Can I control the font in a table with CSS ? You can suggest. On the WWW you do not have "control", that's in the hands of the readers. > Right now I have to go to each TD and set the font to paragraph style. Consult the FAQ-ish resources of this group. You'll need to learn how to get around Netscape's bugs - in this case, probably the one where it fails to inherit the BODY style into the table cells. A good starting point would be http://home.att.net/%7Esjacct/ After you're familiar with the resources, the best way to ask a question about a specific problem is to make a little page that demonstrates the problem, and post its URL with your question. "I have to go to each TD and set the font to paragraph style" isn't a very clear statement of problem: if you give people something concrete to look at, you'll avoid getting lots of answers to the wrong question.
Re: Fonts in Table ?
Author: mmccrea@oucsace.
Date: Wed, 22 Apr 1998 00:00
Date: Wed, 22 Apr 1998 00:00
23 lines
547 bytes
547 bytes
In article <353c28fb.40322114@news.harborside.com>, Rick B <rbilbro@harborside.com> wrote: > From what I've read of the FAQ's and bug reports, it sounds like all table control resides in the TR level or below (ie, you can't specify much overall control in the <TABLE> element. the only other fix I can think of is setting the font in the body element (which I think I might have done on my incomplete site) >Can I control the font in a table with CSS ? > >Right now I have to go to each TD and set the font to paragraph style. > > > Mike
Re: Fonts in Table ?
Author: jorn.andersen@vi
Date: Sat, 25 Apr 1998 00:00
Date: Sat, 25 Apr 1998 00:00
25 lines
613 bytes
613 bytes
On Wed, 22 Apr 1998 15:46:37 GMT, in comp.infosystems.www.authoring.stylesheets mmccrea@oucsace.cs.ohiou.edu (Michael David McCrea) wrote in <Ertntp.512@boss.cs.ohiou.edu>: > >Can I control the font in a table with CSS ? > > > >Right now I have to go to each TD and set the font to paragraph style. Setting TD { font-family: Arial, sans-serif; } (or whichever font you want) in the style sheet should do the trick, shouldn't it? It seems to override the lack of inheritance from BODY in NN4. Jorn -- Jorn Andersen Internationale Socialister Copenhagen, Denmark <URL:http://www2.dk-online.dk/users/is-dk/>
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads