Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Line Text Indent

0 views
Skip to first unread message

WF

unread,
Nov 22, 2000, 3:00:00 AM11/22/00
to
I'm dynamically creating hyperlinks on a table with VBScript and ASP. When
my hyperlinks are displayed sometimes they are so long that they run on to
the next line. The problem is that they are not indenting like the rest of
the text. For each <td> I have the style sheet property text-indent set to 3
cm so that the text indents. It works fine on the first line but if the text
runs onto the second line it does not indent.
Example:
This is my hyperlink going to the end of the page
so then it does not indent on the second line.

How would I go about indenting this text?

THANKS IN ADVANCE!

Steve Fulton

unread,
Nov 23, 2000, 3:00:00 AM11/23/00
to
Hardly surprising, considering that that's exactly what text-indent is
supposed to do! :-)

If you want to indent the contents of the entire box instead of just the
first line, use padding-left:3cm (or padding-right for r-to-l languages).

=-=-=
Steve
-=-=-

"WF" <wfu...@trane.com> wrote in message
news:eeBWIgM...@cppssbbsa02.microsoft.com...

0 new messages