----- Original Message ----- From: "Bosky, Dave" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 10:17 AM Subject: CSS guidelines
> What's the difference between using a class inside a table cell tag and > using a span tag in a table cell? > Something like: > > <td class="myClass"></td> > > <td><span class="myClass"></span></td> To the best of my knowledge, no difference... ...except for the obvious, in that the first will affect any text in the td...the second will affect only text within that <span> within the td. charlie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

