Bold Font

D

dancer

Using ASP.net 1.1

I know I should be using CSS. But until I have time to learn that, what is
the code for bold font?
In other words, what should go in this code to make the font bold?
<font face="Verdana" Size="2">
 
M

Mark Rae

dancer said:
Using ASP.net 1.1

I know I should be using CSS. But until I have time to learn that, what is
the code for bold font?
In other words, what should go in this code to make the font bold?
<font face="Verdana" Size="2">


<b>.......</b>
 
J

John Timney \(MVP\)

lol...........what can I say!

--
--
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


Eliyahu Goldin said:
And the setting for bold will be

font-weight:bold;

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


John Timney (MVP) said:
Why not learn about simple span elements for inline styling

<span style="font-size:100px;font-family: verdana, times, serif;">easy
example</span>

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
 
T

three-seven

Simply...

<span style="font-weight: 600">Text</span>

Work: Opera, IE, NN, Mozilla.
 

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

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top