Jump to content
MakeWebGames

W3Theory || Peter

Members
  • Posts

    1,294
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by W3Theory || Peter

  1. Are you giving ownership to the game or just saying they have to do it for free? How many slots do you have open for each department? Just a couple of questions you should answer. Thanks, Peter Leaman
  2. In my honest opinion ,doesn't seem worth it.
  3. $la=time()-$laston;$unit="seconds"; if($la >= 60) { $la=(int) ($la/60); $unit="minutes"; } if($la >= 3600) { $la=(int) ($la/60); $unit="hours"; } if($la >= 24*3600) { $la=(int) ($la/24); $unit="days"; }
  4. Yeah, I will have to agree, there is nothing special about this site especially since the overall site looks exactly like toprpgames.com Peter Leaman
  5. It's just an image? So how can we judge on the actual javascript and css formatting if it's just an image? Now if you want remarks on how it looks, I am not sure if I am a fan of the page itself. Don't like how there is just a big image taking up most of the room with the info/register taking up 30% of the page, it seems wasteful to me.
  6. Does anyone have the psd it seems the link is invalid and George deleted the psd? Thanks
  7. Dayo let me know if you got it, if not then I'll do the coding for this. Thanks, Peter Leaman
  8. How will that break it? It's just $bgcolor in the tables?
  9. I would remove all bgcolor parts in the tables, donm't leave them blank
  10. Care to post your header coding?
  11. just do background: none; for the container in the content. As if you are using the old mccodes I am pretty sure one of the tables has a background variable for it
  12. That is because you define no background for the content area. As right now the content has a black background blocking look. It has nothing to do with the body css.
  13. I am lost on what is missing? I see the bg image, is it a red design?
  14. Dayo was right just one small error background: #000 url(dark3.jpg) repeat fixed; is it in an image folder?
  15. I honestly dislike Apple with a passion, I hate for what their company stands for and how majority of their employee acts. I hope to god one day it will come back to bite them. Same thing with AT&T now limiting the use of internet to their customers. Now they are controlling the web? It's redonk
  16. Didn't you just post that you can make templates in the marketplace?
  17. Congrats both, good choices for moderator positions
  18. so is it basically like this: http://www.mafiacreator.com/ ?   Just curious
  19. Wow, very nice mod. One of the better ones I have seen on here :) Nice job. Though I would say it's worth 30$ probably or something along those lines as 50$ is alot to be honest.
  20. I have to say, I am not a big fan of the landing page. It's to much going on and alot of bright colors. To me personally, it doesn't look like a professional site.
  21. Oooo nice use of the mascots that we gave out. Liking it dayo, good job!
  22. http://www.w3schools.com is a great place to learn the basics first http://w3schools.com/css/default.asp   Peter
×
×
  • Create New...