Thread
:
italic at end of line causes next line to start with a space
View Single Post
01-23-2017, 07:04 PM
#
7
Turtle91
A Hairy Wizard
Posts: 3,360
Karma: 20212223
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
That's not good code at all. You do not need to break out all the margins. Just use:
body {
widows: 1;
orphans: 1;
margin: 0;
}
p {
margin: 0;
text-align: left;
text-indent: 1.2em
}
Now that's better code.
Turtle91
View Public Profile
Find More Posts by Turtle91
Track Posts by Turtle91 via RSS