Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-11-2009, 10:14 AM   #1
Senior Warrior Member
War Room Member
 
Chri5123's Avatar
 
Join Date: Aug 2006
Location: U.K
Posts: 1,720
Blog Entries: 4
Thanks: 94
Thanked 311 Times in 175 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

Want A Step By Step Guide To Making $100+ A Day?

SWTOR Savior Is 100+ Gravity In Under 3 Weeks...


CLICK HERE TO MAKE $100 A DAY FAST...
Chri5123 is offline   Reply With Quote
Old 08-11-2009, 10:51 AM   #2
Self Made
War Room Member
 
Ron Douglas's Avatar
 
Join Date: Oct 2004
Location: Long Island, New York
Posts: 2,744
Blog Entries: 3
Thanks: 780
Thanked 1,628 Times in 403 Posts
Social Networking 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.

Ron Douglas - MBA, CFA, NY Times Best Selling Author. As seen on Good Morning America, Home Shopping Network, Fox, ABC, NBC, People Magazine etc.
- Discover how I sold 1.1 million books and ebooks CLICK HERE
- Forget micro niches - Go Mainstream - $5.8 Million Case Study
IT Outsourcing | Copycat Recipes | Best Traffic Course
Ron Douglas is online now   Reply With Quote
Old 08-11-2009, 10:53 AM   #3
WSOGold.com
War Room Member
 
Michael Mayo's Avatar
 
Join Date: Jul 2005
Location: USA. Kentucky
Posts: 4,427
Blog Entries: 16
Thanks: 1,552
Thanked 1,294 Times in 659 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter 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   Reply With Quote
Old 08-11-2009, 12:09 PM   #4
Eager Warrior
 
A_Kommon_Man's Avatar
 
Join Date: Aug 2009
Posts: 24
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!

Dream Big Dreams!
A_Kommon_Man is offline   Reply With Quote
Old 08-11-2009, 12:11 PM   #5
Videos for the Web
War Room Member
 
Bill Farnham's Avatar
 
Join Date: Feb 2008
Location: Virginia, USA.
Posts: 2,704
Blog Entries: 5
Thanks: 2,585
Thanked 2,818 Times in 1,421 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
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


If you are a Real Estate Agent or know someone who is...Branding Videos for Real Estate Agents
Video Creators - Sign Up to get your FREE Sample Pack of 15 Viralmation Video Effects and start using these today. Works great with all video software. Videos for the Web - Got Video? Watch this!...Videos by Rapid 3D Graphics
Bill Farnham is online now   Reply With Quote
Old 08-11-2009, 01:03 PM   #6
Senior Warrior Member
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube 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   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 07:56 PM.