MyBB Community Forums

Full Version: ad class problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, why when I add smalltext class to input buton to "Post Replay" this dont work?
I don't want to create new class or use style+""


<input type="submit" class="button smalltext" value="Post Reply" tabindex="2" accesskey="s" id="quick_reply_submit"> <input type="submit" class="button" name="previewpost" value="Preview Post" tabindex="3">
Try this

<input type="submit" class="smalltext button" value="Post Reply" tabindex="2" accesskey="s" id="quick_reply_submit"> <input type="submit" name="previewpost" value="Preview Post" tabindex="3">

go to global.css

add button class which is
.button{

}