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

Tabs in html

0 views
Skip to first unread message

Jordan Zommick

unread,
Aug 16, 2000, 3:00:00 AM8/16/00
to
First off, I'm trying to use styles in my html pages. I've got an ascii file
that is marked up with codes that I need to convert to html. There are tabs
identified as codes inside the file. I've also got settings for the tabs.
For example, set a tab at 1in and 3.5in. How can I preserve these tab
settings inside html???

McWebber

unread,
Aug 16, 2000, 3:00:00 AM8/16/00
to
"Jordan Zommick" <zom...@aol.com> wrote in message
news:splhnod...@corp.supernews.com...
Not sure for all browsers, but if you surround your code with <pre></pre> it
will work in some.

--
McWebber
No email replies read.
Accept Credit Cards - No Monthly Fee
https://epay.propay.com/appProcess1.exe/signup?BaaamfaMahHJRn3P

Don McCahill

unread,
Aug 16, 2000, 3:00:00 AM8/16/00
to

Jordan Zommick wrote:
>
>
> First off, I'm trying to use styles in my html pages. I've got an ascii
file
> that is marked up with codes that I need to convert to html. There are
tabs
> identified as codes inside the file. I've also got settings for the tabs.
> For example, set a tab at 1in and 3.5in. How can I preserve these tab
> settings inside html???
>
>

There are no tabs in HTML or CSS. The closest you can come is by building a
table and populating the columns with the necessary data. The other
alternative is to have the page arranged within <PRE></PRE> tags, which is
visually limiting, but does allow you to line things up with spaces.


Don McCahill
Internet Graphic Design
Westervelt College
London, Canada


--
Posted via CNET Help.com
http://www.help.com/

Mike Lepore

unread,
Aug 17, 2000, 3:00:00 AM8/17/00
to
Don McCahill wrote:

> Jordan Zommick wrote:
> >
> >
> > First off, I'm trying to use styles in my html pages. I've got an ascii
> file
> > that is marked up with codes that I need to convert to html. There are
> tabs
> > identified as codes inside the file. I've also got settings for the tabs.
> > For example, set a tab at 1in and 3.5in. How can I preserve these tab
> > settings inside html???
>
> There are no tabs in HTML or CSS. The closest you can come is by building a
> table and populating the columns with the necessary data. The other
> alternative is to have the page arranged within <PRE></PRE> tags, which is
> visually limiting, but does allow you to line things up with spaces.

I use an old dos text editor which leaves tabs in the file, and the web pages I

upload still have tab characters within <pre> </pre> sections. Everyone
I have asked to look at my pages that the columns are lined up, which
means that the browsers apparently know how to handle tabs inside
preformatted text.

Gina

unread,
Aug 19, 2000, 3:00:00 AM8/19/00
to
get a free copy there: http://www.notetab.com/

I use it all the time and you can do all kinds of very
useful stuff with it!!

Good Luck!!
Gina


"Don McCahill" <don...@home.com> schrieb im Newsbeitrag
news:spm8v4c...@corp.supernews.com...


>
> Jordan Zommick wrote:
> >
> >
> > First off, I'm trying to use styles in my html pages.
I've got an ascii
> file
> > that is marked up with codes that I need to convert to
html. There are
> tabs
> > identified as codes inside the file. I've also got
settings for the tabs.
> > For example, set a tab at 1in and 3.5in. How can I
preserve these tab
> > settings inside html???
> >
> >
>
> There are no tabs in HTML or CSS. The closest you can come
is by building a
> table and populating the columns with the necessary data.
The other
> alternative is to have the page arranged within
<PRE></PRE> tags, which is
> visually limiting, but does allow you to line things up
with spaces.
>
>

0 new messages