954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

photo web gallery help

i have started a web page with dreamweaver and have a link to a photoshop web gallery on the home page. the gallery is seperated into three different thumbnail pages. when i went to test out the pages on the web browser all the links worked fine except for when i hit the back button that photoshop's gallery provided on the second thumbnail page to go back to the first thumbnail page, when i tried this i got sent to the page that says internet cannot display web page, can any one help?

autumn13
Newbie Poster
4 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

Sounds like the link on the back button is wrong. Post some code or a link to the page.

buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 
<a href="index.html"><IMG SRC="images/arrow_prev.gif" BORDER=0></a>


this is the code for the broken link

autumn13
Newbie Poster
4 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

....I'm really new at all this!!!

autumn13
Newbie Poster
4 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

Replace this:
<a href="index.html"><IMG SRC="images/arrow_prev.gif" BORDER=0></a>

with this: <a href="javascript:history.back()"><img src="images/arrow_prev.gif" border="0"></a>

buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 

thank you very much!

autumn13
Newbie Poster
4 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: