HighDots Forums  

How to indent a normal or a <PRE>....</PRE> text in HTML?

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss How to indent a normal or a <PRE>....</PRE> text in HTML? in the HTML forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Tim
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-03-2004 , 08:24 AM






Eric Bustad wrote:

Quote:
Naive question: What's wrong with <blockquote>?

"Shawn K. Quinn" <skquinn (AT) xevious (DOT) kicks-ass.net> posted:

Quote:
If it's a block quotation, none at all. If it's not a block quotation, then
everything.

The element name is BLOCKQUOTE. It is not INDENT. In fact, the abuse of the
BLOCKQUOTE element to indent text is explicitly deprecated in HTML 4.0.
Not to mention that some browsers don't even indent blockquoted data (they
don't have to do that, there's no requirement that blockquoted text is
indented, it's merely a common practice). One of my browsers just
italicises blockquotes.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.


Reply With Quote
  #12  
Old   
Mark Parnell
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-04-2004 , 02:06 AM






On 4 May 2004 00:00:35 -0700, raymond (AT) raymondloman (DOT) nl (Raymond Loman)
declared in comp.infosystems.www.authoring.html,alt.html:

Quote:
Make your choice. <p> or <blockquote> ;-))
If it's a paragraph, use <p>. If it is a block quote, use <blockquote>.
If it is a paragraph that you want indented, use <p> with appropriate
CSS, as per Toby's post.

BTW: Please don't post upside-down.
http://www.allmyfaqs.com/faq.pl?How_to_post

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #13  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-04-2004 , 02:18 AM



Raymond Loman wrote:

Quote:
p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.
Blockquote is good, but only appropriate if the text you're marking up is
a genuine quotation from some external source.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #14  
Old   
Karl Groves
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-04-2004 , 07:02 AM




"Raymond Loman" <raymond (AT) raymondloman (DOT) nl> wrote

Quote:
Folks,

p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.
Please don't give any more advice regarding HTML

-Karl




Reply With Quote
  #15  
Old   
Shawn K. Quinn
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-04-2004 , 07:15 AM



A: Top posting.
Q: What is the most annoying thing on Usenet?

Raymond Loman wrote:

Quote:
Folks,

p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.
The rendering of BLOCKQUOTE is not even guaranteed to be indentation, and I
don't know how you figure P will usually render indented (unless I am
missing something, it won't).

Again, it's fine to use BLOCKQUOTE for a block quotation, but it's not an
"indent command".

[upside-down fullquote snipped]

--
Shawn K. Quinn


Reply With Quote
  #16  
Old   
Raymond Loman
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-04-2004 , 02:39 PM



Shawn K. Quinn wrote:
Quote:
A: Top posting.
Q: What is the most annoying thing on Usenet?

Raymond Loman wrote:
Didn't I post the right way? Probably I am pretty new here, so
please instruct me how I should post on the Usenet. I try to avoid
top-posting.

The questioner was looking for an answer, not for ethics.
I quess he was helped.

Raymond.

Quote:

Folks,

p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.


The rendering of BLOCKQUOTE is not even guaranteed to be indentation, and I
don't know how you figure P will usually render indented (unless I am
missing something, it won't).

Again, it's fine to use BLOCKQUOTE for a block quotation, but it's not an
"indent command".

[upside-down fullquote snipped]


Reply With Quote
  #17  
Old   
Raymond Loman
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-05-2004 , 02:13 AM



"Karl Groves" <karl (AT) NOSPAMkarlcore (DOT) com> wrote

Quote:
"Raymond Loman" <raymond (AT) raymondloman (DOT) nl> wrote in message
news:b0782bd9.0405032300.65cf1a45 (AT) posting (DOT) google.com...
Folks,

p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.

Please don't give any more advice regarding HTML

-Karl
Thanx for your advice.

-Raymond.


Reply With Quote
  #18  
Old   
Stanimir Stamenkov
 
Posts: n/a

Default [OT] Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-05-2004 , 04:06 AM



/Raymond Loman/:

Quote:
The questioner was looking for an answer, not for ethics.
I quess he was helped.
The Usenet is not a personal help desk for every questioner and this
thread is meant help many others (not just him) - at this moment,
and at later time through archives. So the ethics and the written
format are of the most important things here.

--
Stanimir


Reply With Quote
  #19  
Old   
Shawn K. Quinn
 
Posts: n/a

Default Re: How to indent a normal or a <PRE>....</PRE> text in HTML? - 05-05-2004 , 04:47 AM



Raymond Loman wrote:

Quote:
Shawn K. Quinn wrote:
A: Top posting.
Q: What is the most annoying thing on Usenet?

Raymond Loman wrote:

Didn't I post the right way?
No, you put your response before the quote of my original message, which is
wrong (it should go after).

Quote:
The questioner was looking for an answer, not for ethics.
I quess he was helped.
That was a pretty piss poor "answer" you gave, which was wrong on several
levels. I posted a correction in response, not "ethics".

--
Shawn K. Quinn


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.