|
Posted by charles cashion on 10/16/06 23:07
Jonathan N. Little wrote:
>
> You need to read up on the syntax of CSS.
> http://www.w3.org/TR/CSS21/syndata.html
>
> ... "pt" Points are for printing not display...
Jonathan,
Thank you for the URL. And thank you for the info
regarding "pt". That I did not know.
Harlan Messinger wrote:
>
> Neither the FONT element nor the SPAN element
> can contain a table. Each can only contain inline
> (non-block) elements.
"Font element nor SPAN element can contain a table"
Good to know.
Beauregard T. Shagnasty wrote:
>
> td {
> font-family: arial, sans-serif;
> font-size: 1.2em;
> /* size=+1; is wrong */
> font-weight: bold;
> }
>
> Or write it all as one,
>
> td {
> font: bold 1.2em arial, sans-serif;
> }
>
BTS: Your suggestions worked and are appreciated.
Thanks to all three of you.
Charles
Navigation:
[Reply to this message]
|