I want to know how i put images in formatting bar? Just like that: http://img174.imageshack.us/img174/5660/boldth4.gif
That can be done with CSS.
Example:
input.bbcode_wysiwyg { height: 22px; width: 22px; text-indent: -1000em; } input.bbcode_wysiwyg:hover { background-color: #4BA9EB; } input.bbcode_wysiwyg_down { background-color: #4BA9EB; } #bbbold { background-image: url(images/BBCode/bbbold.gif); }
You'd have to provide a button for each BBCode. Status set to fixed.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
Krummrey commentedThat can be done with CSS.
Example:
You'd have to provide a button for each BBCode.
Status set to fixed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.