News

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.
Open an HTML or text editor to create the external style sheet that will hold your CSS background style. Type a style definition for the background in the body tag. Style definitions take the form ...