War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 08-11-2009, 10:14 AM   #1
Advanced Warrior
 
Join Date: Aug 2006
Location: U.K
Posts: 736
Blog Entries: 4
Thanks: 0
Thanked 17 Times in 11 Posts
Default Re: Web design question - Bold text not showing?

Hey Guys,

Just had a quick question, wonder if anyone can help me?

Basically I have some test showing fine in firefox - it is bold like it is meant to be, althought in IE8 I cannot get it to appear bold!

I have checked the tags <b> </b> and they are fine.

Also checked the code after I have uploaded the page and everything appears fine.

Anyone had this sort of problem before with IE8 or know how to fix it?

Thank you for any help.

Chris

Chri5123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009, 10:51 AM   #2
Senior Warrior Member
War Room Member
 
Ron Douglas's Avatar
 
Join Date: Oct 2004
Location: Long Island, New York
Posts: 1,951
Thanks: 242
Thanked 539 Times in 120 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to Ron Douglas
Default Re: Web design question - Bold text not showing?

Are you using a css style sheet? I had a problem once where the stylesheet was overriding the html edits I made.


--> I Challenge You To Find An Easier Way To Make Money Online Than This - See Video


--> Have You Seen TrafficOutsourcing.com?
Ron Douglas is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009, 10:53 AM   #3
WarriorDojo.com
War Room Member
 
Michael Mayo's Avatar
 
Join Date: Jul 2005
Location: USA. Kentucky
Posts: 3,016
Blog Entries: 10
Thanks: 473
Thanked 341 Times in 155 Posts
Social Networking View Member's FaceBook Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to Michael Mayo Send a message via Skype™ to Michael Mayo
Default Re: Web design question - Bold text not showing?

Try going to your site with out the www in front of it.
Or, with the www if you've been visiting the site without it.

You may be only seeing what your system has stored in memory.



Have a Great Day!
Michael
Quote:
Originally Posted by Chri5123 View Post
Hey Guys,

Just had a quick question, wonder if anyone can help me?

Basically I have some test showing fine in firefox - it is bold like it is meant to be, althought in IE8 I cannot get it to appear bold!

I have checked the tags <b> </b> and they are fine.

Also checked the code after I have uploaded the page and everything appears fine.

Anyone had this sort of problem before with IE8 or know how to fix it?

Thank you for any help.

Chris

Michael Mayo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009, 12:09 PM   #4
Warrior Member
 
A_Kommon_Man's Avatar
 
Join Date: Aug 2009
Posts: 23
Thanks: 3
Thanked 0 Times in 0 Posts
Default Re: Web design question - Bold text not showing?

You may want to try setting up the attribute of the layout and text of your site with an external CSS instead of using HTML tags.

This may help your problem.

Best regards!

"The world is moving so fast these days that the man that says it can't be done is generally interrupted by someone doing it." - Harry Fosdick
A_Kommon_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009, 12:11 PM   #5
aka Bill Farnham
War Room Member
 
Killer Joe's Avatar
 
Join Date: Feb 2008
Location: Virginia, USA.
Posts: 827
Blog Entries: 5
Thanks: 245
Thanked 297 Times in 204 Posts
Default Re: Web design question - Bold text not showing?

Hi Chris,

I don't know if this applies to your problem, this is just sort of a 'catch-all' type of a fix...

If your page code starts out with this line:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">...then your code will need to conform to a much tighter protocol than if it reads like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/transitional.dtd">

I have built websites where I wasn't paying attention to the opening code line when I first started to create the site and have had to go back and change the word "strict" to the word "transitional".

If your code says "strict", perhaps changing it would help.

KJ

Visit the lighter side of Internet Marketing on my WF blog. Internet Marketing Satire

And Now For Something Completely Different - www.Rapid3DGraphics.com
Killer Joe is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009, 01:03 PM   #6
Advanced Warrior
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 972
Thanks: 106
Thanked 143 Times in 103 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Web design question - Bold text not showing?

Three things. One, as Michael Mayo implied, it may be a browser caching issue. To force your browser to refresh the page from the server (get the latest version) use the Ctrl-F5 key combination. That works in Firefox and IE.

Two, the right HTML tag to use for bold text is <strong> not <b>. The use of <b> was deprecated some time ago. Even better, use <span style="font-weight:bold;">. Or even better, use <span class="bold"> and define a style:
Code:
.bold {
    font-weight: bold;
}
And finally, there's a section in this forum where questions like this belong, called Website Design. The main section is for money-making discussions only.

Steve

Executive I.T. consulting for small/medium business
Website development | PHP - MySQL - JavaScript expert programming
Software requirements analysis | Specification writing
Project management | Vendor relationship management
Steve Diamond is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
bold, design, question, showing, text, web

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:39 PM.