Not sure where to post all this but since I'm using V10 I thought here is as good as anywhere
When I upload my site the home page won't display the images I've used in the layout. They work everywhere else. Also a side issue is my shopping basket button etc is replaced with text such as "shopping basket" where my shopping basket button should be.
Heres the page: http://www.shoesandboots.co.uk/index.html
I get the impression I need to "register" these images somewhere...
You can see below it gets the path wrong:
<td width="1028" height="61" valign="top" background="bot.jpg">
It should be
background="sab/bot.jpg"
I have chosen these images under "additional files" but apparently thats not good enough!
So I have seen the themes and buttons in \Actinic v10\Formats\
I have made a new theme with this and named it. It works as far as I can see, but I don't use any of those images on the site except the buttons in the checkout & shopping basket etc. (so I haven't tested if it will work yet).
Now what I want to do is define new images to go in these folders, I don't really want to have to use the image names of the files that are already in there, except for the buttons of course (this, I guess, is why I get text in place of the buttons for shopping basket etc - because its not using a "theme" but the path I put in myself). For instance I want to use that bot.jpg I refered to earlier - just put it in the custom images folder, then go to some magical option in actinic and say "use this damn image in the theme and get the path right this time!"
Is there any way to do this?
Thanks!
When I upload my site the home page won't display the images I've used in the layout. They work everywhere else. Also a side issue is my shopping basket button etc is replaced with text such as "shopping basket" where my shopping basket button should be.
Heres the page: http://www.shoesandboots.co.uk/index.html
I get the impression I need to "register" these images somewhere...
You can see below it gets the path wrong:
<td width="1028" height="61" valign="top" background="bot.jpg">
It should be
background="sab/bot.jpg"
I have chosen these images under "additional files" but apparently thats not good enough!
So I have seen the themes and buttons in \Actinic v10\Formats\
I have made a new theme with this and named it. It works as far as I can see, but I don't use any of those images on the site except the buttons in the checkout & shopping basket etc. (so I haven't tested if it will work yet).
Now what I want to do is define new images to go in these folders, I don't really want to have to use the image names of the files that are already in there, except for the buttons of course (this, I guess, is why I get text in place of the buttons for shopping basket etc - because its not using a "theme" but the path I put in myself). For instance I want to use that bot.jpg I refered to earlier - just put it in the custom images folder, then go to some magical option in actinic and say "use this damn image in the theme and get the path right this time!"
Is there any way to do this?
Thanks!
Comment