LebronJames
Programmer
- Apr 5, 2003
- 93
Here is my code:
document.write(' <table border="1" width="100%">');
document.write(' <tr>');
document.write(' <td width="50%">Bureau of Child</td>');
document.write(' <td width="50%">Development</td>"');
document.write(' <tr> ');
document.write(' </table>');
How Do I add this line to 4th line of my code?
Add THIS:
document.write("<IMG SRC='"+pics[thenum]+"' border='0' width='"+pic_width+"' height='"+pic_height+"' name='img1'>\n");
TO THIS:
document.write(' <td width="50%">Development</td>"');
document.write(' <table border="1" width="100%">');
document.write(' <tr>');
document.write(' <td width="50%">Bureau of Child</td>');
document.write(' <td width="50%">Development</td>"');
document.write(' <tr> ');
document.write(' </table>');
How Do I add this line to 4th line of my code?
Add THIS:
document.write("<IMG SRC='"+pics[thenum]+"' border='0' width='"+pic_width+"' height='"+pic_height+"' name='img1'>\n");
TO THIS:
document.write(' <td width="50%">Development</td>"');