Loading Page (Background Image)
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Loading Page (Background Image)
I want to know how to put Background Image instead of Background Color for Loading Page/Landing Page. Im currently using the two codes from Loading Page.
Last edited by CoL on January 20th 2013, 3:07 pm; edited 1 time in total
CoL- Forumember
- Posts : 83
Reputation : 3
Language : English
Re: Loading Page (Background Image)
Add this code to your HTML page below the "head" tags if you have any. Replace where it says "URL OF IMAGE GOES HERE" with your background image URL:
- Code:
<style type="text/css">
body {
margin: 0 auto;
background-color: #000000;
background-image: url('URL OF IMAGE GOES HERE');
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
width:100%
}
</style>
Re: Loading Page (Background Image)
Thank you for the code, it's solved now. 

CoL- Forumember
- Posts : 83
Reputation : 3
Language : English
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum