Here is a header ...
<h2>Text</h2>
how do I have it not bold?
the default is bold
Here is a colored header ...
<h2 style="color: #818285;">Text</h2>
how do I have that one bold?
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
the default is bold
Here is a colored header ...
<h2 style="color: #818285;">Text</h2>
how do I have that one bold?
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
Here is a colored header ...
<h2 style="color: #818285;">Text</h2>
how do I have that one bold?
On Tue, 10 May 2022 05:43:23 -0400, Dale wrote:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
If it's not to be bold, it is probably not a "header". Use something else, maybe: <p>This is not bold text.</p>
the default is bold
Here is a colored header ...
<h2 style="color: #818285;">Text</h2>
how do I have that one bold?
The default _is_ bold, so let it be. I think you need to rethink what "headers" really are.
Dale wrote:
Here is a header ...
<h2>Text</h2>
It’s called “heading”.
how do I have it not bold?
By using CSS:
<style>
h2 { font-weight: normal }
</style>
This makes all h2 elements not bold.
Here is a colored header ...
<h2 style="color: #818285;">Text</h2>
how do I have that one bold?
If you use the CSS code I suggested, you need to override it. You can
use various selectors to select one specific h2 element, but if you are
using inline CSS anyway (not recommended in general), you might as well
use it for this:
<h2 style="color: #818285; font-weight: bold;">Text</h2>
The default _is_ bold, so let it be. I think you need to rethink what
"headers" really are.
how can I change the size of a <p> ?
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
... Maybe you should at least read some
documentation about HTML and CSS at all.
In article <jdv3vfFq1u3U1@mid.individual.net>, Arno Welzel wrote...
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
...
... Maybe you should at least read some
documentation about HTML and CSS at all.
+1
In message <MPG.3ce596bcbd4a31a69899eb@news.eternal-september.org> Philip Herlihy <PhillipHerlihy@SlashDevNull.invalid> wrote:
In article <jdv3vfFq1u3U1@mid.individual.net>, Arno Welzel wrote...
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
...
... Maybe you should at least read some
documentation about HTML and CSS at all.
+1
It's been years, he's obviously not going to do that.
In article <slrnt7p7in.1a1v.g.kreme@zephyrus.local>, Lewis wrote...
In message <MPG.3ce596bcbd4a31a69899eb@news.eternal-september.org> Philip Herlihy <PhillipHerlihy@SlashDevNull.invalid> wrote:
In article <jdv3vfFq1u3U1@mid.individual.net>, Arno Welzel wrote...
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
...
... Maybe you should at least read some
documentation about HTML and CSS at all.
+1
It's been years, he's obviously not going to do that.
For the killfile, then, sadly. I'm quite happy to help a beginner along - very
often a thoughtful explanation of something you'd forgotten you once puzzled over can unblock progress. But spoon-feeding is something else. And it's still feasible he's a troll, asking ever-more stupid questions and laughing at
our attempts to answer them.
On 5/12/2022 6:08 AM, Philip Herlihy wrote:
In article <slrnt7p7in.1a1v.g.kreme@zephyrus.local>, Lewis wrote...
In message <MPG.3ce596bcbd4a31a69899eb@news.eternal-september.org> Philip Herlihy <PhillipHerlihy@SlashDevNull.invalid> wrote:
In article <jdv3vfFq1u3U1@mid.individual.net>, Arno Welzel wrote...
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
...
... Maybe you should at least read some
documentation about HTML and CSS at all.
+1
It's been years, he's obviously not going to do that.
For the killfile, then, sadly. I'm quite happy to help a beginner along - very
often a thoughtful explanation of something you'd forgotten you once puzzled
over can unblock progress. But spoon-feeding is something else. And it's still feasible he's a troll, asking ever-more stupid questions and laughing at
our attempts to answer them.
C'mon ...
In article <t5jbrb$nq0$2@dont-email.me>, Dale wrote...
On 5/12/2022 6:08 AM, Philip Herlihy wrote:
In article <slrnt7p7in.1a1v.g.kreme@zephyrus.local>, Lewis wrote...
In message <MPG.3ce596bcbd4a31a69899eb@news.eternal-september.org> Philip Herlihy <PhillipHerlihy@SlashDevNull.invalid> wrote:
In article <jdv3vfFq1u3U1@mid.individual.net>, Arno Welzel wrote... >>>>>>
Dale:
Here is a header ...
<h2>Text</h2>
how do I have it not bold?
...
... Maybe you should at least read some
documentation about HTML and CSS at all.
+1
It's been years, he's obviously not going to do that.
For the killfile, then, sadly. I'm quite happy to help a beginner along - very
often a thoughtful explanation of something you'd forgotten you once puzzled
over can unblock progress. But spoon-feeding is something else. And it's >>> still feasible he's a troll, asking ever-more stupid questions and laughing at
our attempts to answer them.
C'mon ...
It's clear from the question above that you haven't read even a beginner's book
on CSS (assuming you're genuine, which I can't). That's just wasting everyone's time.
If I'm wrong and you are genuine, and books (like the ones I posted for you in
a previous thread) aren't your thing, then try searching YouTube for "CSS beginner tutorial".
But if books really aren't your thing, this likely isn't the field for you.
CSS is a rather new thing for me
Dale:
[...]
CSS is a rather new thing for me
<https://www.mygreatlearning.com/blog/css-tutorial/>
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 388 |
Nodes: | 16 (2 / 14) |
Uptime: | 09:39:37 |
Calls: | 8,221 |
Files: | 13,122 |
Messages: | 5,872,631 |