Pages: 1
Post reply
Position a background image using pixels:
<html> <head> <style type="text/css"> body { background-image: url('smiley.gif'); background-repeat: no-repeat; background-position: 50px 100px; } </style> </head> <body> </body> </html>
Offline