HeartOfPandora
Jun 20 2009, 01:07 AM
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
Jun 20 2009, 06:05 AM
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
Jun 20 2009, 12:05 PM
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
Jun 20 2009, 12:45 PM
@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
Jun 20 2009, 01:12 PM
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
Jun 20 2009, 07: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.
Mikeplyts
Jun 20 2009, 07:04 PM
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.
HeartOfPandora
Jun 21 2009, 12:44 AM

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

Topic close?!
tokyo-rose
Jun 21 2009, 06:06 PM
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.