hi, is there any way to make the talbe size fixed? Now, although i define its width & height, it expands depending on the contents. Also, I don't want to use div instead of table tag as its already built, so plz don't suggest that. Thanks in advance
Hello. A table will always grow if its contents demand a greater size than what you fixed. Let us say that you fixed a width of 100 px, but you put inside it a picture with a width of 200 px. The width of the table will grow to accommodate the picture. See this tutorial: Tables tutorial