There are various ways to do this, but more than just CSS will be needed. The old-fashioned way would be to define another table inside the cell; otherwise perhaps a couple of <div>'s. Specifics will depend on whether the cell's dimensions are to be driven by its content, or if they are set externally to the cell.
Rod On Monday 11 December 2006 21:44, [EMAIL PROTECTED] wrote: > Suppose I have a table cell: > > <table> > <tr><td></td></tr> > </table> > > and I wanted to typeset "foo" and "bar" in the cell. I want foo to be > normal size but bar to be small font. The cell should look like: > > > > |-----------| > | | > | | > | foo | > | | > |bar | > |-----------| > > > What would the CSS look like? > > Thanks! _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
