473,467 Members | 1,986 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Abandoning frames ... now pbs with SSI

Hi,
Yesterday I was taught here that frames were really really evil so I now I
am trying to kick the habit.
I am trying to adopt a healthier lifestyle using SSI but I'm going to need
some support.

At http://www.fransysco.net/casajac/testinclude.shtml I have a page which
basically is just this :

<html>
<head>
<title stuff
<META stuff ...

<link rel="stylesheet" href="includes/iasj.css" type="text/css">

</head>
<body>

<!--#include file="includes/accueil_top.htm" -->
<!--#include file="includes/accueil_left.htm" -->
<!--#include file="includes/gite.htm" -->

</body>
</html>

Pb is that my "gite.htm" is placing itself on top of my "accueil_left.htm" .

Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ??

TIA

CCS Newbie
(ex Frame-Junkie)

Jul 21 '05 #1
6 1464
> Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ??

Doesn't work either ...

CSS Newbie
Jul 21 '05 #2
CSS Newbie wrote:
At http://www.fransysco.net/casajac/testinclude.shtml I have a page
which basically is just this :


That page has about three complete "pages" in it. Complete sets of
<html><head><body> elements. It would surprise me if it would work in
any browser.

Your include files cannot be complete pages.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #3
In our last episode,
<42***********************@news.wanadoo.fr>, the lovely and
talented CSS Newbie broadcast on
comp.infosystems.www.authoring.stylesheets:
Hi,
Yesterday I was taught here that frames were really really evil so I now I
am trying to kick the habit.
I am trying to adopt a healthier lifestyle using SSI but I'm going to need
some support. At http://www.fransysco.net/casajac/testinclude.shtml I have a page which
basically is just this : <html>
<head>
<title stuff
<META stuff ... <link rel="stylesheet" href="includes/iasj.css" type="text/css"> </head>
<body> <!--#include file="includes/accueil_top.htm" -->
<!--#include file="includes/accueil_left.htm" -->
<!--#include file="includes/gite.htm" --> </body>
</html> Pb is that my "gite.htm" is placing itself on top of my "accueil_left.htm" . Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ??


SSI isn't magic. Cut and paste the included files into one
document and see what that file looks like and whether it
validates. If and when it does, you can cut and save the parts
you want to have in include file.

All that SSI does is insert the text of a file in a document so
that the to the client the document looks as if the document had
always contained text of the file.
--
Lars Eighner ei*****@io.com http://www.larseighner.com/
War on Terrorism: Bad News from the Sanity Front
"In this autumn of anger, even a liberal can find his thoughts turning to ...
torture." --Jonathan Alter,_Newsweek_
Jul 21 '05 #4
On Sun, 8 May 2005 17:10:38 +0200, "CSS Newbie" <no****@home.today>
wrote:
Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ?? use just relevant html and text instead of a 'page'

Doesn't work either ...

sure it does

put the include inside a div, then style the div so it is absolutely
positioned, sized, and bordered, where and how you want it.
http://www.sturgood.com/demos/includedemo.shtml

cheers
johnSteve
Jul 21 '05 #5
OK. Thanks lads.

I've moved the entry page to here :
http://www.fransysco.net/casajac/inc...tinclude.shtml

I think I've made some progress ..... but I have a pb now with my menu on
the left :
Click on a menu item and the new page doesn't load.

Can some one figure out what's not working ?

TIA



"Lars Eighner" <ei*****@io.com> a écrit dans le message de news:
sl********************@goodwill.io.com...
In our last episode,
<42***********************@news.wanadoo.fr>, the lovely and
talented CSS Newbie broadcast on
comp.infosystems.www.authoring.stylesheets:
Hi,
Yesterday I was taught here that frames were really really evil so I now
I
am trying to kick the habit.
I am trying to adopt a healthier lifestyle using SSI but I'm going to
need
some support.

At http://www.fransysco.net/casajac/testinclude.shtml I have a page which
basically is just this :

<html>
<head>
<title stuff
<META stuff ...

<link rel="stylesheet" href="includes/iasj.css" type="text/css">

</head>
<body>

<!--#include file="includes/accueil_top.htm" -->
<!--#include file="includes/accueil_left.htm" -->
<!--#include file="includes/gite.htm" -->

</body>
</html>

Pb is that my "gite.htm" is placing itself on top of my
"accueil_left.htm" .

Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ??


SSI isn't magic. Cut and paste the included files into one
document and see what that file looks like and whether it
validates. If and when it does, you can cut and save the parts
you want to have in include file.

All that SSI does is insert the text of a file in a document so
that the to the client the document looks as if the document had
always contained text of the file.
--
Lars Eighner ei*****@io.com
http://www.larseighner.com/
War on Terrorism: Bad News from the Sanity Front
"In this autumn of anger, even a liberal can find his thoughts turning to
...
torture." --Jonathan Alter,_Newsweek_

Jul 21 '05 #6
OK.
Have read your messages and have made quite some progress.
Just a few formatting issues to deal with bu the site is working OK now.
Thanks for your advice.
Will close this thread here if that's OK with you all.

Opening new thread entitled "Is this the best way to handle SSI loading ?"

Bye,
CSS Newbie


"CSS Newbie" <no****@home.today> a écrit dans le message de news:
42**********************@news.wanadoo.fr...
OK. Thanks lads.

I've moved the entry page to here :
http://www.fransysco.net/casajac/inc...tinclude.shtml

I think I've made some progress ..... but I have a pb now with my menu on
the left :
Click on a menu item and the new page doesn't load.

Can some one figure out what's not working ?

TIA



"Lars Eighner" <ei*****@io.com> a écrit dans le message de news:
sl********************@goodwill.io.com...
In our last episode,
<42***********************@news.wanadoo.fr>, the lovely and
talented CSS Newbie broadcast on
comp.infosystems.www.authoring.stylesheets:
Hi,
Yesterday I was taught here that frames were really really evil so I now
I
am trying to kick the habit.
I am trying to adopt a healthier lifestyle using SSI but I'm going to
need
some support.

At http://www.fransysco.net/casajac/testinclude.shtml I have a page
which
basically is just this :

<html>
<head>
<title stuff
<META stuff ...

<link rel="stylesheet" href="includes/iasj.css" type="text/css">

</head>
<body>

<!--#include file="includes/accueil_top.htm" -->
<!--#include file="includes/accueil_left.htm" -->
<!--#include file="includes/gite.htm" -->

</body>
</html>

Pb is that my "gite.htm" is placing itself on top of my
"accueil_left.htm" .

Maybe I should I be placing each ssi directive within a separate <div> ?
and getting those divs to place each page ??


SSI isn't magic. Cut and paste the included files into one
document and see what that file looks like and whether it
validates. If and when it does, you can cut and save the parts
you want to have in include file.

All that SSI does is insert the text of a file in a document so
that the to the client the document looks as if the document had
always contained text of the file.
--
Lars Eighner ei*****@io.com http://www.larseighner.com/
War on Terrorism: Bad News from the Sanity Front
"In this autumn of anger, even a liberal can find his thoughts turning to
...
torture." --Jonathan Alter,_Newsweek_


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: les | last post by:
Hello, I just wonder what are the implications to use frames to build portal. I've seen some sites that are quite fast with frames but I just wonder if there are hidden "costs". I've tried to...
40
by: JohnnyCJohnny | last post by:
Is it pretty safe to say that almost all web surfers now use browsers that are Frames compatible? What are most people using these days? IE? Thanks
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
95
by: Neal | last post by:
Of course, every frame site I've ever seen has reduced usability and all. We've been through this before. But as frameset is still a part of HTML, there must be some legitimate use for it, hmm?...
25
by: Steal | last post by:
Hi at all I try to validate this page using the link: http://validator.w3.org/ but it return that this is not a valid HTML 4.01 page please where is it error? Steil <!DOCTYPE HTML PUBLIC...
5
by: Dfenestr8 | last post by:
Hi. I'm designing a site, and I'm trying find a way of browsing it without using frames, so I can test the <noframes> </noframes> tags. I use a linux mandrake 10 system, with KDE 3.2. Is there...
7
by: dj Bass | last post by:
simple, they don't like things that restrict the server-side controls... and when it comes to frames, you need client side stuff and that stuff's up the asp.net strategy. right or wrong?
12
by: mneuhaber22 | last post by:
Hello, I regret to say that C++ sucks big rocks. I used it until recently because of its container libraries and for no other reason. In a nutshell concurrency, interruptions, exceptions are...
56
by: Deepan HTML | last post by:
Hi All, Currently i am working in a framed environment where i have divided the window as 20% and 80% and the 20% is used for navigation purpose and right frame for displaying the orignal content....
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.