Quote:
Originally Posted by TheWindows7Site
Whenever designing a style ALWAYS use relative locations for images
for example instead of using
<img src="http://www.mysite.com/images/styles/logos/logo1.png" />
use
<img src="./images/styles/logos/logo1.png" />
That way it will work on any domain and folder you put it in.
as for your second problem, links as well should be relative unless they go to an outside site, then you just put the regular link in 
|
Thanks

I managed to fix most of the problems with your advise
The only thing that is still not fixed is the little default image, i have no idea where the code is or where i need to go to edit the location of that image :/
Any ideas
Thanks.
David.