I have copied a website using a software.There is slight difference between orignial site any my copied site is,font size,images and everything else on my copied site is smalller than original size.I matched the doctype also.I copied the same css files also.And same classes r being applied on my copied site but still there is font images etc size difference in my copied site. Plz help me what could be the reason ? Thanks.
You may have just zoomed in or out on your browser settings. Check that they are set to normal: View ->> Zoom ->> Reset
ya that could be the problem but i opened both pages in same browser.Even then my page and original page textfield images sizes r different.If zoom level is the issue then that zoom level should be applied on both windows of the broswer.
the problem could also be in the css. if ../csspage is used, then the page isn't grabbing the css properly. you'll have to make it look like http://thesite.com/csspage. ../csspage only works within servers. If it's not on the server it doesn't work.
i checked in firebug firefox addon which shows the css classes being applied and classes r applied correctly.So no issue of css file path