Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   08-20-2006, 05:37 PM
HD Newbie
 
Join Date: Aug 2006
Posts: 32

Status: numaria is offline
Our site doesn't display the same way on different browsers and OS. Is there a tool, site or some resource on the Internet that can pinpoint the code or script or graphic etc which is the cause of cross browser problems?
__________________
.
Numaria.com For peace of mind +44 800 075 8187 +1 800 985 8187
Shared Hosting • Reseller • VPS • Dedicated Servers • SSL • Domain Names
.
 
 
 


Old
  Post #2 (permalink)   08-26-2006, 06:00 PM
HD Amateur
 
Join Date: Oct 2004
Location: Melbourne, Florida
Posts: 53

Status: dacsoft is offline
Quote:
Originally Posted by numaria
Our site doesn't display the same way on different browsers and OS. Is there a tool, site or some resource on the Internet that can pinpoint the code or script or graphic etc which is the cause of cross browser problems?
Check out your site using something like http://www.sitereportcard.com or http://www.w3.org

There are others, but I don't remember them right now.
__________________
Dacsoft Internet Services
Our Image - "Our least tangible, yet most valuable asset"
 
 
 


Old
  Post #3 (permalink)   08-28-2006, 03:44 AM
HD Newbie
 
Join Date: Jul 2006
Posts: 21

Status: zenndex is offline
As dacsoft mentioned, you could use some kind of validator service to check your coding.
Like on w3.org
__________________
zenndex - innovative design - zenndex.com
Only one chance to make a first impression ...
Give your website a unique look and gain customers.

 
 
 


Old
  Post #4 (permalink)   09-08-2006, 04:24 PM
HD Amateur
 
Join Date: Sep 2006
Posts: 63

Status: watchdoghosting is offline
I've used this before, this can be useful:

http://webxact.watchfire.com/

HTH
 
 
 


Old
  Post #5 (permalink)   01-05-2007, 04:49 PM
HD Newbie
 
Join Date: Jan 2007
Location: Milwaukee
Posts: 4

Status: EvilivE is offline
In order to get the best results you need to define your DTD!

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Also if you are using CSS it is a good idea to set all margins and padding to 0 and then define the element styles manually.

Code:
* { margin: 0; padding: 0; }
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On