Home » questions » HTML and a tab?
HTML and a tab?
I need to insert a simple tab, nothing else. I do not need a long HTML string. Is there something that exists where I can use it like a bold letter but what I really want is to insert 4 spaces. Nothing more, nothing less. It is for a column.

Answers
Daniel L
On 2006-08-14 12:01:11
sheeple_rancher
On 2006-08-14 12:02:52
indented text
This also wotrks in div, td and other tags.John J
On 2006-08-14 12:09:46
yada......
Don't use & nbsp;, this will just pad your HTML with a lot of unnecessary characters. Using margin:5px will indent your entire paragraph by 5 px and change the margins, which is not what you want.easycoder_biz
On 2006-08-14 12:02:01