|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to make a font Bold with CSS I don't have much knowledge about CSS. So, therefore i would like to know that how to add bold and italics to my text. I would also like to know what Bold CSS buttons can be used for? Does any ones how to make a font Bold with CSS? Kindly let me know the correct way of doing it. Thanks in advance. |
#2
| |||
| |||
Re: How to make a font Bold with CSS http://www.htmlkit.com/download/ its a free full-featured editior for HTLM, XHTML, XML, CSS. Download the 292 |
#3
| |||
| |||
Re: How to make a font Bold with CSS CSS font properties define the font family, boldness, size, and the style of a text. Bold CSS Buttons helps you to get rid of trouble with using a rounded edge button image sliced into two pieces, then put back together using CSS. |
#4
| |||
| |||
Re: How to make a font Bold with CSS The button text style reacts on the "hover" state.The CSS code is compatible with all modern web browsers. If you use a class to set the bold and any other attributes to the text you have it. Follow the below CSS code, in order to make your fonts bold. . Quote:
|
#5
| |||
| |||
Re: How to make a font Bold with CSS I just got the code which is required for you. In order to avoid the bold formatting from an element that is bold by default, let say for example the <h4> through <h6> elements, need to be configure the value of the font-weight property to normal one. Quote:
|
#6
| |||
| |||
Re: How to make a font Bold with CSS Hi... I read your post and as per that i have some information regarding that so here it is: This tutorial shows you how to make a font bold with CSS The font-weight property allows you to specify how bold a font is. The values that the font-weight property can have are normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, and , however, the only value keywords that are used in the real word are normal and bold. That means that font-weight property is either set to bold, normal or it is not specified at all. To remove the bold formatting from an element that is bold by default, for example the <h4> through <h6> elements, set the value of the font-weight property to normal. |
#7
| |||
| |||
Re: How to make a font Bold with CSS Quote:
in HTML you have <body style="color: #ff0066; text-shadow: #666fff"> <table summary="" style="color: #ff0066; text-shadow: #666fff"> <tr><td> <b style="color: #ff0000;">set the bold in Red</b> </td></tr> </table> <!-- style set the bold in Red --> <style type="text/css"> <!-- B (text-shadow: "#666fff";color: "#ff0000";} --> </style> <!-- style css file set the bold in Red --> B {text-shadow: "#666fff";color: "#ff0000";} FIELDSET { FONT-SIZE: 10pt; FONT-FAMILY: Arial} H1 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #e88b00; FONT-STYLE: italic; FONT-FAMILY: Arial; TEXT-DECORATION: underline overline} H2 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #008000; FONT-STYLE: italic; FONT-FAMILY: Arial; TEXT-DECORATION: underline} H3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #800000; FONT-STYLE: italic; FONT-FAMILY: Arial} LI { FONT-SIZE: 10pt; FONT-FAMILY: Arial} OL { FONT-SIZE: 10pt; FONT-FAMILY: Arial} P { FONT-SIZE: 10pt; FONT-FAMILY: Arial} TD { FONT-SIZE: 10pt; FONT-FAMILY: Arial} A Page in style for my Dogs ![]() Here a Css File you can look at http://www.minpin.ath.cx/index.css and keep! Last edited by Afzal : 17-09-2009 at 12:01 PM. Reason: To ADD A link |
![]() |
|
Tags: bold, bold css buttons, css, italics, text |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Most of my applications have bold font! Help! | TA Guy | Customize Desktop | 4 | 22-03-2012 04:45 PM |
How can I make the font / text size bigger with HP Photosmart C8180? | Jagjeet-J | Hardware Peripherals | 6 | 26-11-2011 04:20 PM |
Internet Explorer 9 using bold font only | Malipeddi | Technology & Internet | 7 | 26-08-2011 06:59 PM |
Where can I make pre order to buy Blackberry Bold 9900? | Lisa Boney | Portable Devices | 4 | 17-08-2011 10:14 AM |
Bold system font, how to remove it? | anthonyda | Vista Help | 4 | 30-11-2008 07:36 PM |