Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <fieldset class="coffee">
  2. <legend>Add product background history photography and text, by collection type</legend>
  3. <tr>
  4. <th>
  5. <label for="my_collection">Collection</label>
  6. </th>
  7. <td>
  8. <select class="collection" name="my_collection" />
  9. </td>
  10. </tr>
  11.  
  12. <tr>
  13. <th>
  14. <label for="my_file">File Upload</label>
  15. </th>
  16. <td>
  17. <input type="file" name="collectionNameHere" data-max-width="500" data-max-height="300" />
  18. </td>
  19. </tr>
  20. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement