I am having problem applying the DIV Justify on the line mentioned below. 'theLink' is formatted URL and the rest is normal text. So, I am getting 'Type Mismatch' error. But, I want to apply the
for the total. Any ideas please ? function createTable() { var x = xmlDoc.getElementsByTagName('topic'); var newEl = document.createElement('TABLE'); var tmp = document.createElement('TBODY'); newEl.appendChild(tmp); ...