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
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.