Topic: Negative Indent
Not finding your answer? Try searching the web for Negative Indent
Answers to Common Questions
What is a negative indent?
Also known as a "hanging" indent, this is a paragraph style where the first line begins to the left of the rest of the paragraph. Read More »
Source: http://wiki.answers.com/Q/What_is_a_negative_indent
Why does a negative HTML text-indent value indent the paragraph, ...
A negative text indent value makes what is called an hanging indent. That means the first sentence of the paragraph hangs out to the left of the rest of the text. Better to do this like this: p { text-indent: -4em; padding-left: 4em; } That... Read More »
Source: http://answers.yahoo.com/question/index?qid=20120305154203AAzwW84
How do I do it in Epub? epub and negative indentation
Yep, margins and text-indent can be negative, not padding, though. Read More »
Source: http://www.mobileread.com/forums/showthread.php?t=45664