Frenchyd Posted February 10, 2001 Share Posted February 10, 2001 hey, this isn't exactly "MI" related, except its on my MI page... i just started using frames, and when you click on the links in my frame, it pops up another page, (http://www.geocities.com/liquid_water4) go see for yourself, anyone know how to keep it in the "main" window?? ------------------ ---- Frenchy ---- "So thats your game huh? Spinning the helpless skull? How juvinielle" ~murray go visit my new website! http://www.geocities.com/liquid_water4 Link to comment Share on other sites More sharing options...
Rufio Posted February 10, 2001 Share Posted February 10, 2001 what program are u using to make your webpage? Link to comment Share on other sites More sharing options...
Frenchyd Posted February 10, 2001 Author Share Posted February 10, 2001 notepad... i'm REAL high tech... ------------------ ---- Frenchy ---- "So thats your game huh? Spinning the helpless skull? How juvinielle" ~murray go visit my new website! http://www.geocities.com/liquid_water4 Link to comment Share on other sites More sharing options...
brief Posted February 10, 2001 Share Posted February 10, 2001 Notepad is one of the greatest HTML editors out there.. Anyway, what you want for frames links is to use the target attribute. But you have to first give your main page a window name, which you have to set in your frames page. So, something like this in your frame page.. <blockquote><html> <frameset cols="10%,*"> <frame src="navigate.htm"> <frame src="mainpage.htm" name="main"> </frameset></blockquote> Then, for your navigate page, link your pages thusly: <blockquote><a href="links.htm" target="main">View Links</a></blockquote> For more on HTML tags, attributes, etc., I suggest visiting The HTML Compendium ------------------ Vroom Vroom!! Link to comment Share on other sites More sharing options...
Frenchyd Posted February 10, 2001 Author Share Posted February 10, 2001 THANKS! luv ya all!!!! ------------------ ---- Frenchy ---- "So thats your game huh? Spinning the helpless skull? How juvinielle" ~murray go visit my new website! http://www.geocities.com/liquid_water4 Link to comment Share on other sites More sharing options...
GuybrushT Posted February 10, 2001 Share Posted February 10, 2001 I recomend this site : www.pageresource.com Link to comment Share on other sites More sharing options...
Rufio Posted February 11, 2001 Share Posted February 11, 2001 raw html code is a chore, thats why i endorce macromedia dreamweaver 4 ::holds up package in vanna white style:: html programs are soo much easiar and there is a lot more u can do with them. Link to comment Share on other sites More sharing options...
brief Posted February 11, 2001 Share Posted February 11, 2001 DreamWeaver is one of the best WYSIWYG HTML editors out there. But the problem I have with WYSIWYG editors has been that they always add redundant code to the pages, and DreamWeaver is no exception, even though it does its best at trying to reduce redundant tags. Once you're used to it, plain-HTML is quite easy (afterall, it's not a real programming language), and it's much better to know the code if you're going to do anything truly dynamic.. and by that I don't mean simple mouse-over stuff (I mean things like this, which is one of the sites I made for my previous employer). ------------------ Vroom Vroom!! Link to comment Share on other sites More sharing options...
Rufio Posted February 11, 2001 Share Posted February 11, 2001 since seeing is believing, im gonna stay with dreamweaver, (v4 is really good, tho expensive) cause i dont type too fast, and if u make a little mistake ur page is f'd and u have to search through coding, where with dreamweaver it finds bad code and fixes it. Link to comment Share on other sites More sharing options...
brief Posted February 12, 2001 Share Posted February 12, 2001 Certainly, DreamWeaver is something nice to have... even "professionals" use it for web design. ------------------ Vroom Vroom!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.