CSS : Input -> Submit button
CSS : Input -> Submit button
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- spiralstarez0
if you are using dreamweaver, very easy to do a search and replace in your entire site (ctrl+F)
then find:
input type="submit"
replace:
input type="submit" class="submitStyle"
would take only a few minutes...