sir when i insert a long string data the table size comes out of the page as show below.
should i userd table-layout:fixed;word-wrap:break-word; as:
table { border-width:1 px; background-color: #ffffff; border-right-color: #828DAF; border-bottom-color: #828DAF; border-top-color:#828DAF; border-left-color: #828DAF; table-layout:fixed; word-wrap:break-word; }
but its nt working???