On 1/30/11 5:28 PM, Matthew P. Johnson wrote: > I am having an issue with the last line of each quote. A space is > added. How do I get rid of it. > > > > http://www.ecoitsf.com/test/testimonials.shtml > [...]
It's the line box for the last line that causes the gap. Because the span.close is inline, the last line is 5em tall. The reason is not obvious as the closing quote mark appears lower than the actual space it takes up in the document. (Look up "relative positioning.") Solution: Make the span "display: block;" and it won't affect the line box. -- Cordially, David Thank you David. This removes the space but puts the end quotes to a left align. Sincerely, Matthew ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
