Topic: frame (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9586" title="Pages that link to Topic: frame (Page 1 of 1)" rel="nofollow" >Topic: frame <span class="small">(Page 1 of 1)</span>\

 
Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 01-14-2003 23:54

Hi, guys. Good morning. How are ya? The weather has been perfectly imporved.
It will be a beautiful summer day today.

Well, I have got a wee question. Would you advice me?
I am doing "frame" exercise. The following two code is supposed to responde different way, but happens just same thing. I don't know why.

<html>
<frameset rows="30%","70%">
<frame src="frame6-nav.html">
<frame src="frame5-target.html" name="showframe">
</frameset>
</html>

and

<html>
<frameset cols="30%, "70%">
<frame src="frame6-nav.html">
<frame src="rame5-target.html" name="showframe">
</frameset>
</html>

Hu~, what I am doing is making frame vertically and holizontally.
Would you know what I mean?
Please help me.

Hiroki Kozai

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 01-14-2003 23:59

hmm..can't see any difference. just in part
two is a "f" less

code:
<html>
<frameset cols="30%, "70%">
<frame src="frame6-nav.html">
<frame src="[b]f[/b]rame5-target.html" name="showframe">
</frameset>
</html>



Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 01-15-2003 01:35

Hi, thanks for your replay.
Well, the difference is <framset rows="70%", "30%"> and <frameset cols="70%", "30%>.

So now would you have any idea?

Hiroki Kozai

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 01-15-2003 03:06

You need to be careful with your quotes. The following lines which appeared on this page are all incorrect:

<frameset rows="30%","70%">
<frameset cols="30%, "70%">
<framset rows="70%", "30%">
<frameset cols="70%", "30%>

The correct versions are:

<framset rows="70%, 30%">
<frameset cols="70%, 30%">

Notice that there are only two quotes in each one - one starts the value of the rows or cols attribute, and one ends it. You'll never have a quote in an HTML tag that's not immediately after a

something=

They always come in the form of attribute="value". Always. =)



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu