| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Oct 2003
Posts: 8
![]() | Question regarding basic web design Ok, here it goes: I know there has to be a better way to go about this: I have a website with a simple table on top that spans 100 percent. in that small 1 row by 1 column table I have 5 links. Underneath this table is where I will store all my content. I want to have one file which contains the header (navigation bar) so that when i add a link to my site i dont have to edit 5 html pages , each with thier own nav bar. What does everyone do about this problem? |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Nov 2003
Posts: 44
![]() | make an empty row at the top of the table and add this to it. PHP Code:
__________________ Click Link for Java IRC PHP-Live IRC: pgardner.net:6667, Channel: #php. |
| |
| | #5 (permalink) | ||||||||
| Senior Member Join Date: Jun 2003 Location: Naperville Illinois
Posts: 1,786
![]() ![]() ![]() ![]() |
Also, make sure you set php to execute html and htm extensions. It is not usually on by default
__________________
| ||||||||
| |
| | #6 (permalink) |
| New Member Join Date: Jan 2004 Location: Alabama
Posts: 12
![]() | If you want to keep the links the same on each page for the sake of consistency, then I think the link on the page being viewed should be a different color or style so the visitor knows which page he is on. No one likes to click a link and find he is already on that page. There are still a lot of unsophisticated users and older people and some with disabilities who have real usability problems. I like to make things as easy for all as possible. |
| |
| | #7 (permalink) | ||||
| NamePros Regular Join Date: Dec 2003 Location: The Beach
Posts: 584
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ Newsback.com -- Commentary and backstories of the news ----------------------------------------------- | ||||
| |
| | #8 (permalink) |
| RyanPrice.ca - Developer Join Date: Dec 2003
Posts: 1,328
![]() ![]() ![]() | you can also shtml to do this, but I'd go with php. Only thing is you have to rename your files to .php to create an .htaccess file to tell the server to parse html and htm files like a php file.
__________________ Ryan Price - Webmaster www.HostDurham.com - For Hosting | www.jeanco.ca - For Webdesign |
| |
| | #12 (permalink) |
| NamePros Member Join Date: Feb 2004 Location: Bellevue, Washington
Posts: 33
![]() | Your best bet for all your web design needs is to use Macromedia Dreamweaver MX. This handy program takes all the redundent web editing work out of all you daily web designing needs. I would never consider creating a website without it!
__________________ Free Professional Website Evaluations and Make-Overs. Plus Affordable Redesigns and Custom Templates www.redesigningtheweb.com |
| |
| | #13 (permalink) |
| New Member Join Date: Feb 2004 Location: Bradford, Pa U.S.A.
Posts: 3
![]() | It depends what you are doing. I never use dreamweaver unless i am doing php or something of that sort. If you are just using html break out the handy dandy notepad that is really all you need. Photoshop and notepad should be more than enough to do a complete html webpage
__________________ Damn im smooth |
| |