simple code, tough problem

liunx

Guest
im trying to create an introduction page to my website. the intro page is <!-- m --><a class="postlink" href="http://www25.brinkster.com/ff1/intropage.html">http://www25.brinkster.com/ff1/intropage.html</a><!-- m -->. the link to the main page, www25.brinkster.com/ff1/index.html, is in the picture at the top and a couple lines below that. i want the new page, index.html, to open up in the same window. in the [a href] tag, i have the target defined [target=self], just to make sure that the page opens in the same window. the target page, index.html, uses frames, so i have no idea if that is the problem.... but anywayz, im just trying to figure this out, and the html just wont be nice to me! thanks in advance<!--content-->Link doesn't work<!--content-->fixed<!--content-->take this out of the <head> tag: <base target=main><br />
<br />
Should Work. :)<!--content--><a href=http://www25.brinkster.com/ff1/index2.html><br />
<br />
no quotes?<!--content-->I'm about 99% positive that Scoutt's observation is correct.<br />
<br />
Although IE reads crap code, I don't believe it will work correctly without quotes around the href.<!--content-->If you take dantheman598's code, and put the links in quotes (which you should always do), the link still opens up a new window.<br />
<br />
If you delete the, <base target=main>, then it opens up in the same window.<!--content-->oh geez, im an idiot, duh. take out the base target. thanks. <br />
oh and links WILL work without the quotes :)<!--content-->Originally posted by dantheman598 <br />
oh geez, im an idiot, duh. take out the base target. thanks. <br />
oh and links WILL work without the quotes :) <br />
but it is not recommended. and it is not the standard.<!--content-->you must make me feel so bad dont you :( :) <br />
just playing. ill start with the quotes now<!--content-->
 
Back
Top