|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming | |
[HTML] Noob needs help
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Intel Overclocker
|
hi i am completely new to HTML and making a website on Expression Web 2
i am editing the main page and i add a new tab on the navigation bar i have to do this with EVERY page i make or is there a way, where if i edit the navigation bar on 1 page it will make the changes on all pages
__________________
Club 0pera VIP Member Games That You Are Waiting For Solution ASUS P5K Overclocking Bug My BF2142 Stats
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||
|
Folding Fanatic
|
I'm not sure about that certain program, but I usually just code HTML and CSS by hand in wordpad.
__________________Takes time off learning how to use a program. This is the tutorial that got me started with HTML, http://www.w3schools.com/html/default.asp
|
|||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Programmer
|
Yeah, I use notepad++ to code HTML and most other things. It's simple, has tabs for multiple files and does code coloring, perfect amount of features for me.
The tutorial Alfonzo linked is a good one for starters. I have always edited my nav bars by hand on each page. Good luck!
__________________
"He attacked everything in life with a mix of extraordinary genius and naive incompetence, and it was often difficult to tell which was which." Douglas Adams
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
Programmer
|
When im in such situations, i use PHP's include. You create a page, say "contents.php" and put your contents/tab system blah blah in that. Then in your main.php you stick at the top.
__________________<?php include("contents.php")> Ofcourse the server will need to support php.
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
iRun
![]() |
To save server configuration (because you're hosting this on your own, right?) I would not use PHP. It's quite a bear to learn if you're still working with markup languages like HTML.
karan.t, I would use HTML inline frames. They allow you to do exactly what you are asking for. All of your links in the navigation bar will reference the frame, so that the main page stays constant while the content of the frame changes. http://www.w3schools.com/TAGS/tag_iframe.asp
__________________
... wherever I may roam; where I lay my head is home ... Electricity Explained --- Got a G15? Use ATI Tool? Check this out! --- Compilation of Free Security Utilities --- Rule #1: Obey All Rules --- E2160 @ 3400mhz, Orthos Stable
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|