On Thu, 14 Jun 2007 15:11:11 -0700, Jonathan wrote: > This is my first post and I hope this is the appropriate way to take > advantage of your > advice. > > In the past I have used the "font class" with my CSS for text and in my > "example 1" the > text "box" ends at the end of the actual text. > [explanation and code snipped...]
Hi Jonathan, I don't think you need either the "font" or the "b" elements there. Just move the styling class from the "font" tag to the "td". You already have a "font-weight: bold;" declared, so the "b" tag is redundant. Example: <td valign="top" class="tdpd V11bl ">Example ****** 1</td> Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
