Infosite
« How it's done »
Welcome Guest. Please Login or Register . Dec 19, 2009, 11:38pm
Infosite :: General :: General Board :: How it's done Author Topic: How it's done (Read 175 times)
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0How it's done « Thread Started on Sept 22, 2007, 12:21pm »
Basically this is a 9 cell table (3x3) that has the forum table in the middle. one of the first things to do is go to headers and footers, and you'll see 'header preferences' if you want the 'frame' to include the welcome table, change global to be 'above titlebar'. then in global header, place this code <style type="text/css"> <!-- .tl { background-image: url(TOP LEFT URL); background-repeat: repeat-x;} .t { background-image: url(TOP MIDDLE URL); background-repeat: repeat-x;} .tr { background-image: url(TOP RIGHT URL); background-repeat: repeat-x;} .l { background-image: url(LEFT URL); background-repeat: repeat-y;} .r { background-image: url(RIGHT URL); background-repeat: repeat-y;} .bl { background-image: url(BOTTOM LEFT URL); background-repeat: repeat-x;} .b { background-image: url(BOTTOM MIDDLE URL); background-repeat: repeat-x;} .br { background-image: url(BOTTOM RIGHT URL); background-repeat: repeat-x;} .menubg { background-color: #999999;} --> </style><br /> <table width="788" cellpadding="0" cellspacing="0" align="center" border="0" > <tr> <td class="tl" height="30"> </td> <td class="t" height="30"> </td> <td class="tr" height="30"> </td> </tr> <tr> <td class="l" width="30"> </td> <td align="center"> i included the <br /> to space the frame away from the top. then add this code to global footer, i included the resize code too.</td> <td class="r" width="30"> </td> </tr> <tr> <td class="bl" height="30"> </td> <td class="b" height="30"> </td> <td class="br" height="30"> </td> </tr> </table> <script type="text/javascript"> <!-- fWidth = document.getElementsByTagName('table'); for(t=0; t<fWidth.length; t++) { if(fWidth[t].width=="92%") fWidth[t].width='100%'; } // --> </script>
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0Re: How it's done « Reply #1 on Sept 22, 2007, 12:29pm »
The 8 images, if you use these, please rehost, thanks. X
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0
Forum Jump -------------------- » Home -------------------- » General -------------------- - General Board - 1 - 2 - 3 - 4 - 5 -------------------- » Another Category -------------------- - 01 - 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09