I have admire for some time the use of images surrounding a dropbox, used here and there in tables, etc, especially in "framing" materials on a web page.
I now find myself in a position in which I need to build an image "frame" around a chart, and so I have taken the full images and "cut out" the various images as if making a puzzle, and then inserting these images into their respective <td> blocks within the table.
The imgages are of course cut to the exact "pixel" so that a "merged" image will result when two images are sitting next to each other in different <td> cells.
For some reason I cannot seem to get rid of what appears to be default spacing between the images. I set the cellpadding and cellspacing to zero, yet these spaces persist, and do not allow the images to tough edge to edge.
This is only problem I am facing with the project I am working on, the code was the easy part (ASP.NET - making it work). The difficult part seems to get these images into "position" so that a persistent and dependable "frame" appears with no gapping or general disorder when the web page is called.
I sure could use a tip or two on this effort. Many thanks in advance for you help.
I now find myself in a position in which I need to build an image "frame" around a chart, and so I have taken the full images and "cut out" the various images as if making a puzzle, and then inserting these images into their respective <td> blocks within the table.
The imgages are of course cut to the exact "pixel" so that a "merged" image will result when two images are sitting next to each other in different <td> cells.
For some reason I cannot seem to get rid of what appears to be default spacing between the images. I set the cellpadding and cellspacing to zero, yet these spaces persist, and do not allow the images to tough edge to edge.
This is only problem I am facing with the project I am working on, the code was the easy part (ASP.NET - making it work). The difficult part seems to get these images into "position" so that a persistent and dependable "frame" appears with no gapping or general disorder when the web page is called.
I sure could use a tip or two on this effort. Many thanks in advance for you help.