hi
i want to display my table on an image which is on html page. how should i do it? i dont want to set image as background in table.
You can set the table style as
style = "postion:absolute;z-index:1;top:50px;left:50px"
Now you can manually adjust the top and left untill the table is displayed on image
You may want to search the web for "CSS positioning with divs".
insert your table in div tag and set your image as background for div, and fix the dimensions of the div.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.