Placing paragraphs inside a box?
-
I wanted to put a box around several paragraphs to tie a thought together (actually a note to my father). I used the following:
.dearDad {
border: #000 medium solid;
padding: 10px;
line-height: 140%;
margin:auto 100px;
background-color: #A9CCE3;
}
I enter:<p class=”dearDad”>Bhah blah
Bhah blah Bhah blahBhah blah
Bhah blah Bhah blah Bhah blah
Bhah blah</p>
When published, each “Bhah blahBhah blah” becomes a <p> Bhah blah Bhah blah</p>, only the first paragraph has the CSS attached to it!
I want to box around 5-6 parahraphs.
HELP!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Placing paragraphs inside a box?’ is closed to new replies.