View Single Post
  #4  
Old 04-16-2007, 07:32 PM
Trauko's Avatar
Trauko Offline
pp veteran
 
Join Date: Sep 2006
Location: Dalcahue, Chiloé
Posts: 99
I think that the easy form is to use a frame, I include an example to you

Write this in file index.html in your directory of pixelpost

Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//SP"

<HTML>
<HEAD>
<TITLE>Site Title</TITLE>
</HEAD>
<META NAME="Description" CONTENT="PixelPost"/>
<META NAME="KEYWORDS" CONTENT="PixelPost">
<FRAMESET "100%">
<FRAME src="Site URL">

<NOFRAMES>
<P>Este frame contiene:
<UL>
<LI><A href="Site URL">Redirección a Pagina archivos</A>
</UL>
</NOFRAMES>

</FRAMESET>
</HTML>
Replace Site URL with your complete PP archive URL

IE. my site is http://trauko.org
my PP site is http://trauko.org/fotoblog
my PP archive URL is http://trauko.org/fotoblog/index.php?x=browse


Last edited by Trauko; 04-16-2007 at 10:38 PM.
Reply With Quote