Jump to content

My site looks different on different domains


BelowZero

Recommended Posts

I wrote a program using my usual domain.

I purchased a new domain name on the same company's servers and copied all the files to the new domain.

Now my table styling and a couple other things look completely different. No changes made in any of the code and it looks different no matter what browser I'm testing.

Can somebody offer any explanation that might explain this?? Thanks.

 

www.tonalproductions.net/teetimes/publicteetimes.php

(How it should look)

 

www.teetimemaker.com/teetimes/publicteetimes.php

(New domain)

Your CSS files are different.

th		{
	border: 1px;
	border-style: outset;
	text-align:center;
	font-size: 12px;		
}

td		{
	border: 1px;
	border-style: outset;		
}

vs

th		{
	border: 1px;
	border-style: inset;
	text-align:center;
	font-size: 12px;		
}

td		{
	border: 1px;
	border-style: inset;
}

oops, I was playing with the stylesheet, but it made no difference.

I changed the stylesheet so that they were exactly the same and get the same result.

Furthermore, I tried it under yet another domain name and am getting a third look.

All 3 exactly the same. All 3 different looks.

Strange stuff, but I'd like to figure out why.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.