Hi all,
Not sure if this is the correct place to post, but here goes anyway...
I've got two servers running the same website. The pages on one website are displayed correctly, but the same pages on the other website are incorrectly displayed. It's the text boxes for users to input data into that are being incorrectly displayed; on the correct page, the layout is:
Introducer: [ ]
Lender: [ ]
and on the incorrect page it's displaying:
Introducer:[ ]
Lender:[ ]
Viewing the source showed me that the style 'display: Inline-block' is missing.
Both servers are running windows server 2003 with IIS 6.0 and MS ASP.NET 2.0 AJAX Extensions. The server that's dispaying the pages correctly also has IIS Rsource (Kit Tools) installed.
I have no idea why one server is displaying correctly and the other isn't. Any ideas?
Thanks,
CZK