I am trying to convert the synergy template found here:
into an evo skin, which I can the tweak about later. Am following the "how to make a new skin" instructions:
I create the new skin folder okay.
I add in the index.html and styles.css from the template okay.
I rename the index.htl to _main.php and stles.css to style.css okay.
I then go into _main.php and point it to style.css (instead of styles.css) okay.
I then set blog to use this new skin, which it does - but, it doesn't pull any of the graphics. That's pretty obvious - because I haven't uploaded the graphics yet - so, I create folder 'images' and upload all the .jpgs and - well, nothing. For some reason the main.php/style.css isn't pulling the graphics in correctly.
I'm sure this is user error, I'm extremely rusty having been away from coding a couple of years.
Can anyone help point me in the right direction?
Thanks in advance!
For reference - here is the page that is failing to load the graphics:
http://lotvalleyenduro.co.uk/mainsite/index.php?blog=2
http://lotvalleyenduro.co.uk/mainsite/index.html is identical code to _main.php and does pull the graphics.
http://lotvalleyenduro.co.uk/mainsite/skins/myskin/images/ is where the images are stored.