I want to know how i put images in formatting bar? Just like that:
http://img174.imageshack.us/img174/5660/boldth4.gif

Comments

Krummrey’s picture

Status: Active » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.