Search results

  1. smoovo

    Text in my "content" running into the "footer"

    The thing is it seems to be "the old fashion" method to fix this problem. The new way is to add "overflow:auto;" to the container div. Both methods will fix it and both is right.
  2. smoovo

    Need help with ads

    Can you please post the URL links that Google AdSense inserts in your box? We can know better if we'll know what websites are advertised at your area.
  3. smoovo

    ActiveDen - Coming Soon Page

    I like it, very nice!!!
  4. smoovo

    Need help with ads

    Here in the US it's working great for me. Maybe you should change the settings in your Google AdSense panel. Your website code shouldn't be the cause, try maybe to setup new AdSense ad box. I don't know exactly if AdSense needs you to point which country you are browsing from, so i don't...
  5. smoovo

    speeding up load times--

    SORRY GUYS :o... I fixed my tutorial, it was 3 times "img1", it should be "img1", "img2" and "img3"... The thing is that it's only one time of image HTTP request. Once it's downloaded to your PC, you are using the same image in different areas. The file size anyways calculated as all...
  6. smoovo

    Website trouble

    First go to W3C validator and fix your code, you got a lot of errors. Fix your code and it should work.
  7. smoovo

    Text in my "content" running into the "footer"

    Can you please attach the HTML too? It will be necessary to see the structure of the page.
  8. smoovo

    Website trouble

    Try to add clear div right before the "content" div ends. <div style="clear:both;"></div>
  9. smoovo

    speeding up load times--

    It's better to use small size images (size in kb), and it's good to have small as you can HTTP requests. Each time that your browser point to url (like in image "src" attribute), it makes HTTP request. Try to use sprite images, it's faster. Example is here. - Enjoy. :)
  10. smoovo

    How to promote your site for free

    Thanks for sharing :).
  11. smoovo

    dreamweaver allignment problem!!!

    First stop blame Dreamweaver for your non working script, it doesn't make any sense... Now, your JS script not correct at all, that's the reason you getting bugs. Let's start with the function "MM_swapImage()", it doesn't get any variables with it, and your onmouseover sends it...
  12. smoovo

    Top Paying Keywords October 2010

    Thanks for sharing... :).
  13. smoovo

    HTML vs CSS ??

    Thank you for the news. Think deeply why there is 2 designing languages?! The thing is HTML is a basic structure web page design language, the first stage, level 1... CSS comes to describe, to enrich the HTML. HTML and CSS are design languages, but they are different. You can't work alone...
  14. smoovo

    Website Content Managment Systems

    Custom CMS is the best solution, your system will work better and faster, any other program will cause heavy core and terrible architecture. I'm not saying that any free or paid CMS program isn't good, I'm just saying better to have it customized.
  15. smoovo

    dreamweaver allignment problem!!!

    Can you please post your script? Link to the page will be better... :)
  16. smoovo

    HTML vs CSS ??

    Basic HTML takes about 2 weeks to learn and exam, this step is very important to focus on the basics of web programming w/o design. I don't know where you learned your skills, but if you start with design before the basics, you begin to post problems in our forum, mate. ;)
  17. smoovo

    Website Review

    If you designing signs, you can do better! This is too... I don't know how to say it... Maybe empty. :confused:
  18. smoovo

    Basic form processing questions

    The page you are sending the data from, will contain "if else" statement, and the "php-form-processor.php" will head to the page back. More clearly: 1. Your form page will contain "if else" statement, this will ask the question if the page loaded with "GET" variable or not. If not => show...
  19. smoovo

    website not working in firefox

    No problem.
  20. smoovo

    Trying to learn CSS

    There will be nights you won't get sleep because of one damn div... :rolleyes:
Top