CSS Quote Problem

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
the code is below:-

Code:
blockquote p{
        background: transparent url(img/left-quote.gif) left top no-repeat;
      	padding: 0 48px;
	margin: 1em 1em 1em 3em;
	width: 250px;
 }
blockquote  {
     background: transparent url(img/right-quote.gif) right bottom no-repeat;
padding: 0 48px;
     margin: 1em 1em 1em 3em;
     width: 250px;
  }
blockquote p + p {
   background-image: none;
   margin: 1em 1em 1em 3em;
   width: 250px;
 }

I can only quote one paragraph but i want to quote many paragraphs!!!

I would like it to be like example...

Is the above code the problem???

thanx in advance!!!

*4*
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
Have you looked at the source of that page to see how they did it?
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
I have looked @ it and almost stole it but it does not work for the blog am working on!!! that code has something missing or something to be removed!!!

I found bits of the code @ three sites and so i have combined the bits of the codes to make one code!!! the code can only be changed using the code i posted!!!

I have also lost the links to the three sites!!!

*4*
 
Top