I Downloaded a site and uploaded it in my test server. Functionality are working fine but de开发者_开发知识库signs are not....
How can i able to solve this... Kindly give me an idea to solve this issue..
Website developed using PHP
Thanks in advance...
The page you are serving is not the same as Source Site page, there's all manner of differences.
Start with the stylesheets they are using: one has
<link href="style.css" rel="stylesheet" type="text/css">
the other
<link href="skins/template.css" rel="stylesheet" />
精彩评论