How do I take a tile background and make it the background on my web page?
I want to take one picture, duplicate it into a tiled background and then write a code (HTML) to insert it into a bio field for my page at Dogster.com
Can anyone walk me through that process REAL SLOW!!
Public Comments
- open a text file and write, actually i really do not know
- Luckily for you, background images on the Internet tile by default if the image is not big enough to fill the whole screen. The code for a background image is as follows: <html> <body background="your image filepath here"> Your webpage here </body> </html>
Powered by Yahoo! Answers