i think its problem with the table.table is not used to padding.i have to first include cell margin then i can use padding.some 1 from other forum...
function alterpadbottom(id){ if(document.getElementsByTagName){ var table = document.getElementById(id); var rows =...
i m padding in a table
document.getElementById(id).style.paddingLeft = '20px'; why this is not working
Separate names with a comma.