My problem is the opposite to most image problems. I have just downloaded my web site [not designed by me] into Expression Web2, which I have just purchased. However I cannot get the images or styles to show although they all show perfectly on the published web site.
I have tried downloading again and synchronising, all to no avail.
I then looked at the code and compared it to the code from the same page which I downloaded a month or so ago which displays correctly in ‘expression web’. I cannot read or write HTML but noticed the following:-
on the original it read for example:-
<link href="style.css", whereas the one which would not work read <link href="../style.css"
likewise with the images for example on the one that worked read:-
<a href="enquiry.htm"<>img src="images/contacttop.gif"
whereas the other read:-
<a href="../enquiry.htm"<>img src="../images/contacttop.gif"
How did the ../ get into all the links so they did not work on the local site although they still worked on the remote? What does ../ mean?