Oct 16, 2002 #1 EdRev Programmer Aug 29, 2000 510 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 Dec 11, 2001 7,778 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