Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfitton/5744862 to your computer and use it in GitHub Desktop.
Save ryanfitton/5744862 to your computer and use it in GitHub Desktop.
<div style='clear:both;margin-bottom:10px;overflow:auto;'>
<label>Image 1: </label>
<input name='image_1_port' id='image_1_port' style='width:200px' />
<input id='_btn' class='upload_image_button' type='button' value='Choose Image 1' />
</div>
<div style='clear:both;margin-bottom:10px;overflow:auto;'>
<label>Image 2: </label>
<input name='image_2_port' id='image_2_port' style='width:200px' />
<input id='_btn' class='upload_image_button' type='button' value='Choose Image 2' />
</div>
<div style='clear:both;margin-bottom:10px;overflow:auto;'>
<label>Image 3: </label>
<input name='image_3_port' id='image_3_port' style='width:200px' />
<input id='_btn' class='upload_image_button' type='button' value='Choose Image 3' />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment