News

The code you add to the HTML document contains the string "no-repeat." This string value prevents your image from repeating across the Web page. An image can repeat if is too small to cover the ...
I am in a dreamweaver class in my college and I made a decent background image in CS2 for my HTML project for my web design class. Anyway, I had made a table at 1024x768 res., then put the ...
Paste the following code into that section:body { background-image:url ('myImage.gif'); background-repeat:repeat; }This code defines a CSS selector that styles your document's body tag.