TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> -----Original Message-----
> From: Scott Miller [SMTP:smiller -at- PORTAL -dot- COM]
> Sent: Thursday, January 28, 1999 5:45 PM
> To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
> Subject: Best way to indent in HTML
>
> I want to indent text between headings in HTML, like this:
>
> Heading
> Bunch of text.
> Heading
> Bunch of text.
>
> This can be done in a couple of ways:
>
> <H1>Heading</H1>
> <BLOCKQUOTE>
> <P>Text
> </BLOCKQUOTE>
> <H1>Heading</H1>
>
> or
>
> <H1>Heading</H1>
> <UL>
> <P>Text
> </UL>
> <H1>Heading</H1>
>
> Which is best? Any dangers to either method?
>
> TOPIC RUDDER: I acknowledge that both of the methods above are probably
> crappy HTML, and even worse, they attempt to use HTML as a formatting
> language, which is bad bad bad. However, I don't care. I just want to know
> if terrible things will occur if I use that coding.
>
> Thanks,
>
> - Scott M
> smiller -at- portal -dot- com
>
>
> From ??? -at- ??? Sun Jan 00 00:00:00 0000=
> =
>