![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Aug 2006 Location: U.K
Posts: 1,720
Blog Entries: 4 Thanks: 94
Thanked 311 Times in 175 Posts
|
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... | |
| | |
| | #2 |
| Self Made War Room Member Join Date: Oct 2004 Location: Long Island, New York
Posts: 2,744
Blog Entries: 3 Thanks: 780
Thanked 1,628 Times in 403 Posts
|
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 | |
| | |
| | #3 | |
| WSOGold.com War Room Member Join Date: Jul 2005 Location: USA. Kentucky
Posts: 4,427
Blog Entries: 16 Thanks: 1,552
Thanked 1,294 Times in 659 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:
| |
| SAVE KIM WINFREY MEGA WSO! KEEP KEN STRONG FUNDRAISER - HELP KEN BEAT CANCER Coming Soon: Forum Ferret - Digg Deeper | ||
| | |
| | #4 |
| Eager Warrior Join Date: Aug 2009
Posts: 24
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! |
|
Dream Big Dreams!
| |
| | |
| | #5 |
| Videos for the Web War Room Member Join Date: Feb 2008 Location: Virginia, USA.
Posts: 2,704
Blog Entries: 5 Thanks: 2,585
Thanked 2,818 Times in 1,421 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 |
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 | |
| | |
| | #6 |
| Senior Warrior Member War Room Member Join Date: Apr 2006 Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 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 | |
| |
![]() |