Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Tech Help (http://zelaron.com/forum/forumdisplay.php?f=329)
-   -   Cross post: HTML (http://zelaron.com/forum/showthread.php?t=27470)

Tyrannicide 2004-02-26 09:17 PM

Cross post: HTML
 
I have text documents (.html) uploaded to a server. all the text documents are seperate pages and they work if i type in the url for the specific page, but i can't figure out how to have one .html document that will join the pages together. kind of like a index.html .

I really would appreciate ur help.
thanx

LiveWire 2004-02-26 09:19 PM

example? Maybe i could help.
Don't understand your request

Tyrannicide 2004-02-26 09:27 PM

i am trying to make a basic website to post some of my art work and a few lttle other things. I have files like 'news.html' uploaded to a free website hoster and each item has an address www26.brinkster.com/arkmune/news.html and it works. i also have the header.html and such, but their is a way to make it load at once such as 'index.html' which would contain the coding to automaticly load up header.html, frame.html, nav.html , that type of thing.i tried many things but nothing works. i am also a newbie at web site coding.

LiveWire 2004-02-26 09:33 PM

Ya but only in PHP.

Do this:

Make a file, and call it index.php

add this in the file:
PHP Code:

 
<?php
include "header.html"// Open the header
include "main.html"// Opens the homepage
include "footer.html"// Open the footer
?>

Mess around with that alil bit.

Tyrannicide 2004-02-26 09:44 PM

the problem is i don't know shit about html, php or any other coding.


All times are GMT -6. The time now is 05:21 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.