Not Solved ad class problem
#1
Not Solved
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">
My Plugins

PM only paid support
Reply
#2
Not Solved
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{

}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)