What i want to do seems simple but i guess its alot harder then i thought.
Cause background images wont be printed (i mean by a printer on paper) by default and i want to allow the user to print the background they have chosen i want to use a image.
So i have a div of 800 x 400 and an image of 1x1 wich is completely 1 color lets say red.
I want that image to be repeated to fill the div .
the images are diffrent sizes i have images with patterns of 50x50 with repeating patterns.
So stretching the image wont help.
So how can i repeat an image like it is a background?
Please first try your solution cause printing background-images is dependent on the browser your use, but you have to assume backgrounds (colors and images) arent printed !
So i DON'T want to use any kind of background i just want to repeat the image , to make it act like a background without being a background !
even if it is possible to print the background, i still would like to know how to make the img repeat.
Example
The img on the left div needs to be repeated horizontaly and verticaly, so it fills the whole
div #board.