View Full Version : How to indent paragraphs?


bagheera99
04-10-2003, 01:21 AM
I'm not sure if this is an HTML question, or a CSS question, so I'm going to post it on both boards. I hope that's okay...

Is there a way to have paragraphs indent, besides using CSS? I already have an embedded CSS on the page making all new paragraphs indent 3 spaces.

However at the very end, I want the paragaphs to negative indent 4 spaces. Meaning that the 1st line of the paragraph would normal at the left side, but any other lines would indent 4 spaces; Similar to how they would look in a Works Cited page.

Is there a way to override the CSS?

Makar
04-10-2003, 01:46 AM
Well, I'm new with all this CSS and HTML stuff, but if you want to indent lines use <dd> for each indent you want.

bagheera99
04-10-2003, 02:13 AM
Thank you!! Removing the css and putting that in where I needed indentation, made the page look exactly like I need it to!

Thanks again!

Makar
04-12-2003, 04:10 AM
Wow! You're welcome; I'm glad I was able to help! ^_^