Bruce Banner Head Coder
      Click Click Boom member is offline
![[avatar] [avatar]](http://sz-ex.com/chris/ava/bhh8b7.png)
Joined: Nov 2006 Gender: Male  Posts: 17,332 Location: Nebraska Karma: 311 |  | Add Colors to UBBC Tables « Thread Started on Feb 9, 2006, 3:04am » | |
Code:<script> // Add Colors to UBBC Tables by CD // Do not redistribute without permission
var table = "000000"; // Table color var post = "FFFFFF"; // Table cells color
// No need to edit var aTB = document.getElementsByTagName("TABLE"); if(document.all && location.href.match(/action=display/i)){ for(a=4;a<aTB.length;a++){ if(aTB[a].border == 1){ aTB[a].className = "tab2"; } } document.write("<style>\ntable.tab2 { background-color: #"+table+"; }\ntable.tab2 tr td { background-color: #"+post+"; }\n</style>"); } else { document.write("<style>\ntable[border=\"1\"] { background-color: #"+table+"; }\ntable[border=\"1\"] tr td { background-color: #"+post+"; }\n</style>"); } </script> |
|
Global or Board Footers.
|
![[image] [image]](http://sz-ex.com/misc/sigs/staff/style4/admin_chris.png) ![[image] [image]](http://apocalypse.hstr.me/StudioZero/projectapocalypsechris.png) Coming soon(er or later) to SZ: - [user] and [pmuser] UBBC tags - Houdini - CIv4 - Project Apocalypse - Minimizer |
|
tenkabuto Senior Member
    [p:101] member is offline
![[aim] [aim]](http://www.sz-ex.com/v1/icons/aim.gif)
Joined: Jan 1970 Gender: Male  Posts: 420 Karma: 0 |  | Re: Add Colors to UBBC Tables « Reply #1 on Feb 11, 2006, 12:12am » | |
Description / Explaination of what this does?
|
|
|
Bruce Banner Head Coder
      Click Click Boom member is offline
![[avatar] [avatar]](http://sz-ex.com/chris/ava/bhh8b7.png)
Joined: Nov 2006 Gender: Male  Posts: 17,332 Location: Nebraska Karma: 311 |  | Re: Add Colors to UBBC Tables « Reply #2 on Feb 11, 2006, 7:31am » | |
Colorize the borders of UBBC tables used in posts.
|
![[image] [image]](http://sz-ex.com/misc/sigs/staff/style4/admin_chris.png) ![[image] [image]](http://apocalypse.hstr.me/StudioZero/projectapocalypsechris.png) Coming soon(er or later) to SZ: - [user] and [pmuser] UBBC tags - Houdini - CIv4 - Project Apocalypse - Minimizer |
|