Thanks plattopus and Michael2 !!
Got it to work - so for future inqueries this is what was done :
1. Go to Admin CP
2. Choose "Add/Modify Style"
3. Scroll down to "Head Insert"
4. Look for
</style> and ADD ABOVE it :
Quote:
}
.bevel3d {
BORDER-TOP: #FFFFFF 5px solid;
BORDER-LEFT: #FFFFFF 5px solid;
BORDER-RIGHT: #606096 5px solid;
BORDER-BOTTOM: #606096 5px solid;
}
|
5. Note-
5px this number can be changed to alter the size of the borders. Save this file.
6. Now go to "Add Replacement" and enter the following:
Replacement set:
default
Code to find:
{bevel}
Code to insert:
class="bevel3d"
Then save.
7. Now go to your "Templates" and insert
{bevel3d} into the the files that you want to look 3D-ish,
example:
Quote:
<td bgcolor="#8080A6" {bevel3d}><smallfont> </smallfont></td>
<td bgcolor="#8080A6" {bevel3d} width="55%" align="left"><smallfont color="#EEEEFF"><b>Forum</b></smallfont></td>
|
8. Enjoy.