View Full Version : HTML Help
Jessu
03-16-2004, 05:15 AM
Umm.... I need the HTML code for wallpaper.
Ferret
03-16-2004, 04:30 PM
If you mean the background image of a website.
You embed it into your <Body> tag.
<body background="image.jpg">
Will attatch image.jpg to the background of the webpage.
Or this
<style type="text/css">
body {background-image: url(whatever.jpg); style: fixed;
</style>
Put that in the head code.
Though the HTML code is good, the CSS is more compatible with Mozilla browsers, just so you get certified with W3's "CSS Compatible" -- It'll make sure your site is awesomeness.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.