CSS Bolding

F

freesoft_2000

Hi everyone,

Sorry to ask this silly question but is there a way to add
bolding into a css class like when a font family is added into a css
class
like below

..csstest
{
font-family: Georgia;
font-size: 36;
background-color: green;
color: blue;
}

Any help is greatly appreciated

Thank you

Yours Sincerely

Richard West
 
F

freemont

Hi everyone,

Sorry to ask this silly question but is there a way to add
bolding into a css class like when a font family is added into a css class
like below

.csstest
{
font-family: Georgia;
font-size: 36; font-weight:bold;
background-color: green;
color: blue;
}
 
F

freesoft_2000

Hi everyone,

freemont, what about adding bullets and making text italic?
Is there a site where i can find the entire list of tags for doing all
this in CSS?

Any help is greatly appreciated

Thank You

Yours Sincerely

Richard West
 
F

freesoft_2000

Hi everyone,

freemont, what about adding bullets and making text italic?
Is there a site where i can find the entire list of tags for doing all
this in CSS?

Any help is greatly appreciated

Thank You

Yours Sincerely

Richard West
 
J

Jonathan N. Little

freesoft_2000 said:
Hi everyone,

Sorry to ask this silly question but is there a way to add
bolding into a css class like when a font family is added into a css
class
like below


BTW your existing CSS is invalid
.csstest
{
font-family: Georgia;
font-size: 36;
^^^
36 what? In CSS your *must* have units 36px, 2.6em 36pt....
background-color: green;
color: blue;
}

Any help is greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top