lakeside12
Programmer
Hi
This is a simple question
I have some formatting to do on an image. Ordinarily I would use the following state after the image in HTML
border="0" style="background-color: #FFFFFF; border-style: none; padding: 0px;
How do I apply that to this lien in javascriopt
document.getElementById('myimage2').src='picture.png';
This is a simple question
I have some formatting to do on an image. Ordinarily I would use the following state after the image in HTML
border="0" style="background-color: #FFFFFF; border-style: none; padding: 0px;
How do I apply that to this lien in javascriopt
document.getElementById('myimage2').src='picture.png';