is used for block elements:-> >
some text with a 3px padding all around it
> > So I would suggest that you should be using a
tag. Having said that it should already be wrapping inside the tags of a table cell. Have you set some style to the tag in your CSS style sheet that may be causing the problem.> > - TomWell, it does it with both however your TD statement is true. the TD is defined with nopadding (as it has to to contain slicing images). However, Ihad to create a CSS style with just padding and with lots of padding for itto work.I use:#tdpad {font-size: 10pt;padding: 30px;margin: 2px;}and
and that seems to work.Anyway thanks,Donovan-- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Eucalyptus Design <-Web Development (specializing in eCommerce), -> <-Graphic Design, and Pre-Press Consultation -> ADDRESS:> Donovan Brooke DBA Eucalyptus Design N2862 Summerville Park Rd. Lodi, WI 53555 PH:> 1.608.592.3567 Web:> http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Tom Duke wrote:> Donovan,> > The is used for inline elements:-> > some text with some bold in the middle> > The is used for block elements:-> >
some text with a 3px padding all around it
> > So I would suggest that you should be using a