I need to indent some text for our history department.

Example:

Q01. Who is credited with saying "Hard Work will always increase your skill
level"?
Hint 20th President of the United States.

Q02. Who is credited with saying "Who assigned the United States to oversee
the world"?
Hint 23rd President of the United States.

Even in the example above I could not get the word "world" to display in the
proper position.

Thanks for any assistance in advance.

Len

Re: Indent Text by Ray

Ray
Sun May 01 17:23:37 CDT 2005

Indent in what format? In a msgbox? In a web page? In a text file? How
are you presenting this text?

Ray at work

"Len" <Len@discussions.microsoft.com> wrote in message
news:87E47F48-FF80-4565-9693-D54CEEDBFFD0@microsoft.com...
>I need to indent some text for our history department.
>
> Example:
>
> Q01. Who is credited with saying "Hard Work will always increase your
> skill
> level"?
> Hint 20th President of the United States.
>
> Q02. Who is credited with saying "Who assigned the United States to
> oversee
> the world"?
> Hint 23rd President of the United States.
>
> Even in the example above I could not get the word "world" to display in
> the
> proper position.
>
> Thanks for any assistance in advance.
>
> Len



RE: Indent Text by Len

Len
Mon May 02 06:54:03 CDT 2005

Always on a Web Page. When we are doing a quiz, A text box follows in some
cases. We can only put quizes on the internet. Tests must always be done in
class.
We also assign homework this way, especially students who are ill.

Thanks for getting back.


"Len" wrote:

> I need to indent some text for our history department.
>
> Example:
>
> Q01. Who is credited with saying "Hard Work will always increase your skill
> level"?
> Hint 20th President of the United States.
>
> Q02. Who is credited with saying "Who assigned the United States to oversee
> the world"?
> Hint 23rd President of the United States.
>
> Even in the example above I could not get the word "world" to display in the
> proper position.
>
> Thanks for any assistance in advance.
>
> Len

Re: Indent Text by Evertjan

Evertjan
Mon May 02 07:22:20 CDT 2005

=?Utf-8?B?TGVu?= wrote on 01 mei 2005 in
microsoft.public.scripting.vbscript:

> I need to indent some text for our history department.
>
> Example:
>
> Q01. Who is credited with saying "Hard Work will always increase your
> skill level"?
> Hint 20th President of the United States.

<div style='margin-left:100px;'>
Hint: Upteenth President of the United States.
</div>

Read up on CSS. This is not a vbscript issue.

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)


Re: Indent Text by Rafael

Rafael
Mon May 02 19:07:48 CDT 2005

Len

You can use nonbreakable spaces by using:

&nbsp;

this is html
Rafael


"Len" <Len@discussions.microsoft.com> wrote in message
news:87E47F48-FF80-4565-9693-D54CEEDBFFD0@microsoft.com...
>I need to indent some text for our history department.
>
> Example:
>
> Q01. Who is credited with saying "Hard Work will always increase your
> skill
> level"?
> Hint 20th President of the United States.
>
> Q02. Who is credited with saying "Who assigned the United States to
> oversee
> the world"?
> Hint 23rd President of the United States.
>
> Even in the example above I could not get the word "world" to display in
> the
> proper position.
>
> Thanks for any assistance in advance.
>
> Len