XML background images
I'm looking for some help when displaying an XML pull from a database.
I've set the outer(main) element with a background imaged. This works just fine however when it's displayed there is a white margin that I can get too.
By putting this code in the xml doc --'Response.Write "<html> <body background='scanlinesB.gif' onclick='alert(document.all(0).outerHTML)'>" I was able to see that the browser was adding the <body> tag and I believe causing the image to only to be displayed in in first xml element not the entire page.
How can I kill the white areas?
Thanks in advance.
Tim Sweet
Tim Sweet
|