Click to See Complete Forum and Search --> : is there a tab command in html


pelegk1
08-26-2003, 05:22 AM
is there a tab comand in html like in c++ the \t command?
thansk in advance
peleg

Charles
08-26-2003, 05:34 AM
No.

Robert Wellock
08-29-2003, 08:55 AM
However, there is a tabindex but that's something different.

Fang
08-29-2003, 09:00 AM
or "\t" in an alert box it produces a tab space(javascript IE only), maybe this is what you mean.

DaveSW
08-29-2003, 09:32 AM
How about css text-indent, margin-left, padding-left etc?