I am not sure why I am getting this error.
Code:
courses.append("<table border=\"3\" id=\"courses\" cellpadding=\"5\" cellspacing=\"5\">" +
"<tr><th width=\"255\">Course</th><th width=\"255\">" +
"Authors</th><th width=\"275\">Tags</th></tr>");
The error I am getting says that the first attribute of the table which is border must have a value in
double quotes. I thought the \"3\" produced the double quotes, since \"3\" is surrounded by double quotes.
Any advise? I am stuck! This is my first post.