Hi there, I want to know that how to make the image light (dim colored) in Adobe Photoshop and how to set it as a background image on a web page? Regards bushib
1. You can edit the brightness and contrast of an image here: ----- 2. Put this in the <head> section of your page: <style type="text/css"> <!-- body { background-image: url(blablabla.jpg); } --> </style> Code (markup):
What I like to do when making background images: Open your image. Head into Image/Mode/RGB Color (this will unlock the image) Create a new layer and fill it with the color you want to use as background. Move it under the photo's layer. (if it's locked, double-click it) Reduce the photo's opacity to 30% or less. File/Save for Web