Documentation Layout

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Jun 06, 2004 11:42 pm    Post subject: Documentation Layout Reply with quote

I am so close to being done creating the website for the
Abyss 2.0 Beta web server documentation but my frames
are acting up , the nav menu won't connect to the top part.

http://os17fan.cjb.net/abyss2/

Note: View the source to see html code.
Back to top View user's profile Send private message Visit poster's website
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Sun Jun 06, 2004 11:59 pm    Post subject: Reply with quote

<frameset rows="10%,90%">
......
<frameset cols="15%,85%">


You missing 5 %? from navagation - > Header

[edit]": I was lazy and didnt see0....
_________________


Last edited by Foxified on Mon Jun 07, 2004 12:32 am; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 07, 2004 12:02 am    Post subject: Reply with quote

No Im not , here's why !

10% + 90% = 100%

15% + 85% = 100%

---------------------------------------

They both use 100% , im not missing 5%

Code:
<html>
<head>
<title>Abyss Web Server: 2.0 Beta</title>
</head>
<frameset rows="10%,90%">
<frame src="header.html" noresize
frameborder="0" scrolling="no">
<frameset cols="15%,85%">
<frame src="left_links.html" noresize
frameborder="0" scrolling="no">
<frame src="main.html" name="main" noresize
frameborder="0" scrolling="no">
</frameset>
</html>
Back to top View user's profile Send private message Visit poster's website
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Mon Jun 07, 2004 12:39 am    Post subject: Reply with quote

I do not know...
Code:
<html>
<head>
<title>Abyss Web Server: 2.0 Beta</title>
</head>
<frameset rows="10%,90%">
<frame src="header.htm" noresize
frameborder="1" scrolling="no">
<frameset cols="15%">
<frame src="left_links.htm" noresize
frameborder="0" scrolling="no">
<frame src="main.htm" name="main" noresize
frameborder="0" scrolling="no">
</frameset>
</frameset>
</html>



Maybe give it atleast a border to cover up the gap ;) looks a lil nice with it...
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 07, 2004 1:03 am    Post subject: Reply with quote

I think it would look much better with it connected together but
the sad part is that I already tried a blue border and it makes
things worse by adding a line. Any other ideas ?
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 07, 2004 1:44 am    Post subject: Reply with quote

Kill the top frame, kill the frame spacing, and add frame resize. Have any Macromedia products? Check how they layout their documentation.

And the blue is questionable.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 07, 2004 1:48 am    Post subject: Reply with quote

I don't want my documentation to look like Abyss Web Server's
and other types , I want it to look like an ordinary website , take a
good look at that layout , doesn't that look nice ? I think it does !
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 07, 2004 2:00 am    Post subject: Reply with quote

Alright, if you want.

Anyway, the code is "framespacing=0" (check my website for an example).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 07, 2004 4:13 am    Post subject: Reply with quote

You Rule , Thank You So Much For Your Help !
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 07, 2004 4:30 am    Post subject: Reply with quote

No problem--glad it worked.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 07, 2004 6:07 am    Post subject: Reply with quote

I have just one last request to ask you , also you get a first look
at the main area of the website , what I want to know is , when you
click on New Features , I want it to load the features page but I also
want to add a new top header by making it say Abyss Web Server: 2.0
Beta | Features at the very top of the page , how can I do this ?

Menu -> New Features -> Page Content -> New Top Header

The new website content is located at
http://os17fan.cjb.net/abyss2/

Edit: Please help me with this , im so close to being
done with the website , just a little more help. Thank You!
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Jun 08, 2004 1:04 am    Post subject: Reply with quote

Well the easy thing would be to use a new frameset. Would you be willing to do that?

If you don't want to, I can help you out with making a javascript that will do it.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Jun 08, 2004 1:51 am    Post subject: Reply with quote

I don't mind using a frameset but how would I make
that same website layout , also I would like a javascript.
Back to top View user's profile Send private message Visit poster's website
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Tue Jun 08, 2004 1:52 am    Post subject: Reply with quote

still doesnt connect to the top.... the frames... :|
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Jun 08, 2004 1:59 am    Post subject: Reply with quote

Well the "Features" would link to a new frameset that used the same side page, but a new top one (possibly "top_features.html") and obviously a new content one.

You can do this, or I'll help you with the Javascript. Oh, you can also use PHP to do it also (as you see, there are many paths for the same goal).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Jun 08, 2004 2:05 am    Post subject: Reply with quote

Can you write the code out for me , the frameset.

Thank You for your generous help !
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Jun 08, 2004 2:26 am    Post subject: Reply with quote

The features page would link to a page called "features.html" (which it is). Place this in the features.html page:
Code:
<html>
<head>
<title>Abyss Web Server: 2.0 Beta | Features</title>
</head>
<frameset rows="10%,90%">
<frame src="features/header.htm" noresize
frameborder="1" scrolling="no">
<frameset cols="15%">
<frame src="left_links.htm" noresize
frameborder="0" scrolling="no">
<frame src="features/main.htm" name="main" noresize
frameborder="0" scrolling="no">
</frameset>
</frameset>
</html>

You then need to make a directory in the "abyss2" directory called "features." Copy and paste the "header.htm" file you have in the "abyss2" directory into the new "features" directory and change it how you want. Then, make a directory called "main.htm" in the new directory and put the features content in it.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Jun 08, 2004 5:59 am    Post subject: Reply with quote

That did not work , I tried what you said and
nothing , whats the javascript code , I want it ?

Note: Just doing that will show a new
frame on the features page !
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Jun 08, 2004 11:53 pm    Post subject: Reply with quote

Oh, I forgot to mention something. Change the features link from "target=main" to "target=_parent."
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Wed Jun 09, 2004 12:18 am    Post subject: Reply with quote

... And change the colour scheme to something that doesn't make my eyes bleed :(
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed Jun 09, 2004 3:11 am    Post subject: Reply with quote

I didn't relize how brite the color is , I will work on the website
some more later this week , Aprelium is releasing a few docs on
using the new 2.0 Beta in a few days. Thank You!

I don't know what to say but thank you so
much for the help , I finally fixed the probem
thanks to your generous help , later!
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Jun 09, 2004 4:33 am    Post subject: Reply with quote

No problem--glad it works.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group