I am having some problems with a webview I am using to access a specific URL within my Activity. When I load this exact same URL on a PC browser such as firefox, the edges of the grid are displayed

When I try to load the same URL from within my WebView by using
webView.loadURL("www.url.com");
I get the following grid.

Any ideas on how I can fix this? It’s not a major issue, just annoying.
And this isn’t real data, so don’t worry about that.
I don’t know that much about HTML so maybe this is an HTML issue?
Apologize for using imageshack, I can’t post images yet.
Have you tried scrolling to the side? Does it display the images, then?
You might try the following:
Building webpages to support different screen densities
Take a look at the Android documentation there. It should give you a good example of how to get your data to display properly on any device.
Hope this helps!