View Single Post
  #1  
Old 08-18-2015, 02:37 PM
Woodchipz Woodchipz is offline
Member
 
Join Date: Aug 2015
Posts: 8
Gender: Male
Credits: 710
Woodchipz is on a distinguished road
Default Trouble with Background IMG in Main Preloaded Theme

Hello everyone! Thanks for taking the time to read my question. I really enjoy Mysidia since I discovered it a few days ago.

I have a question concerning updating the background image in the titlebox of the style-city.css that comes preloaded with Mysidia.


I have some coding skill but am not very proficient. I am intellgent however and it allows me to figure out most things.


I have been able to change the theme between the sheets style-city.css and style-gemstone.css (The style sheets located in ../templates/main/media)

And have also been able to alter the background image back and forth between (../templates/main/media/citylights.jpg) and (../templates/main/media/joker.jpg ) Using the following code

#image {
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:5px solid #fff;
background:url("citylights.jpg") left;
height:150px;


However whenever I go to enter my own image for the background it won't show up.

#image {
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:5px solid #fff;
background:url("test2.jpg") left;
height:150px;

I have the test2.jpg located in (..public_html/templates/main/media)


Interestingly a custom background picutre did show up breifly the first time I tried it then reverted back. There also seems to be a long delay after I update things such as the height of the background image above, these changes arnt taking place on my mysidia site for some time after. Is this normal with CSS?

Website Name: http://paradiselandz.x10.mx/index

I will check back here often and check my PMs as well.

Thanks to all who can help me overcome this one, :) Much apperciated!



-Chipz
Reply With Quote