Combination of Target,href, and codename for page jumps. Help!?

Hello everyone, I'm new to this forum so bare with me on the messaging! I'm teaching myself HTML and I have books on the subject to help me through but I'm running into a problem which is just fustrating. I've done several webpages using the same codes that I'm using now, only for some odd reason the page just isn't working. I'm using simple target codes in a framed page combined with codename tags for page jumps. The code(s) I was using are below:<br />
<br />
On the "B" page codes used:<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"URL#codename" target="C">hyperlink</a><br />
<br />
On the Information page (where all the info was gathered):<br />
<a name="codename">codename followed by info<br />
<br />
The frame page has 4 frames, named A,B,C,and D. The above code was being used in a running list of links on the "B"page in the frame which I wanted the info to appear in the "C" frame. After inputing all the codes on the pages that required them the links did not work. Not only was the info not transfered to the "C" frame, but I also received an error saying the page (and there were 15+ URLs and links) could not be found. <br />
<br />
After trying several times to see if I just did this incorrectly, and rechecking the codes I finally gave up and just decided to do seperate pages instead of doing the #codename. So my codes changed to the simple:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"URL" target="C">hyperlink</a><br />
<br />
to make the info appear in the "C" frame, and it still is not working. When the link is clicked it pops up a new page (as if the target was "Target="_top" " and states that the page cannot be found. I've check the URL and it is a page that I myself created that I want to link... can anyone tell me why these simple codes are not working!?!?! <br />
<br />
Thank you!<br />
Audrey<br />
<br />
If you want to see the page I'm trying to do the links on and what is happening here is the URL:<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/rpg2/tehrorealms/Main/MainF">http://www.angelfire.com/rpg2/tehrorealms/Main/MainF</a><!-- m --><br />
<br />
Please note that in the page so far are only links using the second code line:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"URL" Target="C">hyperlink</a><!--content-->Hi!<br />
<br />
Your problem should be solved by using correct double quotes. The quotes in your code turn out to be: ?- replace them with " ...<br />
<br />
See the difference??<br />
<br />
In my editor, I was not able to get your quotes on my screen (maybe because of the German keyboard layout). I assume that you typed your code with some software auto-replacing normal double quotes with those appearing in your code. So, if you can't type the correct quotes in your editor, just grab the one above (highlight and copy it) and paste it to your code.<br />
<br />
Cheers - Pit<!--content-->Thank you so much!!! I was using a word program since that is where my information was stored and I just added in the codes there to copy and paste into the webpage editor. I honestly didn't think that the quotes may be different!! Your a lifesaver, and as silly as I feel with that being the culprit I'm eternally thankful for the help! Enjoy your evening!<br />
<br />
Sincerely,<br />
Audrey<!--content-->Hi Audrey!<br />
<br />
I'm glad if I could help.<br />
<br />
I will enjoy the morning first (10:20 a.m. here at the moment), :) . Enjoy your evening!!<br />
<br />
Cheers - Pit<!--content-->
 
Back
Top