Jump to content
Old threads will finally start getting archived ×

Gast

Members
  • Posts

    131
  • Joined

  • Last visited

    Never

Posts posted by Gast

  1. It is nice, but I dont think the buttons work. They are too large as mcspringer said and I dont think the font is very professional. I would perhaps make some nicer CSS style buttons rather than using image. The same goes for the font for the header, it doesnt really look all that professional.

  2. Hi there, it is a good idea, people will always like free image hosting sites, and yours is simple and quick, unlike Photobucket (in my opinion). The homepage looks good but the ads look kinda out of place, you need something to finish of the page underneath the black.

  3. I'm assuming that SB3.png is the light blue background column:

     

    <div style="background-image:url("SB3.png"); height:600px; height:100px; padding: 10px; text-align:center">
    .: Main :.
    <!-- Your links go here -->
    </div>

     

     

    Also, your random background PHP script. Wouldnt it have been better to just name the background image files "SB1_1.png", "SB1_2.png", etc. Then simply have: background=SB1_<?php echo $rand; ?>.png ;)

  4. Hey there, if you are familiar with Javascript (even if you are not, you will not find it that difficult as you know PHP), then you should pick up AJAX pretty well. Take a look at the link in my signature to get started with it. When you work it out, you should literally be able to build it as you would any other application, but instead of using page refreshes, use AJAX. Hope that helps.

  5. No offence but it looks like a FPJ (Front Page Job). If it wasn't, then you need to work on your design. The buttons like steelmanronald06 said are too far apart and these days there is no reason to have those horrible images as the buttons, you need to use CSS. The site is generally plain, with not much too it and also, the site cant be working too well because the only person to have bought any pixels is the website itself :S

  6. One piece of advice: don't use tables. Also it isnt a good idea having a background image and trying to line things up exactly, you would be better off having a <div> and styling the CSS so you get the blue column behind it.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.