The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> bold text
minidiapolis
post Jun 19 2008, 12:34 PM
Post #1


Serious Coder
*****

Group: Members
Posts: 437
Joined: 3-September 06
Member No.: 57



On www.fountainchurch.org/waterCooler.html why isn't the bold text showing up?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
NovaArgon
post Jun 19 2008, 01:08 PM
Post #2


Always Need To Learn A New Code
*****

Group: Members
Posts: 265
Joined: 10-June 07
From: South Carolina
Member No.: 3,057



QUOTE(minidiapolis @ Jun 19 2008, 01:34 PM) *

On www.fountainchurch.org/waterCooler.html why isn't the bold text showing up?


It looks like to me the hole page is bold.

What font style are you using?

You might also try
CODE
<strong></strong> insted of <b></b>
but i don't know if there is a difference
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jun 19 2008, 01:41 PM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Yep, you've specified "font-weight : bold" for everything.

In theory, browsers could make the font bolder for the b or strong elements: CSS supports 9 levels of font-weight. In practice, you've got only two levels: normal and bold.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
minidiapolis
post Jun 19 2008, 01:59 PM
Post #4


Serious Coder
*****

Group: Members
Posts: 437
Joined: 3-September 06
Member No.: 57



Isn't the font-weignt for the menu bar?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jun 19 2008, 02:04 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(minidiapolis @ Jun 19 2008, 08:59 PM) *

Isn't the font-weignt for the menu bar?


This is.
CODE
#nav li p, #nav li a {
  font-weight : bold;
}


This isn't.
CODE
body {
    font-weight : bold;
    }
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 03:09 AM