If you use Photoshop the image will look somewhat like this
Then you will need to slice it using the Photoshop slicing tool, if you don't know what that tool looks like hit shift+k and it will put you on it. An example of how the image will look when you use the slice tool can be found below and it really doesnt matter how you do it.
Once you get something that looks like the above pic and has three different sections you will need to hit ctrl+ right mouse click to select the slice then copy that selection and make a new image the same height and width as the sliced image, Photoshop should do that automatically if you copied the slice portion already but make sure. Then in the new image use the paste tool to get the image then delete the background from that image so that the background become transparent. You will then want to save this new file with only the sliced part in prosliver/theme/images/. For the top portion of the image usally save it as top-border.gif then the middle as middle-border.gif and the bottom as bottom-border.gif, however you can do as you please. Repeat this step for the other two slices you made.
Now you should have 3 new image inside the prosliver/theme/images directory which we will use latter on in the stylesheet. You will now want to open prosilver/theme/stylesheet.css then,
Find:
- Code: Select all
@import url("colours.css");
After Add:
- Code: Select all
@import url('borders.css");
You can then close that file and open this file border.css and save it inside the same directory as the stylesheet.css. Then
Open: prosilver/template/overall_header.html
Find:
- Code: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
After add:
- Code: Select all
<div id="header-bg"></div>
<div id="wrap-bg">
Open: prosilver/template/overall_footer.html
Find:
- Code: Select all
</div>
</div>
</div>
After add:
- Code: Select all
</div>
<div id="footer-bg"></div>
Hope this helps everyone and I will update it in a little bit making it easier to follow and read.
border.css file















U R Absolutely Amazing!
in everything you do.



