HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

How to create a style to indent all new paragraphs of text
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> CSS
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; }
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> CSS
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group