Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extended formating for the image

Status
Not open for further replies.

lakeside12

Programmer
Apr 20, 2009
43
CA
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';
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top