|
Post by bass5098 on Mar 25, 2007 16:04:06 GMT -5
NO PREVIEW AVAILIBLE
place in gloabl header
<script type="test/javascript"> <!-- var ibanner = "banner url" // the url to your banner var iboimg = "body image url" // the url to the middle image
document.write('<center><img src="'+ibanner+'"><br>'); document.write('<div style="width: 100%; background: #ffffff url('+iboimg+') repeat-y fixed top center;">'); //--> </script>
place in global footer
<script type="text/javascript"> <!-- var ibaimg ="bottom img url" // the url to the image you want on the bottom
document.write('</div><img src="'+ibaimg+'"></center>');
var innerTableWidth = "650";
var iTable = document.getElementsByTagName("table"); for(t=4; t<iTable.length; t++){ if(iTable[t].width == "92%"){ iTable[t].width = innerTableWidth; } }
//--> </script>
|
|
|
Post by .Revolution on Mar 25, 2007 16:05:04 GMT -5
Thanks for contribution to Pixel Designs e1
|
|