Latest Lists

How To Design A Background For A Webpage THROUGH HTML?

Okay so I wanted to know if you can design a webpage(Like with colored blocks for seperation) using HTML and it's corresponding codes (CSS, Java) Like, Can I design the background using HTML,CSS Or, Do I have to use an external source to create it. If so, can you list some programs that can do this, Or give me a template I can put onto something like Adobe Flash! Thanks! :D

Public Comments

  1. If you want a graphic background, use a graphics editor to create it, and include it using CSS. body {background-image:url('myFile.jpg');}
Powered by Yahoo! Answers