Paul B. Gallagher wrote: > you can put that definition in the style sheet and just code <font > style="whatever">...</style>.
Just one minor correction to your otherwise excellent post. The above would be: <p class="whatever">...</p> Class, instead of style, and apply it to the HTML elements instead of any <font> tags, which are completely unnecessary. When I first learned of CSS around 1998 I think, I cheered and jumped for joy. Sooo much easier. :-) -- -bts -This space for rent, but the price is high _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

