Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-24-2002, 03:50 AM   PM User | #1
biggyfries
New Coder

 
Join Date: Jun 2002
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
biggyfries is an unknown quantity at this point
CSS Problem

Hi there...again.

I have a slight problem. I have 1 paragraph, indented 2cm, with 3 lines. the 1st line is supposed to be bold, and indented. the other 2 lines are supposed to be regular text, and also indented. Unfortunately, this is not the case. the 1st line is bold and indented, but the other 2 lines are not indented.

Here is the CSS file:

p.cap { font-weight="bold"; text-indent: 2cm; font-size: 18px}
p.para1 { text-indent: 2cm; font-family: Arial; font-size: 10pt}

Here is the HTML code:

<p class="cap">Bold Text Goes Here
<div class="para1">Regular text, but should still be indented
<div class="para1">Regular text, but should still be indented</div>
</div>

</p>

It was working before, but not now.

Any suggestions would be GREATLY appreciated.

thanks!!
__________________
dan
biggyfries is offline   Reply With Quote
Old 06-24-2002, 05:13 AM   PM User | #2
BroChris
Regular Coder

 
Join Date: Jun 2002
Location: Louisville, KY
Posts: 279
Thanks: 0
Thanked 0 Times in 0 Posts
BroChris is an unknown quantity at this point
text-indent only indents the first line of the paragraph. to make the whole paragraph indented, use padding-left: 2cm or even padding: 2cm if you want it even on all sides (top, bottom, left, right)
BroChris is offline   Reply With Quote
Old 06-29-2002, 08:33 PM   PM User | #3
biggyfries
New Coder

 
Join Date: Jun 2002
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
biggyfries is an unknown quantity at this point
Thank you very much. It worked!!
__________________
dan
biggyfries is offline   Reply With Quote
Old 06-29-2002, 11:16 PM   PM User | #4
BroChris
Regular Coder

 
Join Date: Jun 2002
Location: Louisville, KY
Posts: 279
Thanks: 0
Thanked 0 Times in 0 Posts
BroChris is an unknown quantity at this point
You're welcome. Glad to be of service.
BroChris is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:10 AM.


Advertisement
Log in to turn off these ads.