View Single Post
Old 12-15-2010, 01:58 PM   #9
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Get rid of the   stuff. Further more there is a lot of redundant stuff in your css. Make it more simple. Put the following in the css:

Code:
p.indent
{
 text-indent: 15pt;
 line-height: normal;
 margin: 0;
}
And then you're paragraph like:

Code:
<p class="indent">Text to see if there is an indent</p>
If everything is as it should, the test text is indented. If you want to have it for all the paragraphs, remove the .indent in the CSS and the class="indent" in the xhtml.

If you need more in the CSS, add it part by part.
Toxaris is offline   Reply With Quote