Inetbiz Posted August 8, 2009 Share Posted August 8, 2009 footer.tpl controls content on the right side in portal in the light blue area. If I want a copyright, tos, privacy row shown on every page at the bottom, how would I go about creating an extra row that shows white on the left and the blue retangle on the right and put my stuff at the bottom of the white area on the left? : 0 Quote Link to comment Share on other sites More sharing options...
Inetbiz Posted August 8, 2009 Author Share Posted August 8, 2009 Here's what I tried: <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} </div> <div class="clear"></div> <table> <tr> <td>cell 1</td> <td><div id = "side_menu">cell 2</div></td> </tr> </table> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-xxxxxxx"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html> 0 Quote Link to comment Share on other sites More sharing options...
Inetbiz Posted August 8, 2009 Author Share Posted August 8, 2009 ok it's getting there. I can see both cells on the right. I want the new table at the bottom to make a blank cell on the right of the webpages with a blank side_menu style cell. 0 Quote Link to comment Share on other sites More sharing options...
Inetbiz Posted August 8, 2009 Author Share Posted August 8, 2009 <p class="header">Search</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">Knowledgebase</option> <option value="Downloads">Downloads</option> </select> <input type="submit" value="Go" /> </p> </form> </div> <div class="clear"></div> <table> <tr colspan=2> <td>cell 1</td> <td><div id = "sidemenu">cell 2</div></td> </tr> </table> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-xxxxxxxxxx"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.