MyBB Community Forums

Full Version: Insert Image with rectangulare
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want insert image on my forum like

[Image: 246shoes.jpg]

How to create this?
I don't know what you're asking, can you clarify??
(2010-10-08, 09:06 PM)Kyuubi Wrote: [ -> ]I don't know what you're asking, can you clarify??
I THINK he means, when a user post a image he wants it re-sized and put into a rectangle like the above images.

.post_body img[alt^="[Image:"] {
padding:5px;
background:#ddd;
border: 1px dotted #000;
}

Need to edit to how you want it.
(2010-10-08, 10:19 PM)Damion Wrote: [ -> ]
.post_body img[alt^="[Image:"] {
padding:5px;
background:#ddd;
border: 1px dotted #000;
}

Need to edit to how you want it.

where I paste this code?

thank you..sorry for my bad english
That will be in global css, that can be founded in theme management, by going to styles tab in admin cp, and then clicking the theme name, in there is global css, past at the end of document
i insert code but not fuction
(2010-10-09, 10:41 AM)eleweb Wrote: [ -> ]i insert code but not fuction

I don't really understand what you mean... Sad
the code not work Sad
Where did you put the code...?
Pages: 1 2