Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Ignorant new guy again. How do I get text in a frame?
Old 04-24-2006, 01:48 AM Ignorant new guy again. How do I get text in a frame?
Novice Talker

Posts: 11
Location: Flowood, MS
Trades: 0
Okay,

I put my video issue on the back burner after scratching my head for an hour or so and went on to frames. I've now reached my self-imposed three hour limit on a problem before asking, so here it goes:

I have a folder into which I've put several files:

--testing1.html (attached), which contains the "frameset" and "frame" info., without "name" attributes
--left.html, which contains <html><head><body>Does this work?</body></head></html>
--ads.html, which is blank
--index1.html, which contains my main web page
--a few other files that aren't relevant

If I open the "testing1.html" page in a browser, I get three frames, with the "index1.html" page loaded in the middle one, but nothing in the left frame (I expected to see "Does this work?"), and of course, nothing in the right frame.

So how do I add text to the left and right frames? I'll be happy to post any of the other pages if necessary; just let me know.

Shelton
Attached Files
File Type: txt testing1textversion.txt (186 Bytes, 2 views)
Shelton is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-24-2006, 02:20 AM Re: Ignorant new guy again. How do I get text in a frame?
Novice Talker

Posts: 6
Trades: 0
I don't kown where are you wrong,but i can do for a example:

I make a folder first, in the folder have four files:index.html,left.html,middle.html,right.html

index.html code:
<html>
<head>
<title>My new site</title>
</head>
<frameset cols="15%,70%,15%" frameborder="no" border="0" framespacing="0">
<frame src="left.html">
<frame src="middle.html">
<frame src="right.html">
</frameset>
<noframes>
<body>
</body>
</noframes></html>


left.html code:
<html>
<head><title>The left</title></head>
<body>
This is left.html
</body>
</html>

middle.html code:
<html>
<head><title>The middle</title></head>
<body>
This is middle.html
</body>
</html>

right.html code:
<html>
<head><title>The right</title></head>
<body>
This is right.html
</body>
</html>

You can save all and open index.html look it

Last edited by dnawo; 04-24-2006 at 02:25 AM..
dnawo is offline
Reply With Quote
View Public Profile
 
Old 04-24-2006, 02:30 AM Re: Ignorant new guy again. How do I get text in a frame?
Novice Talker

Posts: 6
Trades: 0
the line in testing1textversion.txt:<frame scr="left.html"> here is not "scr",change to "src"

Last edited by dnawo; 04-24-2006 at 02:36 AM..
dnawo is offline
Reply With Quote
View Public Profile
 
Old 04-24-2006, 03:10 AM Re: Ignorant new guy again. How do I get text in a frame?
Super Talker

Posts: 102
Trades: 0
In this case validating your code would've saved you your self-imposed three hour limit. Try to do that next time.
ghettobert is offline
Reply With Quote
View Public Profile
 
Old 04-24-2006, 10:34 AM Re: Ignorant new guy again. How do I get text in a frame?
Novice Talker

Posts: 11
Location: Flowood, MS
Trades: 0
Oops. Yep, that transposition of letters cost me three hours. Well, in my defense, it was late when I started working on it! Thank you all, and thank you all again! I have never heard of code validation; I'll see what I can look up on it.

Shelton
Shelton is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Ignorant new guy again. How do I get text in a frame?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23355 seconds with 13 queries