Welcome Guest, Not a member yet? Register   Sign In
images not viewed when going to other pages
#6

[eluser]TWP Marketing[/eluser]
Also, please use the [ code][ /code] formatting tags when you post code. It makes it much easier for us to read.

As deqer pointed out, the leading period in the path is a problem ie:
Code:
<link rel=“icon” type=“image/x-icon” href=”./img/favicon.ico” />
Should be:
Code:
<link rel=“icon” type=“image/x-icon” href=”/img/favicon.ico” />


Messages In This Thread
images not viewed when going to other pages - by El Forum - 09-10-2012, 10:14 PM
images not viewed when going to other pages - by El Forum - 09-10-2012, 10:20 PM
images not viewed when going to other pages - by El Forum - 09-10-2012, 10:29 PM
images not viewed when going to other pages - by El Forum - 09-11-2012, 12:28 AM
images not viewed when going to other pages - by El Forum - 09-11-2012, 07:54 AM
images not viewed when going to other pages - by El Forum - 09-11-2012, 08:52 AM
images not viewed when going to other pages - by El Forum - 09-13-2012, 10:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB