Trouble with “blockquote”
-
Hello!
I got some trouble with “blockquote”. I inserted something like this into my source-code:
blockquote p {
margin: 15px 30px 0 10px; font-family: “Times New Roman”, Times, serif;
display: block;
padding-left: 20px;
border-left: 5px solid #990000;
}However, when I visit the webpage, the blockquote makes a “space” everywhere no letter appears and no solid stroke is made. ??
Then, when I try this:
blockquote {
margin: 15px 30px 0 10px; font-family: “Times New Roman”, Times, serif;
display: block;
padding-left: 20px;
border-left: 5px solid #990000;
}“blockquote” ignores everything instead of the red stroke.
Why does that happen?
I got absolutely no idea. You can try it by yourself, if you wish! Just insert the twio different blockquote-definitions and play around, you will know what I mean.
Maybe someone even has a solution for this mess?
Thank you very much!
With kind regards,
lynx
- The topic ‘Trouble with “blockquote”’ is closed to new replies.