Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

browser compatibility issues


1984cc

Recommended Posts

Look at "view source" with your browser.

 

Near the top, you'll see this

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="LTR" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Midwest Dub Parts</title>

<base href="">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

<body>

 

The base href is empty, so IE cannot find your stylesheet.

 

Check your catalog/includes/configure.php file

 

look at the entry near the top, for HTTP_SERVER. It needs to be:

 

define('HTTP_SERVER', 'http://www.midwestdubparts.com');

 

or you can leave the www off...whichever.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...