.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   OT: html help (http://forum.shrapnelgames.com/showthread.php?t=12121)

narf poit chez BOOM June 12th, 2004 09:40 AM

Re: OT: html help
 
*Poke?*

Ruatha June 12th, 2004 09:42 AM

Re: OT: html help
 
Quote:

Originally posted by narf poit chez BOOM:
*Poke?*
<font size="2" face="sans-serif, arial, verdana">What?
Stop poking, it hurts! http://forum.shrapnelgames.com/images/icons/tongue.gif

(I don't see any attempt at a horisontal fram in the HTML source?)

[ June 12, 2004, 08:43: Message edited by: Ruatha ]

narf poit chez BOOM June 12th, 2004 09:47 AM

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 ]

narf poit chez BOOM June 12th, 2004 09:55 AM

Re: OT: html help
 
Ok, go to main.html. It's the second test2.

Thanks.

narf poit chez BOOM June 12th, 2004 10:00 AM

Re: OT: html help
 
Ok, that's weird. It's opening in the same tab now. Ruatha, did you hack my computer? http://forum.shrapnelgames.com/images/icons/shock.gif http://forum.shrapnelgames.com/images/icons/icon10.gif

[ June 12, 2004, 09:00: Message edited by: narf poit chez BOOM ]

Ruatha June 12th, 2004 10:04 AM

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?

narf poit chez BOOM June 12th, 2004 10:28 AM

Re: OT: html help
 
Something like this:
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"> |
+----
|
|
|</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana">If that makes sense.
But it's replacing the whole thing when I click on something in the horizontal frame.

Ruatha June 12th, 2004 10:38 AM

Re: OT: html help
 
Hmm, I can't see any horisontal frame.
What I'd do would be something like this:
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">For index.html:
&lt;html&gt;
&lt;frameset cols=&quot;315, 70%&quot; border=&quot;0&quot; scrolling=&quot;no&quot;&gt;
&lt;frame src=&quot;nav.html&quot; name=&quot;nav&quot; noresize noscroll border=&quot;0&quot;&gt;
&lt;frame src=&quot;test.html&quot; name=&quot;test&quot; noresize border=&quot;0&quot;&gt;
&lt;/frameset&gt;
&lt;/html&gt;

test.html:
&lt;HTML&gt;
&lt;FRAMESET rows=&quot;100, 200&quot;&gt;
&lt;FRAME src=&quot;test2.html&quot; name=&quot;top&quot;&gt;
&lt;FRAME src=&quot;test3.html&quot; name=&quot;bottom&quot;&gt;
&lt;/FRAMESET&gt;


&lt;/HTML&gt;</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana">It works for me..

[ June 12, 2004, 10:26: Message edited by: Ruatha ]

narf poit chez BOOM June 17th, 2004 02:14 AM

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?

Ruatha June 17th, 2004 09:58 AM

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:
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">&lt;html&gt;
&lt;frameset cols=&quot;315, 70%&quot; border=&quot;0&quot; scrolling=&quot;no&quot;&gt;
&lt;frame src=&quot;nav.html&quot; name=&quot;nav&quot; noresize noscroll border=&quot;0&quot;&gt;
&lt;FRAMESET rows=&quot;100, 200&quot;&gt;
&lt;FRAME src=&quot;http://www.shrapnelgames.com/cgi-bin...rum;f=23&quot; name=&quot;top&quot;&gt;
&lt;FRAME src=&quot;http://seiv.pbw.cc&quot; name=&quot;bottom&quot;&gt;
&lt;/FRAMESET&gt;

&lt;/frameset&gt;
&lt;/html&gt;</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana">Nav.HTML:
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">&lt;html&gt;

&lt;body BGCOLOR=&quot;004848&quot; TEXT=&quot;FFFFFF&quot; LINK=&quot;00FF00&quot; VLINK=&quot;00FFFF&quot; ALINK=&quot;FFFF00&quot;&gt;

&lt;p&gt;
&lt;center&gt;&lt;b&gt;&lt;a HREF=&quot;test.html&quot; TARGET=&quot;top&quot;&gt;test&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;
&lt;center&gt;&lt;b&gt;&lt;a HREF=&quot;City.png&quot; TARGET=&quot;top&quot;&gt;City&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;
&lt;center&gt;&lt;b&gt;&lt;a HREF=&quot;Jet Racer v0l50.zip&quot; TARGET=&quot;bottom&quot;&gt;Jet Racer&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;
&lt;center&gt;&lt;b&gt;&lt;a HREF=&quot;racing.zip&quot; TARGET=&quot;bottom&quot;&gt;Speed Racer&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana">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 ]


All times are GMT -4. The time now is 08:24 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.