peterisgb Posted April 18, 2012 Posted April 18, 2012 i'm still learning this, but could i just have a pointer, i want to add a third collum into header, this is what i have '; } function endpage() { global $db,$ir,$set,$c,$userid,$h; if($ir['chatactive'] == 0) { require_once('chat_globals.php'); } else { print ""; } print <<<OUT </center> </td> </tr> </table> </td> <td width='0%' bgcolor='' valign='top'> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td class="dgradl"> </td> <td class="dgrad"> </td> <td class="dgradr"> </tr> </table> </td> </tr> </table> <i><center>World-Wars. Game Copyright ©2011-2012 Peter Greenacre.({$db->num_queries}) queries. </center></i></body> </html> OUT; } } ?> Could someone just put a line or a test or somthing of where abouts i need to place the third collum, thanks. Quote
Jordan Palmer Posted April 18, 2012 Posted April 18, 2012 A quick search of the forums, Returned This has been done Take a look at that edit to what you need :-) Good Luck Quote
peterisgb Posted April 19, 2012 Author Posted April 19, 2012 that post didnt help much, still not sure where to start when putting the 3rd colloum in Quote
rulerofzu Posted April 19, 2012 Posted April 19, 2012 Well you have a header.php and then a mainmenu.php which sits on the left. Pretty self explanatory the mainmenu is called towards the end of the header code To add a right menu you create a second menu file like stated in the post Jordan gave you and then add that to the header code. The rest is done using css to make them all the correct widths. So think logically about where it will go. HEADER MENU CONTENT MENU FOOTER See from line 258 in the header on the post Jordan gave you. Quote
peterisgb Posted April 19, 2012 Author Posted April 19, 2012 i posted a snip of the bottom of my header. which link in there would i go, i know how to do the other menu, but i will be doing it iframe. i just am not sure on which line to put it. Quote
Jordan Palmer Posted April 19, 2012 Posted April 19, 2012 I gave you a reference to look at. I'm not doing the work for you, you'll never learn. Quote
peterisgb Posted April 19, 2012 Author Posted April 19, 2012 i know that, but i want to do this now, tbh i cant think to well as i had an op a few days ago, and cant think to well. Quote
peterisgb Posted April 20, 2012 Author Posted April 20, 2012 Then take a few days off. ok, i'll try and find something else to waste my bordom lol/ Quote
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.