Line 228: | Line 228: | ||
// The function to write profile | // The function to write profile | ||
function write_profile(index){ | function write_profile(index){ | ||
− | var out = '<table border="0"><tbody>' | + | var out = '<table rulles="none" border="0"><tbody>' |
+ '<tr><td class="profile_header">Name:</td><td>' + profiles[index][0] + '</td></tr>' | + '<tr><td class="profile_header">Name:</td><td>' + profiles[index][0] + '</td></tr>' | ||
+ '<tr><td class="profile_header">School:</td><td>' + profiles[index][1] + '</td></tr>' | + '<tr><td class="profile_header">School:</td><td>' + profiles[index][1] + '</td></tr>' |
Revision as of 08:36, 16 August 2016