Help - Search - Members - Calendar
Full Version: Blockquotes and Paragraphs
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
HeartOfPandora
When styling the <blockquote> tag for a template, d'you think it's better to assume the template user will use a <p> tag inside the blockquote, or that they won't? Styling for both can get tricky, and really mess up the fine tuned look if the user doesn't follow the CSS rules.
Mikeplyts
I don't think they would, however there is a possibility, which is why I don't code <blockquote> tags or <p> tags in general.
newkidontheblock
blockquote and p tags are used in different ways.
blockquote is used when you want to write a long quote. You can include p tags within it.
p paragraph tag, used when you want to write a paragraph. You can used blockquote within it.

Note: This is according to XHTML.
HeartOfPandora
@Mike fair enough.

@Fawaz I know the differences and what they do (been at this a few years...), but sometimes <p> is used withing <blockquote> to create a certain effect and that's what some people get used to, while others simply use <blockquote>.
Mikeplyts
Well, I guess if you want, just code both tags and leave instructions and such in the description of the layout so that user knows what to do and if they don't do it, well, that's their problem.
newkidontheblock
If you want you can just add CSSand make them react and look the same way, so whether the user use a p or blockquote it won't have a difference.
Mikeplyts
QUOTE(Fawaz @ Jun 20 2009, 08:03 PM) *
If you want you can just add CSSand make them react and look the same way, so whether the user use a p or blockquote it won't have a difference.


oh yeah. forgot about that. pinch.gif
HeartOfPandora
omg.gif

Mates, really... how the f*ck else do you think I'm STYLING them? With HTML? Of course I'm using CSS! twitch.gif

Topic close?!
tokyo-rose
Topic closed and moved to Webmaster's Corner Resolved Topics.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.