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

I am learning HTML and for practice I made a web page but I can only add a plain background to it in single color. Is it even possible to add a patterened background ( like a wall paper) on my webpage using html, or do I need something more advanced than that.

2007-03-07 05:31:54 · 4 answers · asked by capricorn 2 in Computers & Internet Programming & Design

4 answers

When you set a background in HTML it is either a solid color or an image. If its an image it will repeat (tile) automatically. If you are looking for a pattern of colors, you will likely need to save the pattern as an image and then use it as your background. It will then repeat it over the whole page.

HTML Goodies has a great tutorial on backgrounds (link below).
About.com has some free HTML classes too.

Hope that helps.

2007-03-07 05:44:31 · answer #1 · answered by Charlie 4 · 0 0

You need to set an image as a back ground the html to insert this is

2007-03-07 13:37:38 · answer #2 · answered by Michal 2 · 0 0

Use CSS.

...where imagefile is a file containing the image of your pattern like, say something.gif or something.jpg - you'll have to play with images. By default, they start at the upper left and get "tiled" across, left to right, then in rows, down one, and left to right again, etc. You can change the start and tiling using CSS background-position and
background-repeat

2007-03-07 13:37:47 · answer #3 · answered by fjpoblam 7 · 0 1

maybe if u use frontpage and html at the same time.... then u can change the bg from frontpage and see what changes will happen in the html file
good luck :)

2007-03-07 13:36:39 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers