/ Published in: HTML
By Philkav for r/mw2 & the rest of reddit :D
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head> </head> <body> <hr/> <form action = "add.php" method = "post"> <div align = "center"> <table> <tr> <td> <img src = "img/redditAlien.png"> </td> <td> <table> <tr> </tr> <tr> <td> <select name = "system"> <option value = "PS3">PS3 <option value = "360">360 <option value = "PC">PC </select> </td> <tr> </tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> </td> </tr> </table> </div> </form> </body> </html>