Image link Error on myAccount page


Website Feedback

Dark Archive

In the https://secure.paizo.com/pathfinderSociety/myAccount page. Looks like it can not find the image for the "Pathfinder Roleplaying Game compatability licence" in the menu bar. It is just a file pathing issue.

Code from the offending page is...

<A title="Pathfinder Roleplaying Game Compatibility License" href="/pathfinderRPG/compatibility"><IMG border=0 src="http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg" ></A>

code is the working code from the http://paizo.com/pathfinderRPG page as follows...

<A title="Pathfinder Roleplaying Game Compatibility License" href="http://paizo.com/pathfinderRPG/compatibility"><IMG border=0 src="http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg" ></A>

This code tells me two things. One, copy&paste will get you every time and two,you guys need have a single image folder to reference that no matter how large the site map gets, your references to the image folder will not accidentally change on you causing src file not found errors. If you have to copy&paste, checking to see if the hrefs point to the right image folder will be one less problem to worry about.

Hope this helps.

Paizo Employee Senior Software Developer

Not sure I understand what you're getting at here. (Perhaps I need more coffee...)

The two image paths you're referring to are identical:

http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg and
http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg

Dark Archive

Gary Teter wrote:

Not sure I understand what you're getting at here. (Perhaps I need more coffee...)

The two image paths you're referring to are identical:

http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg and
http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg

Yes Gary, that is the image.The problem is on the rendering page, not the image itself. I think you need to directly href the anchor tag instead of indirectly referencing it so that it displays properly. the .jpg does not show on my account page. For some reason the indirect href can not find the http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg.

Coffee is on the way. Do you prefer Hazelnut or French Vanilla?

Dark Archive

I want to make sure you are seeing the page I am seeing. Can you send me an email address I can send a screen shot and the HTML I am getting?

putting in bold the change that needs to occur. Change the href to the same as the working page.

not working account page
<A title="Pathfinder Roleplaying Game Compatibility License" href="/pathfinderRPG/compatibility" ><IMG border=0 src="http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg" ></A>

working page from the http://paizo.com/pathfinderRPG page as follows...

<A title="Pathfinder Roleplaying Game Compatibility License" href="http://paizo.com/pathfinderRPG/compatibility"><IMG border=0 src="http://paizo.com/image/product/catalog/PZO/PZOCOMPATIBILITYE_180.jpeg" ></A>

Paizo Employee Senior Software Developer

You can email me at webmaster@paizo.com.

Community / Forums / Paizo / Website Feedback / Image link Error on myAccount page All Messageboards

Want to post a reply? Sign in.
Recent threads in Website Feedback