A forum block that consists of a background from the banner down past the boards and then a copyright image.
eg.G101
Like that.
Very bottom of main header:Code:
- <div style="width: 750px;background: url(BACKGROUND URL)">
- <div style="width: 100%;background: url(BANNER URL)"></div>
Very top of main footer:
Just change the "750px" in the first div to however big your banner/background block is, and then replace the porper areas with your images.![]()
Thanks Marc ...
Although it aligns the main section of the forum left![]()
Code:
- <div style="text-align: center;">
- <div style="width: 750px;background: url(BACKGROUND URL); margin: auto; text-align: left;">
- <div style="width: 100%;background: url(BANNER URL)"></div>
You could give that a try. It should center it.
Knew I forgot something.![]()