Infosite
« Search Results »
Welcome Guest. Please Login or Register . Dec 19, 2009, 11:33pm
Infosite :: Search Results10 Most Recent Posts 5 Results Found
Result 1 of 5: Result 2 of 5: Author Topic: How it's done (Read 174 times)
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0Re: How it's done « Result #2 on Sept 22, 2007, 12:29pm »
The 8 images, if you use these, please rehost, thanks. X
Result 3 of 5: Author Topic: How it's done (Read 174 times)
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0How it's done « Result #3 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>
Result 4 of 5: Author Topic: BLAH !! (Read 83 times)
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0MORE BLAH !! « Result #4 on Sept 20, 2007, 2:30pm »
Result 5 of 5: Author Topic: BLAH !! (Read 83 times)
All Seeing Eyes Administrator member is offline Joined: Aug 2006 Posts: 9 Karma: 0BLAH !! « Result #5 on Sept 20, 2007, 2:29pm »
Forum Jump -------------------- » Home -------------------- » General -------------------- - General Board - 1 - 2 - 3 - 4 - 5 -------------------- » Another Category -------------------- - 01 - 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09