Oct 16, 2002 #1 EdRev Programmer Joined Aug 29, 2000 Messages 510 Location US On a style sheet, how can I set a background to an image file on my server: i.e. background:\myserver\images\gif.gif
On a style sheet, how can I set a background to an image file on my server: i.e. background:\myserver\images\gif.gif
Oct 16, 2002 1 #2 onpnt Programmer Joined Dec 11, 2001 Messages 7,778 Location US BODY { background-image: URL("Path To Image" } A language that doesn't affect the way you think about programming is not worth knowing. http://www.onpntwebdesigns.comadmin@onpntwebdesigns.com Upvote 0 Downvote
BODY { background-image: URL("Path To Image" } A language that doesn't affect the way you think about programming is not worth knowing. http://www.onpntwebdesigns.comadmin@onpntwebdesigns.com