Quote:
Originally Posted by tboy2000
Forgive me friends but in code view i see this line:
<span style="font-size: 1em;">The sky can be very pretty when it's moody which is the one good thing about a storm.
I want a tab indent of say 6 white spaces before the word The. What code do i need to add to the above line? Please bear with me and my novice knowledge of this type of coding.
I know some examples are in the above replies but still not sure how to merge with existing code before the word.
|
Every paragraph should begin with a <p> and end with a </p>. Blank lines around (above and/or below) paragraphs don't do anything. Nor do blank lines within paragraphs wrapped in <p> and </p>.
https://developer.mozilla.org/en-US/...eb/HTML_basics
(The web and ebooks both use html.)