|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Can anyone help me do like a custom background? (I have the template design #793) |
Can anyone help me do like a custom background? |
I have template design #793 and it has the city as the background. But I would like to have a muscle car as my background can anyone help me change this? I would also like to have music playing, like once the main page of the website comes up, music automatically plays. Can anyone help me do this?
|
To change web site's background image:
1. Login to your site's control panel, Go to: Design >> Design management (CSS). 2. Find this: Code #city { width: 1120px; height: 385px; background: url(/.s/t/793/1.png); margin: auto; } 3. Upload your image to file manager (http://yoursite.ucoz.com/panel/?a=fm;n=1), background: url(AND PASTE THE LINK OF IMAGE HERE); 4. Make sure that your image has the same sizes as original image Or: width: WRITE YOUR IMAGE WIDTH HEREpx; height: WRITE YOUR IMAGE HEIGHT HEREpx; 5. Save the changes. Added (2014-01-11, 7:39 PM) --------------------------------------------- And talking about music, this code should work. Just upload your song to file manager and change http://yoursite.ucoz.com/yoursong.mp3 in code, with the link to your song. Code <embed src="http://yoursite.ucoz.com/yoursong.mp3" width="0" height="0" autostart="true" name="mysound" enablejavascript="true"/> If you want to use this code only in main page, then you can go to http://yoursite.ucoz.com/index/31-1-0-1-2 and paste the code at the end of all text... This code wont have any music player, if you want player to show up you will need to use other code. Post edited by beralts - Sunday, 2014-01-12, 1:40 AM
|
| |||
| |||