Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [SLE] Off TOPIC - html tabs spaces
- From: Felix Miata <mrmazda@xxxxxx>
- Date: Tue, 29 Nov 2005 19:35:45 +0000 (UTC)
- Message-id: <438CAD10.17BC@xxxxxx>
Chadley Wilson wrote:
> In an ordinary office document you can line things up with tabs by
> pressing the tab key.
> I wonder if html has a function for this or a special code.
No tab key. HTML collapses whitespace between non-whitespace chars into
one space.
There are ways to simulate the effects of tabs. If the content is
TABular data, use TABles, which are designed for TABular data.
If the data is not tabular, you can simulate with <code> or <pre> tags
or using CSS.
--
"I can do all things through Him who gives me strength."
Philippians 4:13 NIV
Team OS/2 ** Reg. Linux User #211409
Felix Miata *** http://members.ij.net/mrmazda/auth/
> In an ordinary office document you can line things up with tabs by
> pressing the tab key.
> I wonder if html has a function for this or a special code.
No tab key. HTML collapses whitespace between non-whitespace chars into
one space.
There are ways to simulate the effects of tabs. If the content is
TABular data, use TABles, which are designed for TABular data.
If the data is not tabular, you can simulate with <code> or <pre> tags
or using CSS.
--
"I can do all things through Him who gives me strength."
Philippians 4:13 NIV
Team OS/2 ** Reg. Linux User #211409
Felix Miata *** http://members.ij.net/mrmazda/auth/
| < Previous | Next > |