Jump to content
MakeWebGames

Canjucks

Members
  • Posts

    423
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Canjucks

  1. Re: [mccode] Mining mod Problem: I have bottomheader.jpg and when it shows on the index page and when your ming, but when you hit trouble like not enough power the bottomheader.jpg doesnt show and it stuffs my design up. I have figured out that i need this line $h->endpage(); but not entirely sure exactly where i should put it Please help with my issue. I have figured out most problems doing these but this one is annoying me
  2. Re: [mccode v2] Staff Applications Answered my question. trial and error and a little persisitance <td> <textarea name=about maxlength=75 wrap=physical cols=60 rows=5 onKeyDown='textCounter(this.form.about,this.form.remLen,75);' onKeyUp='textCounter(this.form.about,this.form.remLen,75);'></textarea> changed where it says cols=60 from cols=75 done the trick love the mod its fantastic
  3. Re: [mccode v2] Staff Applications i know its a dumb questio but still gonna ask. I am having a trouble changing the width of the table to fit into my screen. I have changed the 80% to a lesser amount and doesnt seem to want to change. I need to change it so it fits in the screen for width=200 about. Would love someone to help me here (i am getting back into programming and some things are forgotten and some things i have to re-learn) <form action='StaffApps.php' method='post'> <input type=hidden value='$userid' name='ID'> <table width=80% border=1 class=h> <tr> <th colspan=2>Application Form.</th></tr> <tr> <td>Position: </td> <td> <select name='staff' type='dropdown'> <option value='2'>Admin <option value='3'>Secretary <option value='5'>Assistant </select> </td> </tr>
  4. Re: [mccode v2] Ian's Investments I like this mod and has gone straight into my game which is working really well. cheers.
  5. Re: View pages while in jail or hosp I just fixed this up in my game. One line needs to be added and its so cool cause im only new to PHP...lol realise this is an old post but might help someone else down the track 8-) if($ir['hospital']) { print "<font color='black'>Hospital ($hc) <font color='black'>Inventory "; } elseif($ir['jail']) { print "<font color='black'>Jail ($jc) <font color='black'>Inventory "; }
×
×
  • Create New...