Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
What do I need to do?
Old 11-10-2005, 08:58 PM What do I need to do?
Novice Talker

Posts: 8
Trades: 0
First, and foremost, hello everyone. I have been lurking around here for a few weeks and you guys have some great information.

Second, I apologize for posting this in the wrong forum, I do not know where it should go. I am very new to creating, and maintaining a website (notice the stress on very).

Now, onto my question:
My question deals with the layout of my website. I am frequently changing/adding new menu links. When I change one menu link, I have to change it on every single page. This is due to the fact that my menu is -- and my whole layout, for that matter -- is on each individual page. I do not know if this is the proper way to maintain a layout, but this is the path that I have driven down.

I would like to cut my production time in half by using a program (or a html code?) that allows me to make one change to the layout, and it applies that change to every page on my site for me.

Can anyone point me in the right direction of material I need, what I need to do, and what I should learn?

I appreciate the help, and if I wasn't clear enough on what I am looking for, just let me know.

-- idunno
idunno is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-10-2005, 09:34 PM
Average Talker

Posts: 25
Location: Indonesia
Trades: 0
You can use Server Side Include (SSI) method. You can learn it easily on http://www.thesitewizard.com/archive/ssiprimer.shtml
__________________

Please login or register to view this content. Registration is FREE
.
dannybedor is offline
Reply With Quote
View Public Profile Visit dannybedor's homepage!
 
Old 11-10-2005, 09:36 PM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
Or you can use PHP includes.

PHP Code:
<?
require ("header.php");
?>

<?
require ("content.html");
?>

<?
require ("footer.php");
?>
Where header.php is your menu; content.html, content; footer.php, footer. Be sure to name each page with a .php extension or you could use a code that will have your server parse .html and .htm files as PHP.
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Old 11-10-2005, 11:06 PM
Novice Talker

Posts: 8
Trades: 0
Quote:
Originally Posted by dannybedor
You can use Server Side Include (SSI) method. You can learn it easily on http://www.thesitewizard.com/archive/ssiprimer.shtml
Thanks danny! That was much easier than I thought it was going to be.
idunno is offline
Reply With Quote
View Public Profile
 
Old 11-11-2005, 06:15 AM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
Don't forget to rename pages with a .shtml extension, or it most likely won't work.
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Old 11-11-2005, 12:38 PM
Average Talker

Posts: 15
Trades: 0
Quote:
Originally Posted by webfreak
Don't forget to rename pages with a .shtml extension, or it most likely won't work.
or have your host configure IIS to run the ssi dll file for htm html pages ...
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-11-2005, 02:48 PM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
I'd doubt they'd configure it that way, as it take a server process each time a page is parsed as SHTML.
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Reply     « Reply to What do I need to do?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.89405 seconds with 12 queries