user1717080
user1717080

Reputation: 1

Dreamweaver and Excel

I imported some Excel files with frames in Dreamweaver.

In IE the frames work well, but it doesn't work in Chrome

Here's the site

Upvotes: 0

Views: 126

Answers (1)

Quentin
Quentin

Reputation: 943635

That looks very much like Excel generated "HTML" rather than anything Dreamweaver put out.

The basic problem is that it is covered in proprietary Microsoft gubbins which isn't supported outside of IE.

The solution is to build a proper webpage out of the data and to not trust Excel's HTML export.

Upvotes: 1

Related Questions