Search results

  1. Salvatos

    no scroll

    This: <style type="text/css"> <!-- <body> Why the body tag? Also, in my example, the CSS is not in comment (<!-- -->), don't know if it could make a difference. If not, the next thing you could try is to give an id to your body and make corresponding attributes to the CSS to see if...
  2. Salvatos

    no scroll

    Sure, here's the code (I didn't bother uploading it...) <html> <head> <title>Test</title> <style type="text/css"> body { overflow: hidden; } </style> </head> <body> OMG CONTENT<br><br><br> OMG CONTENT<br><br><br> OMG CONTENT<br><br><br> OMG CONTENT<br><br><br> OMG EVEN MORE...
  3. Salvatos

    how do u guys like this??

    Instead of having leaves in the forum headers I would put pitch black, but then you could put the leaves in the header because it looks very empty. All in all, not bad.
  4. Salvatos

    New wordpress template, please review!

    First and foremost: thank you for that! :cool: Now for criticism: The black font is indeed a bad choice for a lot of users. I'm very unsure about the cross. I think a different pattern would suit the site better. For the menu titles, I would go for more similar colors instead of five...
  5. Salvatos

    What do you see first? (Warning LARGE Image)

    The so-called "yoga guy" as well though it took some time to figure out anything at all :P
  6. Salvatos

    Call to function from action attribute of form tag

    If you read further, the last post was made by another mod saying it didn't work ^^
  7. Salvatos

    Crontab help

    Just a very quick Google search but that one looked okay http://www.astahost.com/info.php/cron-jobs-tutorial_t2324.html
  8. Salvatos

    no scroll

    It worked for me on a test page... Do you have a link where I can see your page and check your source?
  9. Salvatos

    Need image animated

    I don't think he wanted the grass to spin as well though...?
  10. Salvatos

    Crontab help

    What you wrote will activate the tab every tenth minute of an hour. To make it happen every ten minutes, you should use this: */10 * * * * /var/www/testCron.php However, if you still haven't receive anything in the past three hours, then there might indeed be another problem with your...
  11. Salvatos

    no scroll

    Yeah for Internet Explorer! Teehee... <style type="text/css"> body { overflow: auto; } </style> Change auto for hidden if you never want them even where there should be. Taken from...
  12. Salvatos

    Call to function from action attribute of form tag

    If you look at the post-its at the top of this forum you'll the close threads option is not working since... May I think.
  13. Salvatos

    Please vote on new site!

    Nice work on the tables and header. Maybe an all-including background table with a little darker background color would help bring all of it together. The white background for now makes it feel like a couple content areas thrown on a white, infinite page, but I'm sure you'll come up with...
  14. Salvatos

    Review My Site

    It's not his signature, it's actually part of his post, he double-posted instead of editing the link ^^ Got me confused at first too :nuts:
  15. Salvatos

    Quick question: session variables and functions (PHP)

    Oh... I'm embarrassed now. I finally figured out it was just a misuse of explode(). My code looked like this: $var = explode($stuff); $var = $var[0]; $_SESSION[var] = $var[1]; I wanted to save a variable by using $var twice but obviously $var[1] didn't exist anymore so that explains why the...
  16. Salvatos

    Quick question: session variables and functions (PHP)

    [Closed] session variables and functions (PHP) Hi. My main_file.php calls functions.php. I'd like to declare a session variable in functions.php (in one particular function, that is) and use it in main_file.php. I can't return it since I'm already returning another function (so why the hell...
  17. Salvatos

    Please vote on new site!

    It wasn't necessary as far as I'm concerned, but it's appreciated, thank you. If you need help or comments...
  18. Salvatos

    Whats your Web Design Project?

    http://ilmaril.x10hosting.com I haven't blocked registration, but be aware that if you do create a character, we aren't even in alpha testing yet and I reserve all rights to do whatever I want with it ;) If you're more interested in the setting, you could read here...
  19. Salvatos

    Review My Site

    Your main content needs more spacing to the borders (I always forget if it's spacing or padding but you get the point). Your header is weird. The main part looks like it's a low-res image taken somewhere (despite it being only text) and the blue part is clearly out of place. I suggest...
  20. Salvatos

    Please vote on new site!

    Layout 1 wins for me but still needs improvement. A few points you may consider: Add some kind of background, either for the inside or the oustide of the page, maybe both. Make the left sidebar smaller. And of course you don't have your logo in your header yet. You can do a lot with it as...
Top