Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Kill Ugly Processor Architectures -- Karl Lehenbauer


devel / comp.infosystems.www.authoring.stylesheets / Re: tabs and indentation?

SubjectAuthor
* tabs and indentation?Dale
+* Re: tabs and indentation?Philip Herlihy
|`* Re: tabs and indentation?Philip Herlihy
| +- Re: tabs and indentation?Philip Herlihy
| +- Re: tabs and indentation?Dale
| +* Re: tabs and indentation?Lewis
| |`- Re: tabs and indentation?Dale
| `* Re: tabs and indentation?Lewis
|  `- Re: tabs and indentation?Philip Herlihy
+* Re: tabs and indentation?Stefan Ram
|`* Re: tabs and indentation?Stefan Ram
| `* Re: tabs and indentation?Dale
|  `* Re: tabs and indentation?Stefan Ram
|   `* Re: tabs and indentation?Stefan Ram
|    +- Re: tabs and indentation?Dale
|    `- Re: tabs and indentation?Lewis
+* Re: tabs and indentation?Jukka K. Korpela
|+* Re: tabs and indentation?Dale
||+* Re: tabs and indentation?Stefan Ram
|||`- Re: tabs and indentation?Lewis
||`* Re: tabs and indentation?Dale
|| `- Re: tabs and indentation?Dale
|`* Re: tabs and indentation?Stefan Ram
| +* Re: tabs and indentation?Jukka K. Korpela
| |+- Re: tabs and indentation?Stefan Ram
| |`* Re: tabs and indentation?Jukka K. Korpela
| | `- Re: tabs and indentation?Stefan Ram
| `* Re: tabs and indentation?Dale
|  `* Re: tabs and indentation?Lewis
|   `* Re: tabs and indentation?Dale
|    `- Re: tabs and indentation?Lewis
`* Re: tabs and indentation?David E. Ross
 +- Re: tabs and indentation?Dale
 `- Re: tabs and indentation?John-Paul Stewart

Pages:12
tabs and indentation?

<t0k9ui$vi1$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=158&group=comp.infosystems.www.authoring.stylesheets#158

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: tabs and indentation?
Date: Sun, 13 Mar 2022 04:28:00 -0400
Organization: https://www.dalekelly.org/
Lines: 24
Message-ID: <t0k9ui$vi1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 08:28:02 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="32321"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18R24vZXM7omcRDnsdOpCltFRpH85yCN/s="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:IYnThUjDFlN//LuHbVNWUxdFJHg=
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 08:28 UTC

I know how to do alignment to the center, right, and left.

how do I do tabs and indentation?

also, when I do something like this

<h1>Header</h1>
<p>Paragraph</p>

I get this ...

Header

Paragraph

notice the space between Header and Paragraph without <br>

how can I get rid of that space?

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=159&group=comp.infosystems.www.authoring.stylesheets#159

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: thiswill...@you.com (Philip Herlihy)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 11:21:06 -0000
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
References: <t0k9ui$vi1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="a5bf651929619ae5c40f2764ecbb103b";
logging-data="6034"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+gWhHp0kRn+e78OJzSXDSCqLklRLKD6aY="
User-Agent: MicroPlanet-Gravity/3.0.10 (GRC)
Cancel-Lock: sha1:aCwRKahKi+oJDgFbCb/oQviIXOM=
 by: Philip Herlihy - Sun, 13 Mar 2022 11:21 UTC

In article <t0k9ui$vi1$1@dont-email.me>, dale@dalekelly.org says...
>
> I know how to do alignment to the center, right, and left.
>
> how do I do tabs and indentation?
>
> also, when I do something like this
>
> <h1>Header</h1>
> <p>Paragraph</p>
>
> I get this ...
>
> Header
>
> Paragraph
>
>
>
> notice the space between Header and Paragraph without <br>
>
> how can I get rid of that space?

Further to my previous response in another thread:

Randomly asking questions is a very inefficient way to learn how to build web
pages (for everyone). You need to read up on HTML and CSS. Your question
isn't even at a decent beginner level - it's what your Gran might ask.

A browser lays out HTML according to CSS stylesheets, including a default one
built-in. That will set, for example, the 'margin' and 'padding' of various
elements, unless superseded by a custom stylesheet (which is usual).

Linkedin has very good tutorial videos for a monthly fee - formerly the
excellent Lynda.com. You may also find good stuff on YouTube.

--

Phil, London

Re: tabs and indentation?

<MPG.3c97eabcecb239a99899b4@news.eternal-september.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=160&group=comp.infosystems.www.authoring.stylesheets#160

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: thiswill...@you.com (Philip Herlihy)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 11:49:50 -0000
Organization: A noiseless patient Spider
Lines: 47
Message-ID: <MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
References: <t0k9ui$vi1$1@dont-email.me> <MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="a5bf651929619ae5c40f2764ecbb103b";
logging-data="22673"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Lg2UlfvZfZcFASWOfSqqrFOX0kGWnKc4="
User-Agent: MicroPlanet-Gravity/3.0.10 (GRC)
Cancel-Lock: sha1:YxzufBS+SxIcKCTOkezZg65BAls=
 by: Philip Herlihy - Sun, 13 Mar 2022 11:49 UTC

In article <MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>,
thiswillbounceback@you.com says...
>
> In article <t0k9ui$vi1$1@dont-email.me>, dale@dalekelly.org says...
> >
> > I know how to do alignment to the center, right, and left.
> >
> > how do I do tabs and indentation?
> >
> > also, when I do something like this
> >
> > <h1>Header</h1>
> > <p>Paragraph</p>
> >
> > I get this ...
> >
> > Header
> >
> > Paragraph
> >
> >
> >
> > notice the space between Header and Paragraph without <br>
> >
> > how can I get rid of that space?
>
> Further to my previous response in another thread:
>
> Randomly asking questions is a very inefficient way to learn how to build web
> pages (for everyone). You need to read up on HTML and CSS. Your question
> isn't even at a decent beginner level - it's what your Gran might ask.
>
> A browser lays out HTML according to CSS stylesheets, including a default one
> built-in. That will set, for example, the 'margin' and 'padding' of various
> elements, unless superseded by a custom stylesheet (which is usual).
>
> Linkedin has very good tutorial videos for a monthly fee - formerly the
> excellent Lynda.com. You may also find good stuff on YouTube.

Try this:

https://www.w3schools.com/

--

Phil, London

Re: tabs and indentation?

<MPG.3c97eba496c1867f9899b5@news.eternal-september.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=161&group=comp.infosystems.www.authoring.stylesheets#161

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: thiswill...@you.com (Philip Herlihy)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 11:53:41 -0000
Organization: A noiseless patient Spider
Lines: 53
Message-ID: <MPG.3c97eba496c1867f9899b5@news.eternal-september.org>
References: <t0k9ui$vi1$1@dont-email.me> <MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org> <MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="a5bf651929619ae5c40f2764ecbb103b";
logging-data="24096"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+GJigai76Cy25lIUxrxKb+JMDfkhLqieE="
User-Agent: MicroPlanet-Gravity/3.0.10 (GRC)
Cancel-Lock: sha1:r8LHR3BqetLF0IDBabnp4CC03gU=
 by: Philip Herlihy - Sun, 13 Mar 2022 11:53 UTC

In article <MPG.3c97eabcecb239a99899b4@news.eternal-september.org>,
thiswillbounceback@you.com says...
>
> In article <MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>,
> thiswillbounceback@you.com says...
> >
> > In article <t0k9ui$vi1$1@dont-email.me>, dale@dalekelly.org says...
> > >
> > > I know how to do alignment to the center, right, and left.
> > >
> > > how do I do tabs and indentation?
> > >
> > > also, when I do something like this
> > >
> > > <h1>Header</h1>
> > > <p>Paragraph</p>
> > >
> > > I get this ...
> > >
> > > Header
> > >
> > > Paragraph
> > >
> > >
> > >
> > > notice the space between Header and Paragraph without <br>
> > >
> > > how can I get rid of that space?
> >
> > Further to my previous response in another thread:
> >
> > Randomly asking questions is a very inefficient way to learn how to build web
> > pages (for everyone). You need to read up on HTML and CSS. Your question
> > isn't even at a decent beginner level - it's what your Gran might ask.
> >
> > A browser lays out HTML according to CSS stylesheets, including a default one
> > built-in. That will set, for example, the 'margin' and 'padding' of various
> > elements, unless superseded by a custom stylesheet (which is usual).
> >
> > Linkedin has very good tutorial videos for a monthly fee - formerly the
> > excellent Lynda.com. You may also find good stuff on YouTube.
>
>
> Try this:
>
> https://www.w3schools.com/

And, if you want your mind blown: have a look at this:
https://en.wikipedia.org/wiki/CSS_Zen_Garden

--

Phil, London

Re: tabs and indentation?

<CSS-20220313130451@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=162&group=comp.infosystems.www.authoring.stylesheets#162

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!news.freedyn.de!speedkom.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 12:06:08 GMT
Organization: Stefan Ram
Lines: 28
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <CSS-20220313130451@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de jGTSHZ6A/Earar/hjO67PAacIIE0XGtDz0zSGeXNL7LhJI
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 12:06 UTC

Dale <dale@dalekelly.org> writes:
>I know how to do alignment to the center, right, and left.
>how do I do tabs and indentation?

Indentation can be controlled via CSS. Some elements,
especially entries of lists, are usually indented.
Sometimes, tables might be used for indentation.

A CSS property that comes to mind is: margin-left.
Disclaimer: I don't know much about CSS.

Browser tabs can be recreated to some extend within
a web page using both JavaScript and CSS.

>notice the space between Header and Paragraph without <br>
>how can I get rid of that space?

Using CSS.

Some CSS properties that come to mind are: margin-top,
padding-top, line-height, margin-bottom, border-width.

Of course, Philip is right insofar as it would help you
to read some good books about HTML, CSS, and JavaScript.
(Unfortunately, I cannot think of any specific recommended
books now.)

Re: tabs and indentation?

<books-20220313132636@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=163&group=comp.infosystems.www.authoring.stylesheets#163

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 12:27:01 GMT
Organization: Stefan Ram
Lines: 15
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <books-20220313132636@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me> <CSS-20220313130451@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de PDZpuCLBFa9Qdn0kK/17oQDT5Y5Fog+7JgZ9t3tRGpOxTl
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 12:27 UTC

ram@zedat.fu-berlin.de (Stefan Ram) writes:
>(Unfortunately, I cannot think of any specific recommended
>books now.)

They may be a bit dated today, but books I liked at one point include:

Learning Web Design, Jennifer Robbins
CSS Pocket Reference, Eric Meyer
HTML5 for Masterminds, Juan Gauchat
Learning JavaScript, Tim Wright
Modern JavaScript, Larry Ullman

.

Re: tabs and indentation?

<t0kpj2$j1o$3@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=164&group=comp.infosystems.www.authoring.stylesheets#164

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 08:54:58 -0400
Organization: https://www.dalekelly.org/
Lines: 10
Message-ID: <t0kpj2$j1o$3@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me>
<MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
<MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 12:54:58 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="19512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+cu8YHiFkYwflqnletBFtS57R8cHDIiKA="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:E94Uz07TW1qBtgngKXWx3S4WmlM=
In-Reply-To: <MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 12:54 UTC

On 3/13/2022 7:49 AM, Philip Herlihy wrote:
> Try this:
>
> https://www.w3schools.com/

I have been. Around 30 years ago it had pop-ups and W3.org didn't.

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<t0kpra$mgm$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=165&group=comp.infosystems.www.authoring.stylesheets#165

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 08:59:20 -0400
Organization: https://www.dalekelly.org/
Lines: 27
Message-ID: <t0kpra$mgm$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me>
<CSS-20220313130451@ram.dialup.fu-berlin.de>
<books-20220313132636@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 12:59:22 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="23062"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19rP+iewu1ck7/UAoF+2HtKMgG8vlI+Bu8="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:/ME2qF2P5/5kjn5rLLbi1hi9GkY=
In-Reply-To: <books-20220313132636@ram.dialup.fu-berlin.de>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 12:59 UTC

On 3/13/2022 8:27 AM, Stefan Ram wrote:
> ram@zedat.fu-berlin.de (Stefan Ram) writes:
>> (Unfortunately, I cannot think of any specific recommended
>> books now.)
>
> They may be a bit dated today, but books I liked at one point include:
>
> Learning Web Design, Jennifer Robbins
> CSS Pocket Reference, Eric Meyer
> HTML5 for Masterminds, Juan Gauchat
> Learning JavaScript, Tim Wright
> Modern JavaScript, Larry Ullman
>
> .
>
>

Don't want JavaScript or cookies.

I really like learning videos.

I have a look at youtube and wondrium

https://wondrium.com/

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<tabs-20220313142342@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=166&group=comp.infosystems.www.authoring.stylesheets#166

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!news.mixmin.net!news2.arglkargh.de!news.karotte.org!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 13:24:08 GMT
Organization: Stefan Ram
Lines: 7
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <tabs-20220313142342@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me> <CSS-20220313130451@ram.dialup.fu-berlin.de> <books-20220313132636@ram.dialup.fu-berlin.de> <t0kpra$mgm$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de /jx8dXIoXbKk3vC631tStwlfnEayHNLOpwD/3Z2nSPtCxV
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 13:24 UTC

Dale <dale@dalekelly.org> writes:
>Don't want JavaScript or cookies.

Maybe one could use pseudo class selectors (like ":checked")
to implement tabs with CSS only.

Re: tabs and indentation?

<CSS-20220313150742@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=167&group=comp.infosystems.www.authoring.stylesheets#167

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!news.freedyn.de!speedkom.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 14:08:20 GMT
Organization: Stefan Ram
Lines: 21
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <CSS-20220313150742@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me> <CSS-20220313130451@ram.dialup.fu-berlin.de> <books-20220313132636@ram.dialup.fu-berlin.de> <t0kpra$mgm$1@dont-email.me> <tabs-20220313142342@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de 24hDgTfASBW8Jj3n9EWARAqJPl8hgUwq8j0XTOGAstxoEl
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 14:08 UTC

ram@zedat.fu-berlin.de (Stefan Ram) writes:
>Maybe one could use pseudo class selectors (like ":checked")
>to implement tabs with CSS only.

Maybe something like the following?

<!DOCTYPE html><html>
<head><meta charset="UTF-8" /><title></title><style type="text/css">
label { padding: 5px 20px 5px 20px; border: 1px solid #CCC }
input, p { display: none; }
input:checked + p { display: block; }
</style></head><body>
<label for='button0'>0</label>
<label for='button1'>1</label>
<label for='button2'>2</label>
<input id='button0' name='radio' type='radio' />
<input id='button1' name='radio' type='radio' /><p>paragraph 1</p>
<input id='button2' name='radio' type='radio' /><p>paragraph 2</p>
</body></html>

Re: tabs and indentation?

<t0kvup$cna$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=168&group=comp.infosystems.www.authoring.stylesheets#168

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jukk...@gmail.com (Jukka K. Korpela)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 16:43:36 +0200
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <t0kvup$cna$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 13 Mar 2022 14:43:37 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="2979495996f20a986b42593d5da266cf";
logging-data="13034"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+RJjxj/ehLe1Y6xI0Ch5/6"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:MJhhEcHxdApSE8HSPsQSsJXgiRU=
In-Reply-To: <t0k9ui$vi1$1@dont-email.me>
 by: Jukka K. Korpela - Sun, 13 Mar 2022 14:43 UTC

Dale wrote:

> how do I do tabs and indentation?

No idea. You need to explain what you want, instead of mentioning (very
vaguely) assumed solutions to unspecified problems. In particular, “tab”
can mean a dozen things, or more.

> also, when I do something like this
>
> <h1>Header</h1>
> <p>Paragraph</p>
>
> I get this ...
>
> Header
>
> Paragraph
>
>
>
> notice the space between Header and  Paragraph without <br>
>
> how can I get rid of that space?

This was an easy one. The spacing is caused by default vertical margins
for elements. Put this into your <head>:

<style>
h1 { margin-bottom: 0: }
h1 + p { margin-top: 0: }
</style>

Re: tabs and indentation?

<t0l7u8$m6n$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=169&group=comp.infosystems.www.authoring.stylesheets#169

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 12:59:52 -0400
Organization: https://www.dalekelly.org/
Lines: 29
Message-ID: <t0l7u8$m6n$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me>
<CSS-20220313130451@ram.dialup.fu-berlin.de>
<books-20220313132636@ram.dialup.fu-berlin.de> <t0kpra$mgm$1@dont-email.me>
<tabs-20220313142342@ram.dialup.fu-berlin.de>
<CSS-20220313150742@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 16:59:52 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="22743"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+iZpuWOcazMLyQ0kkwS4gT1goLVTbOv6A="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:WvEkkSTootR2Kk6BRj/ueAB0Q4I=
In-Reply-To: <CSS-20220313150742@ram.dialup.fu-berlin.de>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 16:59 UTC

On 3/13/2022 10:08 AM, Stefan Ram wrote:
> ram@zedat.fu-berlin.de (Stefan Ram) writes:
>> Maybe one could use pseudo class selectors (like ":checked")
>> to implement tabs with CSS only.
>
> Maybe something like the following?
>
> <!DOCTYPE html><html>
> <head><meta charset="UTF-8" /><title></title><style type="text/css">
> label { padding: 5px 20px 5px 20px; border: 1px solid #CCC }
> input, p { display: none; }
> input:checked + p { display: block; }
> </style></head><body>
> <label for='button0'>0</label>
> <label for='button1'>1</label>
> <label for='button2'>2</label>
> <input id='button0' name='radio' type='radio' />
> <input id='button1' name='radio' type='radio' /><p>paragraph 1</p>
> <input id='button2' name='radio' type='radio' /><p>paragraph 2</p>
> </body></html>
>
>

looks very nice but not what I amm looking for

Thank You!!!!

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<t0l8gj$g8v$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=170&group=comp.infosystems.www.authoring.stylesheets#170

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 13:09:37 -0400
Organization: https://www.dalekelly.org/
Lines: 63
Message-ID: <t0l8gj$g8v$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 13 Mar 2022 17:09:39 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="16671"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18X+JIA/MUuCKOvLsmr08MlqwBbDqMEdLg="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:BdQZsk95HrKDqoPPsWkG7dMxMIw=
In-Reply-To: <t0kvup$cna$1@dont-email.me>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 17:09 UTC

On 3/13/2022 10:43 AM, Jukka K. Korpela wrote:
> Dale wrote:
>
>> how do I do tabs and indentation?
>
> No idea. You need to explain what you want, instead of mentioning (very
> vaguely) assumed solutions to unspecified problems. In particular, “tab”
> can mean a dozen things, or more.
>
>> also, when I do something like this
>>
>> <h1>Header</h1>
>> <p>Paragraph</p>
>>
>> I get this ...
>>
>> Header
>>
>> Paragraph
>>
>>
>>
>> notice the space between Header and  Paragraph without <br>
>>
>> how can I get rid of that space?
>
>
> This was an easy one. The spacing is caused by default vertical margins
> for elements. Put this into your <head>:
>
> <style>
> h1 { margin-bottom: 0: }
> h1 + p { margin-top: 0: }
> </style>

still has a line between them

<!DOCTYPE html>

<html>

<head>

<style>
h1 { margin-bottom: 0: }
h1 + p { margin-top: 0: }
</style>

</head>

<body>

<h1>test</h1>
<p>test</p>

</body>
</html>

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<0ex-20220313181520@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=171&group=comp.infosystems.www.authoring.stylesheets#171

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 17:15:47 GMT
Organization: Stefan Ram
Lines: 6
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <0ex-20220313181520@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me> <t0l8gj$g8v$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de 655muncfUJT/M8qovRM2XQzS8IFdDzI3AlIURVExD82h/c
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 17:15 UTC

Dale <dale@dalekelly.org> writes:
>>h1 { margin-bottom: 0: }

"0:" is not a valid value for "margin-bottom". Try "0ex".

Re: tabs and indentation?

<0ex-20220313181809@ram.dialup.fu-berlin.de>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=172&group=comp.infosystems.www.authoring.stylesheets#172

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!lilly.ping.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: 13 Mar 2022 17:21:57 GMT
Organization: Stefan Ram
Lines: 14
Expires: 1 Jul 2022 11:59:58 GMT
Message-ID: <0ex-20220313181809@ram.dialup.fu-berlin.de>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de +t5573c87xBrH9pJuSkLfg6HkxGto3NuDI9yosfQYceH5c
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Sun, 13 Mar 2022 17:21 UTC

"Jukka K. Korpela" <jukkakk@gmail.com> writes:
>Put this into your <head>:

Nice pun!

><style>
>h1 { margin-bottom: 0: }
>h1 + p { margin-top: 0: }
></style>

Maybe you wanted to type a semicolon instead of a colon
in both cases.

Re: tabs and indentation?

<t0ld03$i30$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=173&group=comp.infosystems.www.authoring.stylesheets#173

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jukk...@gmail.com (Jukka K. Korpela)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 20:26:10 +0200
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <t0ld03$i30$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
<0ex-20220313181809@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 13 Mar 2022 18:26:11 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="2979495996f20a986b42593d5da266cf";
logging-data="18528"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/rty4K0667Xh5xPABHkixz"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:KrgK82f6yGedUFdy32SPkSDV5C4=
In-Reply-To: <0ex-20220313181809@ram.dialup.fu-berlin.de>
 by: Jukka K. Korpela - Sun, 13 Mar 2022 18:26 UTC

Stefan Ram wrote:

>> <style>
>> h1 { margin-bottom: 0: }
>> h1 + p { margin-top: 0: }
>> </style>
> Maybe you wanted to type a semicolon instead of a colon
> in both cases.

Yes, thanks for pointing this out. (Now, who invented a keyboard where
“,” and “.” are adjacent as well as “;” and “:”?)

(By the way, a CSS validator would have pointed out that there is some
syntax error. Sorry for not checking the code before posting.)

(The value 0 is correct. This value can be used alone, without any unit,
since 0 times anything is 0. Well, that’s the rationale; the formal
point is that CSS specifications make this a rule.)

Re: tabs and indentation?

<slrnt2sf2l.lth.g.kreme@zephyrus.local>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=174&group=comp.infosystems.www.authoring.stylesheets#174

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!kreme.dont-email.me!.POSTED!not-for-mail
From: g.kr...@kreme.dont-email.me (Lewis)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 18:47:49 -0000 (UTC)
Organization: Miskatonic U
Lines: 7
Message-ID: <slrnt2sf2l.lth.g.kreme@zephyrus.local>
References: <t0k9ui$vi1$1@dont-email.me>
<MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
<MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
Reply-To: g.kreme@gmail.don-t-email-me.com
Injection-Date: Sun, 13 Mar 2022 18:47:49 -0000 (UTC)
Injection-Info: kreme.dont-email.me; posting-host="53c5e57dd5237f6a5cfaf8765e8495fa";
logging-data="6240"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189tT9t0OXk9HNfhL2sFNBZ"
User-Agent: slrn/1.0.3 (Darwin)
Cancel-Lock: sha1:JNuWv3NlaGGO110wjjrpl2M+/N0=
X-Face: )^b5"R:T7U>9~:PEn3YkzMfW*[b1qKeU.fP9C8~8HpU9}lA&6`bH1z
X-Clacks-Overhead: GNU Terry Pratchett
Mail-Copies-To: nobody
 by: Lewis - Sun, 13 Mar 2022 18:47 UTC

In message <MPG.3c97eabcecb239a99899b4@news.eternal-september.org> Philip Herlihy <thiswillbounceback@you.com> wrote:
> https://www.w3 schools.com/

Let's not recommend w3 schools, it is a mess.

--
Cheer up Keeley, it's a funeral.

Re: tabs and indentation?

<t0lgoe$r4j$1@gioia.aioe.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=175&group=comp.infosystems.www.authoring.stylesheets#175

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!aioe.org!3Mhv7/5wGMalT5I1PrEuIA.user.46.165.242.75.POSTED!not-for-mail
From: nob...@notme.invalid (David E. Ross)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 12:30:22 -0700
Organization: I am @ david at rossde dot com.
Message-ID: <t0lgoe$r4j$1@gioia.aioe.org>
References: <t0k9ui$vi1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="27795"; posting-host="3Mhv7/5wGMalT5I1PrEuIA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101
Thunderbird/52.9.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: David E. Ross - Sun, 13 Mar 2022 19:30 UTC

On 3/13/2022 12:28 AM, Dale wrote:
> I know how to do alignment to the center, right, and left.
>
> how do I do tabs and indentation?
>
> also, when I do something like this
>
> <h1>Header</h1>
> <p>Paragraph</p>
>
> I get this ...
>
> Header
>
> Paragraph
>
>
>
> notice the space between Header and Paragraph without <br>
>
> how can I get rid of that space?

To indent the first line of a paragraph, see
<https://www.w3.org/TR/CSS22/selector.html#first-line-pseudo>.

--
David E. Ross
"A Message to Those Who Are Not Vaccinated"
See my <http://www.rossde.com/index.html#vaccine>.

Re: tabs and indentation?

<t0lhvb$nsf$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=177&group=comp.infosystems.www.authoring.stylesheets#177

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 15:51:06 -0400
Organization: https://www.dalekelly.org/
Lines: 38
Message-ID: <t0lhvb$nsf$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
<0ex-20220313181809@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 19:51:07 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="24463"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18DJmgsmq9Di2N25AL/QfuuCN15FeDJLy4="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:3ZjzlrlsmiGKd9FiTyavsn0O33Q=
In-Reply-To: <0ex-20220313181809@ram.dialup.fu-berlin.de>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 19:51 UTC

On 3/13/2022 1:21 PM, Stefan Ram wrote:
> "Jukka K. Korpela" <jukkakk@gmail.com> writes:
>> Put this into your <head>:
>
> Nice pun!
>
>> <style>
>> h1 { margin-bottom: 0: }
>> h1 + p { margin-top: 0: }
>> </style>
>
> Maybe you wanted to type a semicolon instead of a colon
> in both cases.
>
>

Thank You! Got it to work!

<style>
h1 { margin-bottom: 0; }
h1 + p { margin-top: 0; }
</style>

Now I am left to find out how to indent the <p> under the <h1>

and add a style to make <p> larger on smart phones and tablets.

My CSS adjusts for position of menus.

I don't want to put the styles above in my CSS for the layout of pages
are sometimes different. I guess I could have different CSS for
different groups of pages.

Can I just add this to a CSS?

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<t0li2n$nsf$2@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=178&group=comp.infosystems.www.authoring.stylesheets#178

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 15:52:56 -0400
Organization: https://www.dalekelly.org/
Lines: 15
Message-ID: <t0li2n$nsf$2@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me>
<MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
<MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
<slrnt2sf2l.lth.g.kreme@zephyrus.local>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 19:52:55 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="24463"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/8SxlfcMewcCZJWguFHV0OS2sJDsMjJPc="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:VWkok3zxtmxx5EY6Xry4TU+Jb4k=
In-Reply-To: <slrnt2sf2l.lth.g.kreme@zephyrus.local>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 19:52 UTC

On 3/13/2022 2:47 PM, Lewis wrote:
> In message <MPG.3c97eabcecb239a99899b4@news.eternal-september.org> Philip Herlihy <thiswillbounceback@you.com> wrote:
>> https://www.w3 schools.com/
>
> Let's not recommend w3 schools, it is a mess.
>

30 years or so ago it had a lot of pop-ups

I used just W3.org

now W3Schools is great!

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<t0li57$nsf$3@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=179&group=comp.infosystems.www.authoring.stylesheets#179

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 15:54:15 -0400
Organization: https://www.dalekelly.org/
Lines: 31
Message-ID: <t0li57$nsf$3@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0lgoe$r4j$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 13 Mar 2022 19:54:15 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="24463"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OpDfF8mTaF4N8dGMzFZCJ8GHDz6F2By0="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:zx4m1Ad6GS/G3Ji0ZeTNbB2UnoE=
In-Reply-To: <t0lgoe$r4j$1@gioia.aioe.org>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 19:54 UTC

On 3/13/2022 3:30 PM, David E. Ross wrote:
> On 3/13/2022 12:28 AM, Dale wrote:
>> I know how to do alignment to the center, right, and left.
>>
>> how do I do tabs and indentation?
>>
>> also, when I do something like this
>>
>> <h1>Header</h1>
>> <p>Paragraph</p>
>>
>> I get this ...
>>
>> Header
>>
>> Paragraph
>>
>>
>>
>> notice the space between Header and Paragraph without <br>
>>
>> how can I get rid of that space?
>
> To indent the first line of a paragraph, see
> <https://www.w3.org/TR/CSS22/selector.html#first-line-pseudo>.
>

Going to require some study. Thank you though!

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<j9712nFq5mpU1@mid.individual.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=180&group=comp.infosystems.www.authoring.stylesheets#180

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: jpstew...@personalprojects.net (John-Paul Stewart)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 16:04:38 -0400
Lines: 11
Message-ID: <j9712nFq5mpU1@mid.individual.net>
References: <t0k9ui$vi1$1@dont-email.me> <t0lgoe$r4j$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net hlHoZkZEQdncYyqjwo7qdwGE3WIAldoE/JZwGfLMoTb11pOdim
Cancel-Lock: sha1:rJCREoYhot8LYzDvGHpzNGDu0A0=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.6.1
Content-Language: en-CA
In-Reply-To: <t0lgoe$r4j$1@gioia.aioe.org>
 by: John-Paul Stewart - Sun, 13 Mar 2022 20:04 UTC

On 2022-03-13 15:30, David E. Ross wrote:
>
> To indent the first line of a paragraph, see
> https://www.w3.org/TR/CSS22/selector.html#first-line-pseudo

Or simply use the text-indent property:

https://www.w3.org/TR/CSS22/text.html#indentation-prop

Re: tabs and indentation?

<t0lisk$b70$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=181&group=comp.infosystems.www.authoring.stylesheets#181

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 16:06:43 -0400
Organization: https://www.dalekelly.org/
Lines: 75
Message-ID: <t0lisk$b70$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
<t0l8gj$g8v$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 13 Mar 2022 20:06:44 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="11488"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/i02BiGrEgEAR9hOlKhuSheNmEb99ne+M="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:XnPy4na8W5H/hTToIcoargDK36A=
In-Reply-To: <t0l8gj$g8v$1@dont-email.me>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 20:06 UTC

On 3/13/2022 1:09 PM, Dale wrote:
> On 3/13/2022 10:43 AM, Jukka K. Korpela wrote:
>> Dale wrote:
>>
>>> how do I do tabs and indentation?
>>
>> No idea. You need to explain what you want, instead of mentioning
>> (very vaguely) assumed solutions to unspecified problems. In
>> particular, “tab” can mean a dozen things, or more.
>>
>>> also, when I do something like this
>>>
>>> <h1>Header</h1>
>>> <p>Paragraph</p>
>>>
>>> I get this ...
>>>
>>> Header
>>>
>>> Paragraph
>>>
>>>
>>>
>>> notice the space between Header and  Paragraph without <br>
>>>
>>> how can I get rid of that space?
>>
>>
>> This was an easy one. The spacing is caused by default vertical
>> margins for elements. Put this into your <head>:
>>
>> <style>
>> h1 { margin-bottom: 0: }
>> h1 + p { margin-top: 0: }
>> </style>
>
>
> still has a line between them
>
> <!DOCTYPE html>
>
>     <html>
>
>         <head>
>
>             <style>
>                 h1 { margin-bottom: 0: }
>                 h1 + p { margin-top: 0: }
>             </style>
>
>         </head>
>
>
>         <body>
>
>             <h1>test</h1>
>             <p>test</p>
>
>         </body>
>
>     </html>
>

Doesn't work with <h3>

<style>
h3 { margin-bottom: 0; }
h3 + p { margin-top: 0; }
</style>

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<t0lj8f$jdf$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=182&group=comp.infosystems.www.authoring.stylesheets#182

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 16:13:02 -0400
Organization: https://www.dalekelly.org/
Lines: 92
Message-ID: <t0lj8f$jdf$1@dont-email.me>
References: <t0k9ui$vi1$1@dont-email.me> <t0kvup$cna$1@dont-email.me>
<t0l8gj$g8v$1@dont-email.me> <t0lisk$b70$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 13 Mar 2022 20:13:03 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f8ced72d48e0160db52b6af18b916df4";
logging-data="19887"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19xAiWJxSe/tjx3dzAy0n7c0SzXaSqeNMo="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:Bn286fTKOMjI5LnLKw2ibuLN3Cg=
In-Reply-To: <t0lisk$b70$1@dont-email.me>
Content-Language: en-US
 by: Dale - Sun, 13 Mar 2022 20:13 UTC

On 3/13/2022 4:06 PM, Dale wrote:
> On 3/13/2022 1:09 PM, Dale wrote:
>> On 3/13/2022 10:43 AM, Jukka K. Korpela wrote:
>>> Dale wrote:
>>>
>>>> how do I do tabs and indentation?
>>>
>>> No idea. You need to explain what you want, instead of mentioning
>>> (very vaguely) assumed solutions to unspecified problems. In
>>> particular, “tab” can mean a dozen things, or more.
>>>
>>>> also, when I do something like this
>>>>
>>>> <h1>Header</h1>
>>>> <p>Paragraph</p>
>>>>
>>>> I get this ...
>>>>
>>>> Header
>>>>
>>>> Paragraph
>>>>
>>>>
>>>>
>>>> notice the space between Header and  Paragraph without <br>
>>>>
>>>> how can I get rid of that space?
>>>
>>>
>>> This was an easy one. The spacing is caused by default vertical
>>> margins for elements. Put this into your <head>:
>>>
>>> <style>
>>> h1 { margin-bottom: 0: }
>>> h1 + p { margin-top: 0: }
>>> </style>
>>
>>
>> still has a line between them
>>
>> <!DOCTYPE html>
>>
>>      <html>
>>
>>          <head>
>>
>>              <style>
>>                  h1 { margin-bottom: 0: }
>>                  h1 + p { margin-top: 0: }
>>              </style>
>>
>>          </head>
>>
>>
>>          <body>
>>
>>              <h1>test</h1>
>>              <p>test</p>
>>
>>          </body>
>>
>>      </html>
>>
>
>
> Doesn't work with <h3>
>
>     <style>
>         h3 { margin-bottom: 0; }
>         h3 + p { margin-top: 0; }
>     </style>
>
>
>

sorry ...

had this ...

<h1>test</h1>
<p>test</p>

instead of this ...

<h3>test</h3>
<p>test</p>

Thank You!!!!

--
Mystery? -> https://www.dalekelly.org/

Re: tabs and indentation?

<slrnt2sr8s.rml.g.kreme@zephyrus.local>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=184&group=comp.infosystems.www.authoring.stylesheets#184

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!kreme.dont-email.me!.POSTED!not-for-mail
From: g.kr...@kreme.dont-email.me (Lewis)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: tabs and indentation?
Date: Sun, 13 Mar 2022 22:15:56 -0000 (UTC)
Organization: Miskatonic U
Lines: 7
Message-ID: <slrnt2sr8s.rml.g.kreme@zephyrus.local>
References: <t0k9ui$vi1$1@dont-email.me>
<MPG.3c97e3f5f6fe31e69899b3@news.eternal-september.org>
<MPG.3c97eabcecb239a99899b4@news.eternal-september.org>
Reply-To: g.kreme@gmail.don-t-email-me.com
Injection-Date: Sun, 13 Mar 2022 22:15:56 -0000 (UTC)
Injection-Info: kreme.dont-email.me; posting-host="53c5e57dd5237f6a5cfaf8765e8495fa";
logging-data="13246"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ERscYsLsk1YXfCF4BZnb6"
User-Agent: slrn/1.0.3 (Darwin)
Cancel-Lock: sha1:XmLv6q3bTTFagBXSH/lpRL+uoVQ=
X-Face: )^b5"R:T7U>9~:PEn3YkzMfW*[b1qKeU.fP9C8~8HpU9}lA&6`bH1z
X-Clacks-Overhead: GNU Terry Pratchett
Mail-Copies-To: nobody
 by: Lewis - Sun, 13 Mar 2022 22:15 UTC

In message <MPG.3c97eabcecb239a99899b4@news.eternal-september.org> Philip Herlihy <thiswillbounceback@you.com> wrote:
> https://www.w3 schools.com/

Let's not recommend w3 schools, it is a mess.

--
Cheer up Keeley, it's a funeral.

Pages:12
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor