Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Welcome Table Head/Base Images by Chris
// Do not redistribute without permission of the creator

var _head = "URL OF HEAD IMAGE";
var _foot = "URL OF FOOTER IMAGE";

// NO NEED TO EDIT
var t = document.getElementById("menu");
var h = new Image();
var b = h.cloneNode(false);
h.src = _head;
b.src = _foot;
t.parentNode.insertBefore(h,t);
t.parentNode.insertBefore(b,t.nextSibling);
</script>
<style type="text/CSS">
#menu { margin: 0px; }
</style>





This code will allow you to add head/base images to your welcome table with the banner.

Global Headers.


Last Edit: Dec 20, 2006 19:07:07 GMT by Chris

newBookmarkLockedFalling