top



I made my own forum and I think I did well., Until I had it reviewed. Then I noticed that what the people where saying was right. I need to do two things on my forum.



  • Change the background of my banner. Like behind it
  • Make a border
I am using PHPbb3, and would appreciate any feedback! If you need screen shots, just ask! Thanks!

Cheers,
Harperboy326

For the banner background..

Code:

.headerbar{background-color:#383838;background-image:url(UR BACKGROUND LINK HERE);background-repeat:repeat-x;padding:5px}

for the border:
Code:

#wrap {
  border: 2px #UR COLOR solid;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

Change background and border using CSS:

Code:
#logo-desc {
background-image: url(BACKGROUND IMAGE URL);
}

.headerbar {
border: 5px solid #CCCCCC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

Edit: Gangstar, you.. you!

Thanks guys! However, I cant seem to find a good background that would math my banner. Could you help? And with the border, does it add the border around the forum itself or the banner?

My Forum

Change the width of your forum to have borders around the forum (:
and if ur banner was transparent it could be better (:

What did you actually want border for? My code made border around the banner.. gangstar around the forum Wink

By the way.. Try this html color: #0373b3.. And please just post a screenie next time Wink

Edit: OMG? Gangstar.. you.. got before me again..? Crying

Solved Banner backgorund and border Checkmark_korganizer

As this topic appears to be resolved, i will now lock it and mark it as solved.