almost but not quite

windows

Guest
oh me well here is the trouble i have been looking for help and doing tutorials on frames for a week to find out what i was messing up.well i have half way fixed it but not quite.i was having trouble with my html coding and all my links were coming up in the little bitty link menu.well now they dont but they are popups and i really dont want popups these days a lot of my friends i know for sure and other people have popup blockers. what did i mess up?<!--content-->In your links page, you can add this to the <head>: <base target="yourframename">. That will make all you links open in the page named yourframename. If you want to do it for individual links, this is how: <a href=http://www.webdeveloper.com/forum/archive/index.php/"yourpage.htm" target="yourframename"><br />
<br />
Cheers!<!--content-->typically popup blockers should block "un-requested" popu windows,not the ones you click on a link and try to open them.SO eithter please explain your question or you did not miss anything..<br />
:D<!--content-->well i tried the html in the first reply but it iether not what wrong or i placed it wrong<br />
<head><br />
<meta http-equiv=Content-Type content="text/html; charset=windows-1252"><br />
<meta name=ProgId content=Word.Document><br />
<meta name=Generator content="Microsoft Word 10"><br />
<meta name=Originator content="Microsoft Word 10"><br />
<link rel=File-List href=http://www.webdeveloper.com/forum/archive/index.php/"INDEX_files/filelist.xml"><br />
this is the beginning of my document head<br />
<frameset framespacing=0 frameborder=0 border=0 cols="22%,78%"><br />
<frame name=Left src=http://www.webdeveloper.com/forum/archive/index.php/M.htm scrolling=yes noresize style='mso-linked-frame:<br />
auto'><br />
<frame name=Right src=http://www.webdeveloper.com/forum/archive/index.php/M4.htm scrolling=yes noresize style='mso-linked-frame:<br />
auto'><br />
<noframes><br />
<body lang=EN-US style='tab-interval:.5in'><br />
<div class=Section1><br />
<p class=MsoNormal><NORESIZE>This page uses frames, but your browser doesn't<br />
support them.</p><br />
this is the part of the main document that names the frames and such<br />
<html xmlns:v="urn:schemas-microsoft-com:vml"<br />
xmlns:o="urn:schemas-microsoft-com:office:office"<br />
xmlns:w="urn:schemas-microsoft-com:office:word"<br />
xmlns="http://www.w3.org/TR/REC-html40"><br />
<br />
<head><br />
<meta http-equiv=Content-Type content="text/html; charset=windows-1252"><br />
<meta name=ProgId content=Word.Document><br />
<meta name=Generator content="Microsoft Word 10"><br />
<meta name=Originator content="Microsoft Word 10"><br />
<link rel=File-List href=http://www.webdeveloper.com/forum/archive/index.php/"M_files/filelist.xml><br />
<link rel=Edit-Time-Data href=http://www.webdeveloper.com/forum/archive/index.php/"M_files/editdata.mso"><br />
this is the beginning (the head ) of my links page<br />
<p class=MsoNormal><span style='color:000000'><span style='font-size:18.0pt;<br />
font-family:Andy;mso-bidi-font-weight:bold;font-style:normal'><a<br />
href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.eqshaman.com/" target=right><span style='color:black'>EQ<br />
SHAMAN</span></a><o:p></o:p></span></p><br />
this is an example of one of the links(took it right from the page)<br />
<head><br />
<meta http-equiv=Content-Type content="text/html; charset=windows-1252"><br />
<meta name=ProgId content=Word.Document><br />
<meta name=Generator content="Microsoft Word 10"><br />
<meta name=Originator content="Microsoft Word 10"><br />
<link rel=File-List href=http://www.webdeveloper.com/forum/archive/index.php/"M4_files/filelist.xml"><br />
<link rel=Edit-Time-Data href=http://www.webdeveloper.com/forum/archive/index.php/"M4_files/editdata.mso"><br />
<!--[if !mso]><br />
this is the head of the frame i want the links to open in<br />
<br />
can anyone see where i am making the error this is the first frame page i have ever made<br />
i just started making my first web page 3 months ago <br />
and i have use a few tutorials and such but i am learnign as i go have no college or computer corses(honestly dont even type too fast) but this is a hobby i trluy love and i want to learn more <br />
figure otu my mistakes and keep going so any help very appreciated.<!--content-->on the post above i accidentally told what page after each code so when it ends where it came from at the bottom of it sorry did not want confusion<!--content-->Originally posted by LUTIEANA <br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.eqshaman.com/" target=right><span style='color:black'>EQ SHAMAN</span></a><br />
You need to capitalize Right. You have target=right, it should be target="Right"<!--content-->THANK YOU SO MUCH I DONT KNOW HOW I OVERLOOKED IT BUT I PROLLY WOULD HAVE TAKEN MONTHS TO FIND THE PROBLEM BEING THAT I AM A NEWBIE. I APPRECIATE IT SOOO MUCH TO THINK IT WAS ALL CAUSED BY ONE LETTER!:D :D :D<!--content-->
 
Back
Top