MyBB Community Forums

Full Version: change the character / with something else?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks, thanks, nice nice lol! Big Grin

But i would like to make it smoothy, to look more profesional, if you want ofc.

Can you make it for the php code code?

Another question, how can i center inside the post the code, quote?

Another question, how to make the code to have a scroll bar on the down side like on the right side, when the code is huge to the right side, to apear a scroll bar, i dont know if u understand what i mean Big Grin?

[Image: 07032013134532.png]
To center BLOCKQUOTE & CODE, go to global.css & add this:
blockquote, .codeblock {
  margin: auto!important;
}

To have the scroll bars in CODE, add this in GLOBAL.css:

.codeblock {
 max-height: XXXpx;
}

Just adjust XXX upto your requirements Smile

What do you mean by "Can you make it for the PHP code??" Do you mean make the PHP Code outside of the block?
NEVER MIND, im going to keep the default position of the quote and code, to much complicated.

You know how to make the php code to be like code?

this is how looks now php code framework:

[Image: 07032013180112.png]

and i want it like the other ones, and im done with this haha
Pages: 1 2