| You can use Cascading Style Sheets to place an image on the background of your webpage. You have the option to tile the background image over the webpage just as you can with HTML. However, you also have several other options when using CSS. Let's take a look at an example. Basic CSS Code
Example
Selector
Property
Value
background-image: none Property
Value
background-repeat: repeat-x This will tile the image across the webpage horizontally. background-repeat: repeat-y This will tile the image across the webpage vertically. background-repeat: no-repeat The image will appear on the webpage but will not be tiled. | |||||||



Save to Del.icio.us




