HTML - Images to Root

pcmagic

Member
Hi Guys, I'm just looking for some advice and tips...

At the moment I'm building a website and I'm running the Beta Test version on one of my domains but in it's on folder path.. www.mydomain.com/weby/

Everything is working but my Content images seem to locate the URL to the root such as .. www.mydomain.com/images/ but I need the url to be www.mydomain.com/weby/images/

I know it will all work once I move the website to it's root of it's new domain when it comes but for now I'd like to know why this is happening and how I can sort it ?

Thanks very much,
 
Without being able to see the html, it sounds like you are using "../images/picture.jpg" as your image source. Using "images/picture.jpg" will fix it.
 
Back
Top