Neofreaks
12-09-2005, 10:00 PM
This template modification will round off the top right hand corner.
Instructions
Downlaod the attached image (or create your own), name it rtop.gif, and upload it to the images/misc/ subdirectory of your forum directory.
In the CSS for the template in which you want to add this modification, add the following:
#round {
background: #FFF url(../../images/misc/rtop.gif) no-repeat top right;
}
In the 'header' template, find:
<!-- content table -->
Add above:
<div id="round"><br /></div>
In the 'navbar' template, find and remove the first <br /> tag.
Job done!
Enjoy! :D
Instructions
Downlaod the attached image (or create your own), name it rtop.gif, and upload it to the images/misc/ subdirectory of your forum directory.
In the CSS for the template in which you want to add this modification, add the following:
#round {
background: #FFF url(../../images/misc/rtop.gif) no-repeat top right;
}
In the 'header' template, find:
<!-- content table -->
Add above:
<div id="round"><br /></div>
In the 'navbar' template, find and remove the first <br /> tag.
Job done!
Enjoy! :D