Newbie needs some help

This is a discussion on "Newbie needs some help" within the Web Page Design section. This forum, and the thread "Newbie needs some help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 3rd, 2006, 19:55
New Member
Join Date: Jun 2006
Location: Florida
Age: 20
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Newbie needs some help

I used to do some webdesign a couple years back and I'm just getting back into it. To start, I'm making a website for my World of Warcraft (video game) guild for practice. I have a basic layout setup, there is no preview yet sorry, and I have a question regarding my navigation bar, the links to on the left of my layout.

When I used to make websites, I remember using a code that would insert my navigation bar, which would be saved as navi.html or something. I would save my pages in .shtml. I forgot where I got this script. Does anyone have any clue what I'm talking about? Thanks for the help.
Reply With Quote

  #2 (permalink)  
Old Jun 3rd, 2006, 22:36
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie needs some help

Do you mean server side includes?
Reply With Quote
  #3 (permalink)  
Old Jun 4th, 2006, 05:26
Up'n'Coming Member
Join Date: May 2006
Location: Kentucky
Age: 19
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie needs some help

I wish you had a preview so we could all see what you mean. It makes things a whole lot easier. I understand if you can not do so but it would be a great help.
Reply With Quote
  #4 (permalink)  
Old Jun 5th, 2006, 14:38
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,350
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Newbie needs some help

Sounds like you used to use frames...

We don't do that anymore.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #5 (permalink)  
Old Jun 5th, 2006, 15:03
New Member
Join Date: Jun 2006
Location: Nothern Virginia USA
Age: 27
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie needs some help

.shtml is usually associated with server side includes (ssi) i have had experience with using them on apache. however, i have found it better to just use php or something like this to accomplish this. not only can you include files, but obviously you can do alot more. assuming you have php installed, its:

PHP: Select all


<?php include('path/to/file.php'); ?>
or, if you still want to use ssi. then it'll look like:
Code: Select all
        <!--#include virtual="/cgi-bin/counter.pl" -->
here is a link that can explain ssi pretty well.
http://httpd.apache.org/docs/2.0/howto/ssi.html
Reply With Quote
Reply

Tags
newbie, needs, help

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello everyone! Another newbie here. Joker Introduce Yourself 6 Aug 19th, 2007 20:52
newbie Janna122003 Introduce Yourself 7 Feb 6th, 2007 17:21
Hi newbie to all! Brooksy Introduce Yourself 3 Dec 7th, 2006 22:24
Newbie toefunky Introduce Yourself 6 Nov 19th, 2006 05:54
help with css for a newbie sing2trees Web Page Design 2 Jan 29th, 2006 16:24


All times are GMT. The time now is 04:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43