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)

Link to comment
Share on other sites

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;
}

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.