 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
astro211
Joined: 28 Aug 2008
Posts: 18
Location: Adirondacks NY
|
| Posted: Thu Sep 18, 2008 7:41 pm How to create a style to indent all new paragraphs of text |
|
|
| I am looking for a way to create a css style to set all paragraphs to indent. Can I do this or do I have to do it as an inline for each? I know this is probably a simple question, but I just started learning HTML and I don't know much at all yet. Thank you. I tried using a style rule by making each <p> element equal to "p" but still had to do it with each and every paragraph. Is there an easier way? |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
|
| Posted: Thu Sep 18, 2008 8:40 pm |
|
|
Can use:
p { text-indent: 0.5in; } |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|