All Seeing Eyes Administrator
     member is offline
Joined: Sept 2006 Gender: Male  Posts: 1 Karma: 0 |  | How it's done « Result #1 on Sept 22, 2007, 12:01pm » | |
Add this code to global header
<style type="text/css"> <!-- BODY {background-image: URL(URL OF MAIN BACKGROUND); background-position: center; background-repeat: no-repeat; background-attachment: fixed;}
.bg2 {background-image: URL(URL OF INNER IMAGE); background-position: center; background-repeat: no-repeat; background-attachment: fixed;} --> </style>
<center> <table width="90%"> <tr> <td class="bg2" align="center" width="100%">
AND add this code to global footer
</td> </tr> </table>
</center>
ALSO, it's best to resize your board with this code in global footer
<script type="text/javascript"> <!-- fWidth = document.getElementsByTagName('table'); for(t=0; t<fWidth.length; t++) { if(fWidth[t].width=="92%") fWidth[t].width='728'; } // --> </script>
If you are wondering about the huge gap below the forum table, i added some linebreaks at the end of global footer
<br /><br /><br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br /><br /><br />
| |
|