Jump to content
MakeWebGames

MrEvilChaos

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by MrEvilChaos

  1. you mean background-color: ; I change that to background-color: Transparent ;
  2. yes but its on the index that it messes up like i said it works on firefox but I would like browser compatibility
  3. No its just an img no folder and i got it to work for firefox but its still messed up in any other browser
  4. what browser would u be using?
  5. I did put a color and nothing changed and your code did nothing as well
  6. but on other browsers it will show a black area were the main content is and idk why
  7. Sure here you go   body { background-attachment:fixed; background-repeat: repeat; background-color: ; background-image:url(dark3.jpg); margin-top: 0px; margin-bottom: 0px; font-family:calibri, helvetica, arial, geneva, sans-serif;font-size:12px;color: Limegreen; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; }
  8. yes true but I'm still in my trial and error coding phase so that would be to hard for someone like me
  9. If what you say is true then how come I cant find the password when looking for it ?
  10. That would be Great Thanks man you a great help and this mod is one of the best.
  11. okay Well I have a background image for my site and it works but Now with my updated firefox I cant see the background image and this goes for any other browser help Thanks
  12. yep I changed it myself
  13. I mean the staff page for it
  14. okay I will try it Thanks and yes a patch would make it easier and also being able to change the color of the tables and what not cause the white/grey dosnt really work with my site xD
  15. well idk they may have updated it cause i cant do that on my game
  16. yea it was putting a URl in where the display pic url would be and so when an admin looks at ur profile you got admin
  17. wrong wording the admin hack
  18. I am having the same problem as GregFest
  19. Thanks guys but I now have a prototype mod that will allow a user to upload a image instead of a url easiest way IMO :thumbup: :thumbsup:
  20. Thanks This mod helps a lot
  21. okay I can see that and I have looked at it but it still dosnt tell me were to put the msg at
  22. yea I take this code echo ($r['display_pic'])?'[img='.$r['display_pic'].']':'No Image'; and replace it with this one $image = (@getimagesize($r['display_pic'])); echo ( is_array($image) )?'[img='.$r['display_pic'].']':'No Image';
  23. And paul I have used the search and have found nothing
  24. I used that code and it made it so you even use a pic
×
×
  • Create New...