Page 1 of 1

HOW: include the page in an other page

Posted: 22 Jan 2009, 03:02
by Sebi_Eda
Hello,

how can I change the gallery, which now have an entire page is displayed in a homepage, so they are a part of my page.
As an example, I have a link below with as I indicated at the old did. Is there a better way?
Please help.

Link: http://www.s-linge.de/index.php?id=36


Thank you

LG
Sebi

Posted: 22 Jan 2009, 03:32
by Nick
There is an example included (file: standard.html) how to embed imagevue in html. Or you can just view source on the page and copy all html you'll see.

Posted: 22 Jan 2009, 13:36
by Sebi_Eda
sorry because i have not this file.
can you give me a link to this file...?

Posted: 22 Jan 2009, 16:31
by Nick
https://www.photo.gallery/soda/standard.html

This is it, you can view source and copy everything.

Posted: 23 Jan 2009, 19:03
by .oesse.
pain wrote:https://www.photo.gallery/soda/standard.html

This is it, you can view source and copy everything.
this redirect to https://www.photo.gallery/soda/standard.html#/content/start/ and i cannot see the source code of the html file

Posted: 24 Jan 2009, 03:04
by Nick
It is the same page #whatever is just anchor.
View > Page source

Posted: 25 Jan 2009, 09:05
by Sebi_Eda
Sorry but this is wrong in my page www.s-linge.de.
I Copy this Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Imagevue Gallery</title>
<link href="http://www.s-linge.de/beta_galerie/imag ... rAdmin.css" rel="stylesheet" type="text/css" />
<link href="http://www.s-linge.de/beta_galerie/imag ... agevue.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html" />
<script type="text/javascript" src="http://www.s-linge.de/beta_galerie/imag ... "></script>

<script type="text/javascript" src="http://www.s-linge.de/beta_galerie/imag ... "></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#imagevue {
height: 100%;
}
/* end hide */
body {
background-color: #222222;
margin: 0px;
padding: 0px;
height: 100%;
}
#forAdmin { display: none;}
</style>
</head>

Into an new HTML in Typo3 but this open in the background... and i have in the front a wihite side...?