![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Advanced Warrior
|
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Warrior Member
War Room Member
Join Date: Oct 2004
Location: Long Island, New York
Posts: 1,951
Thanks: 242
Thanked 539 Times in 120 Posts
|
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? |
|
|
|
|
|
|
#3 | |
|
WarriorDojo.com
War Room Member
Join Date: Jul 2005
Location: USA. Kentucky
Posts: 3,016
Blog Entries: 10
Thanks: 473
Thanked 341 Times in 155 Posts
|
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:
| |
|
*Stop Wasting Time Trying to Find the WSO you need. Get This Now! ***(WSO Keyword Spy)***
WSO#1 Make a Recurring Local Biz Fortune 10 Videos/Transcript/Resource Guide! WSO#2 The Exact Formula Video Series, How To Dominate Any Niche in 6 Months or Less! Do You Need a IM Coach ? |
||
|
|
|
|
|
#4 |
|
Warrior Member
Join Date: Aug 2009
Posts: 23
Thanks: 3
Thanked 0 Times in 0 Posts
|
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
|
|
|
|
|
|
|
#5 |
|
aka Bill Farnham
War Room Member
Join Date: Feb 2008
Location: Virginia, USA.
Posts: 827
Blog Entries: 5
Thanks: 245
Thanked 297 Times in 204 Posts
|
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 |
|
|
|
|
|
|
#6 |
|
Advanced Warrior
War Room Member
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 972
Thanks: 106
Thanked 143 Times in 103 Posts
|
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;
}
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 |
|
|
|
|
![]() |
|
| Tags |
| bold, design, question, showing, text, web |
| Thread Tools | |
|
|
![]() |