Outline ·
[ Standard ] ·
Linear+
[WTS] Change My Website Background
|
dopodplaya
|
Jul 31 2006, 08:20 PM
|
|
you can do it, with either appplying CSS for the <body> tag or, <body background="url"> - replace url with the path to a picture file (JPEG, GIF, or what ever format your browser supports) - HTML 4.01 Transitional only. For XHTML, use CSS (inline with style attribute) e.g. HTML 4.01 Transitional CODE <body background="bg.jpg">
e.g. HTML 4.0.1 Strict or XHTML 1.0/1.1 CODE <body style="background: url('bg.jpg')"> This post has been edited by dopodplaya: Jul 31 2006, 08:21 PM
|
|
|
|
|