English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

Put photo up and open a text box over it. You can move it wherever.

2006-09-21 10:15:49 · answer #1 · answered by Sonnenrad 3 · 0 0

It depends on what you are working with. If you're making a web page, I would suggest the following style entry.

{
background-image: url(image_url.jpg);
background-repeat: repeat | repeat-x | repeat-y | no-repeat;
background-attachment: scroll | fixed;
}

Where the | character separates exclusive options. These can go either within a