View Single Post
Old 05-09-2013, 04:29 AM   #5
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
On a slightly different note:

Are you using the   to create an indent in your paragraph??
Quote:
<p class="chapstart">&nbsp; &nbsp; Just ...
If you are, I would recommend using CSS to perform that function...it makes your coding a little cleaner. I would also recommend NOT indenting the first paragraph of each chapter. This is purely artistic preference - you can do it however you wish - it just seems to be the normal way of doing things these days.
eg.
in CSS:
.chapstart {text-indent:0}
p {text-indent:1.2em}

in html:
<p class="chapstart">Just like her life.</p>
<p>yadda yadda yadda</p>

Cheers,
Turtle91 is offline   Reply With Quote