MyBB Community Forums

Full Version: CAN ANY ONE HELP ME!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HOW TO GET THE 3 PANEL ON THE TOP LIKE THE ONE IN THE MUBB COMMUNITY FORUM

PLEASE TELL FAST AS IT VERY URGENT
THANKS IN ADVANCE
which panels?
If you stop posting in all capitals maybe we can help you. Shouting at us like there's a fire won't get your support any faster, and this is hardly urgent.

See here: http://community.mybb.com/thread-113651-...#pid825741

It's basic CSS and HTML.
Ok here is exact like of mybb code
Steps:
1. go to to Templates & Styles >> Templates >> Your Theme >> Header Templates >> header and at the end add this code

<style type="text/css">
.yash3 {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

.yash {
	background: #ADCBE7;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

.yash2 {
	background: #D6ECA6;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}
</style>
<p class="yash3"><strong>Some Text Here </strong> <a href="http://your link here">Link Name</strong></a> another text here(optional)</p>

<p class="yash2"><strong>Some text here:</strong> optional here?  <a href="https://your link here">Link Name</a>.</p>

<p class="yash"><strong>Some text here <a href="http://link here">Link name</a></strong>some optional  text here</p>

Preview:

[Image: 422284demo.png]