MyBB Community Forums

Full Version: Add a border like this.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, I want to know how I can add a border like this to my forum:
[Image: EDkmybbcQYA.png]

This is what my forum currently looks like:
[Image: qxUredbordmP2.png]

Thanks in advance!
Does your website contains any Hacking content? Undecided
You can't get support on this forum if your website contains illegal content (like pornography, hacking, ...)
(2011-05-13, 02:21 PM)Aries-Belgium Wrote: [ -> ]Does your website contains any Hacking content? Undecided
You can't get support on this forum if your website contains illegal content (like pornography, hacking, ...)
No, it doesn't.
Go to: ACP > Themes > Your theme > global.css > and find;
body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}

and add the image path in background attribute, like this;
body {
	background: #fff url(images/bg.gif);
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}

Now Upload bg.gif to the ./images/ folder of your forums Wink
http://real effing deal. zxq .net

[Image: screenshotgy.png]
Strange, I didn't see any hacking forum when I first visit to his site. Undecided

@ Xodiac: Please remove the hacking forums, otherwise you can't get supported over here, Unfortunately.
(2011-05-13, 02:31 PM)Malcolm. Wrote: [ -> ]http://real effing deal. zxq .net

[Image: screenshotgy.png]
Only the sections prevail, no threads, no posts (:
Btw @ Yaldaram, what sort of Image do I use?
(2011-05-13, 02:35 PM)Xodiac Wrote: [ -> ]Btw @ Yaldaram, what sort of Image do I use?

I'm sorry Xodiac, until you remove those hacking related forums, I can't give you further help.
(2011-05-13, 02:36 PM)Yaldaram Wrote: [ -> ]
(2011-05-13, 02:35 PM)Xodiac Wrote: [ -> ]Btw @ Yaldaram, what sort of Image do I use?

I'm sorry Xodiac, until you remove those hacking related forums, I can't give you further help.

Fine, fine, done.
Replace that image with the border you want Smile

like this;
body {
	background: #1b1b1b url(http://d2media.iventa.com/DingLife/DiagonalStripesHeader.jpg);
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
Pages: 1 2