-+ How To Edit


Before you email me with your questions - please read this first ^_^. I will tell you how to use this layout . This layout uses 3 inline frames , which are can be filled with contents. You can put navigation in each frames. It'll make you easier to navigate the site.

To write inside the first frames, open 1.html with your html editor such as Notepad, Frontpage, or Dreamweaver. And just replace these texts.
If you want to add links , use this code :

<a href="blahblah.html">your link name</a>

And it will open up in a SAME frames. If you don't want it stuck there inside the frames (if you want to open it in a new page) use this code :

<a target="_blank" href="blahblah.html">your link name</a>

To edit the center frames (this page) open 2.html with your html editor. To edit the right frames, open 3.html . Is that clear enough ? If you have any questions please e-mail me at yohanapra@yahoo.com .

If you want to use only 1 inline frames, just move these code in index.htm

<iframe name="iframe3" style="position: absolute; left: 1165; top: 191" border="0" frameborder="0" width="306" height="202" allowtransparency="true" src="3.html">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<iframe name="iframe2" style="position: absolute; left: 800; top: 192" width="313" height="202" src="2.html" border="0" frameborder="0" allowtransparency="true">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
BR


If you want to edit the title of your site, go to index.htm ^_^ and edit the title between the <title> and </title> tag.