- Joined
- Jan 12, 2016
- Messages
- 7,098
- Reaction score
- 21,951
- Points
- 1,263
I guarantee you at least 1 person is.@Kerek a couple of new ones and a line of code that pushed the submit button to the right. I dunno why I C+P all the lines.
..and I hope people arent just clicking when they see a certain shoe. you still need to modify.Code:presets.push(['Athletic', 1,3,1,1,1,1]); presets.push(['Boot', 1,2,1,1,2,4]); presets.push(['High Heel Boot', 1,1,3,2,3,4]); presets.push(['Open Flats', 1,3,3,2,3,4]); presets.push(['Flip Flop/Sandals', 1,3,2,3,3,3]); presets.push(['Not A Shoe', 3,4,4,4,4,6]); $('#submitButton').css('margin-left','1000px');