Recent content by Lori O

  1. L

    How do I activate a used iPhone 4 *Verizon*?

    I need to know how to activate it, because I am trading this with a family member, and I can't figure out how to activate it to my number. Thanks
  2. L

    PHP get_magic_quotes_gpc is Off, enable it help me enable it please?

    add magic_quotes_gpc = On into your php.ini file
  3. L

    How do I align an image in HTML to the center of the page if I don't want

    You can use some CSS for alignment. CSS style margin-left: auto; margin-right: auto for instance. Another way is to wrap the image in a span or div tag (forget which) and use a CSS style, text-align: center I'm not sure on the scroll bar not appearing. I know that there is a way to do it, but...
  4. L

    How do I align an image in HTML to the center of the page if I don't want

    You can use some CSS for alignment. CSS style margin-left: auto; margin-right: auto for instance. Another way is to wrap the image in a span or div tag (forget which) and use a CSS style, text-align: center I'm not sure on the scroll bar not appearing. I know that there is a way to do it, but...
  5. L

    how to save a photoshop file with no background?

    What file type are you saving it as? A psd? If it is anything other than psd, png, or gif, it will give you a white background. Also, be sure to check that there is not a second layer (maybe hidden) that has a white background. If it is hidden, it won't show up while you are working on it, but...
Back
Top