|
Answer» So I'm working on a webpage and I'm using a map for my back button. I have the same exact code on all of my PAGES but on one of the pages the link doesn't line up correctly with the image. I was wondering if anyone had any suggestions. Here is the code ...
[HIGHLIGHT]
href="javascript:history.go(-1)"> [/highlight]
Like I said ... it's the same for every page and it lines up on all of the other pages. Thanks!!Hi,
Could you please provide links to both kinds of page? I'll have a look for you.this is the one with the problem
ozone.ri.cmu.edu/prototype2/index2.html
ozone.ri.cmu.edu/prototype2/projects.htmlYou link does not work 1. Have you just copy and paste the code or 2. Have click and DRAG and copy the object that is in you layout
1. That is a better way to do it 2. This will message up you code
What PROGRAM r u using to Edit you html?
The link worked for everyone else who TRIED. I did copy and paste it that's why I know for a fact that the code is exactly the same for each page. I'm not using a program. I'm writing the code myself and saving it as a plain text document with an html ending and using USASCII encoding then ftping it onto our server.I must confess I'm a bit puzzled about why you're doing this the hard way. How about
<a href='javascript:history.go(-1)'> <img src='back.jpg' border='0' /> [/url]?I kind of wanted to avoid using it for several reasons but I ended up changing just that page. Thankyou for your help.
Quote You link does not work 1. Have you just copy and paste the code or 2. Have click and drag and copy the object that is in you layout
1. That is a better way to do it 2. This will message up you code
What program r u using to Edit you html?
Elixir, do you know the difference between you and your?
|