Forum Replies Created

Page 46 of 63
  • Fernando Mol

    July 9, 2009 at 3:51 pm in reply to: blue question mark?

    great, we’ll wait to see your work

  • You can place another div inside with a fixed width and center it the same way you are centering the rest of your elements

    margin-left: auto;
    margin-right: auto;

  • Fernando Mol

    July 9, 2009 at 3:41 pm in reply to: blue question mark?

    Can you please post a link to your site?

  • Fernando Mol

    July 8, 2009 at 10:30 pm in reply to: File Uploader, what’s best???

    I didn’t knew PHP has issues uploading files.

    Actually, the upload is FTP.

    Maybe there’s somebody with more to say, but in my experience PHP is fine for upload.

  • Well, if you want to use CSS then you can add a background image to your BODY tag, repeat it on the x and algin it to the bottom. But I don’t know if that’s a better solution, because if anybody changes the default font size of his broser (beleve me, a lot of people do that) then it’s possible your layout will mess up.

  • The trick with CSS layout usually is in understanding the box model.

    Your footer is a box and you want it to have the width of your page, but your footer is inside another box, your wrapper, and your wrapper has a defined width.

    You need to put your footer outside your wrapper so it normally fills the width of your page.

    If you want your footer to has the same width of your wrapper but the background extend from side to side, you can end your wrapper, add a div for your bg footer color and inside place your centered footer with a fixed width.

    Am I making any sense?

  • please post a link to your site

  • Fernando Mol

    July 6, 2009 at 1:37 pm in reply to: Gift Certificate system

    If you have an online shop all you need to do is to add another product (your gift certificate) and a generator for the confirmation number.

    But I guess you don’t have one and your provider is offering you the payment method service. This should be the reason why they are charging some money. The word is: security.

    There’s not a simple copy/paste script to do all the job of a full shop site.

    Take a look at paypal to get an idea of the percentages they charge for their service. This will be a good reference for you.

  • Fernando Mol

    July 4, 2009 at 3:00 am in reply to: Gift Certificate system

    I don’t understand why you have to pay a percentage of every certificate used.

  • Fernando Mol

    July 4, 2009 at 2:40 am in reply to: Capturing pictures on the fly

    Where is my head? I can’t find it.

    Thanks for the tip, Richard, I don’t know why I have a memory of Photoshop capturing stills directly from a camera.

    Oh! I found my head, it was right over my shoulders.

    Have a nice weekend

Page 46 of 63

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy