Nothing really important, other than the ability to do a few extra things to a span, like positioning. Might be useful if there was already a css rule set for the td and you wanted to override one of them for one particular element, or you wanted to style only some of the contents of the td. Also could be a NS4 workaround. In NS4, styling a layer is a lot less buggy than trying to do the same thing with a table in general.
-- jon mailto:[EMAIL PROTECTED] Thursday, August 21, 2003, 1:17:48 PM, you wrote: BD> What's the difference between using a class inside a table cell tag and BD> using a span tag in a table cell? BD> Something like: BD> <td class="myClass"></td> BD> <td><span class="myClass"></span></td> BD> Thanks. BD> Dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

