1.

Solve : frame html help?

Answer»

I am putting a Frame html code on my web site and I am having trable getting it right.

This is what I want just a basic Frame and it to have a Left and Right side.
I wanted to ask if anyone can just Past the Code here for me to copy?>

I did have it and I lost it and when I go to the net I find to many Frame and not the ONE I need.
ThanksQuick question, what program are you using to design this website?I do all the HTML Code by hand in Notepad.

So unless I need a realy long Code or something I just do it my self.

All of my Tables are by hand and I did know how to put a Frame on a page. You know a simple one with one page in the Left Hand Side amd one Page in the Right Hand Side and that is it.

But I lost itI don't know what the CODES are for framesets, but I think you need another HTML file.

I do know how to do it in the WYSIWYG Editor Macromedia Dreamweaver.

I strongly suggest using a WYSIWYG Editor rather than coding websites.

A free one I know of is NVU:
http://www.google.com.hk/search?hl=en&q=nvu&btnG=Google+Search&meta=&aq=f&oq=Quote from: CARBON Dudeoxide on February 21, 2009, 09:30:21 AM

I strongly suggest using a WYSIWYG Editor rather than coding websites.



tssk tssk.

actually, for Nymph4, I think I agree.

a set of Frames requires at least three pages- for example, the main page:

Code: [Select]<HTML><HEAD>
<FRAMESET>
<NOFRAMES>
you can't use frames. Go AWAY.
</NOFRAMES>
<FRAME SRC="FRAME1.HTML"></FRAME>
<FRAME SRC="FRAME2.HTML"></FRAME>
</FRAMESET>
</HEAD>
</HTML>


frame1.html:
Code: [Select]<HTML><BODY>Frame1!</BODY></HTML>


frame2.html:
Code: [Select]<HTML><BODY>Frame2!</BODY></HTML>
Quote from: Carbon Dudeoxide on February 21, 2009, 09:30:21 AM
I strongly suggest using a WYSIWYG Editor rather than coding websites.

Never..........

And also, you should stay away from frames.Quote from: kpac on February 21, 2009, 10:49:17 AM
Quote from: Carbon Dudeoxide on February 21, 2009, 09:30:21 AM
I strongly suggest using a WYSIWYG Editor rather than coding websites.

Never..........

True... but think about it- this is Nymph4. Quote from: BC_Programmer on February 21, 2009, 10:51:20 AM
True... but think about it- this is Nymph4.

Bad boy!!

Still, start as you mean to go on.What's wrong with WYSIWYG Editors?Quote from: Carbon Dudeoxide on February 22, 2009, 03:02:13 AM
What's wrong with WYSIWYG Editors?

They insert loads of unwanted and useless code. Also, when you use a WYSIWYG editor, you don't actually improve your knowledge on HTML or CSS.Not when you use Macromedia Dreamweaver where you can click a button to instantly switch to Code View.

BTW, Congrats on 2000 posts. Quote from: Carbon Dudeoxide on February 22, 2009, 06:24:22 AM
Not when you use Macromedia Dreamweaver where you can click a button to instantly switch to Code View.

Well, it's fine if you know what you're looking at, but most PEOPLE won't.

Quote from: Carbon Dudeoxide on February 22, 2009, 06:24:22 AM
BTW, Congrats on 2000 posts.

Heh, thanks.


Discussion

No Comment Found