Here is a image http://www.freecsstemplates.org/templates/previews/asterisk/images/img01.gif I want to be repeated for background of my image, just lie HTML repeats background image. Now cpy-pasting will be very time consuming. any new way?
There is an excellent feature in Photoshop, not known to many.. Open the image in PS. On layers pallete, dbl click the layer to make it "unlocked" Resize the canvas according to your need. Just select your "Move" tool. Now, the magical shortcut "Alt + <arrow keys>" This duplicates your layer, and moves it exactly 1 px in the direction of the arrow key. So, assuming that your original layer will be in Top left at start.. U'll just have to hold Alt key, and press right arrow to fill up the top of canvas. Then, merge all layers, again hold Alt key, and press down arrow key until the whole canvas is covered up. I hope that helps..
I knew about this function. Good thing but needed not so often. If you want to make this image continuously on the webpage, then you need to write CSS code like this: background-image:url(your.image); background-repeat: repeat-x Good luck