|
|
|
|
|
June 12th, 2004, 09:40 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
*Poke?*
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 12th, 2004, 09:42 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, �sterg�tland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: html help
Quote:
Originally posted by narf poit chez BOOM:
*Poke?*
|
What?
Stop poking, it hurts!
(I don't see any attempt at a horisontal fram in the HTML source?)
[ June 12, 2004, 08:43: Message edited by: Ruatha ]
|
June 12th, 2004, 09:47 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
I'm three inches tall, how much could it hurt????
it's on my desktop. I'll upload it. I've gotta be less absent-minded about this.
[ June 12, 2004, 08:48: Message edited by: narf poit chez BOOM ]
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 12th, 2004, 09:55 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
Ok, go to main.html. It's the second test2.
Thanks.
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 12th, 2004, 10:00 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
Ok, that's weird. It's opening in the same tab now. Ruatha, did you hack my computer?
[ June 12, 2004, 09:00: Message edited by: narf poit chez BOOM ]
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 12th, 2004, 10:04 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, �sterg�tland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: html help
Is that what you intended?
I thought you wanted a horisontal frame in the right frame, i e three frames; left column, right divided in two?
or?
|
June 12th, 2004, 10:28 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
Something like this:
code:
|
+----
|
|
|
If that makes sense.
But it's replacing the whole thing when I click on something in the horizontal frame.
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 12th, 2004, 10:38 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, �sterg�tland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: html help
Hmm, I can't see any horisontal frame.
What I'd do would be something like this:
code:
For index.html:
<html>
<frameset cols="315, 70%" border="0" scrolling="no">
<frame src="nav.html" name="nav" noresize noscroll border="0">
<frame src="test.html" name="test" noresize border="0">
</frameset>
</html>
test.html:
<HTML>
<FRAMESET rows="100, 200">
<FRAME src="test2.html" name="top">
<FRAME src="test3.html" name="bottom">
</FRAMESET>
</HTML>
It works for me..
[ June 12, 2004, 10:26: Message edited by: Ruatha ]
|
June 17th, 2004, 02:14 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: html help
Well, did that. Still overwrites the entire thing.
Maybe I should zip all the files I'm using and stick them on the page?
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
June 17th, 2004, 09:58 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, �sterg�tland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: html help
Oki.
The Nav link tries to open a frame that exists in another document, ie test.
Make the main html like this instead and try:
Main.html:
code:
<html>
<frameset cols="315, 70%" border="0" scrolling="no">
<frame src="nav.html" name="nav" noresize noscroll border="0">
<FRAMESET rows="100, 200">
<FRAME src="http://www.shrapnelgames.com/cgi-bin...bb=forum;f=23" name="top">
<FRAME src="http://seiv.pbw.cc" name="bottom">
</FRAMESET>
</frameset>
</html>
Nav.HTML:
code:
<html>
<body BGCOLOR="004848" TEXT="FFFFFF" LINK="00FF00" VLINK="00FFFF" ALINK="FFFF00">
<p>
<center><b><a HREF="test.html" TARGET="top">test</a></b></center>
<center><b><a HREF="City.png" TARGET="top">City</a></b></center>
<center><b><a HREF="Jet Racer v0l50.zip" TARGET="bottom">Jet Racer</a></b></center>
<center><b><a HREF="racing.zip" TARGET="bottom">Speed Racer</a></b></center>
</p>
</body>
</html>
EDIT:Haven't tried it but it SHOULD work.
Delete all other files except main.html (Should be called index.html) and nav.html.
Then upload the rest of the files that should be there (i e City.png and the rest)
EDIT: Note, the zips doesn't have to be directed to any frame in particular as they will be downloaded.
[ June 17, 2004, 11:22: Message edited by: Ruatha ]
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|