Reply
Dear LadynRed
Old 05-30-2007, 01:23 AM Dear LadynRed
Novice Talker

Posts: 13
Name: Michael
Hi Everyone. I joined this forum because I am new to webdesign. I am an artistic person and full of ideas. I've also noticed lots of threads by ladynred, and she seems very smart.

I started taking online tutorials at http://www.w3schools.com/default.asp 3 months ago. I know my website sucks. I am going to take some online courses in design from my local tech college in August in CSS and design.

What I need help with right now is how to make an efficient navigation bar on my website.

I tried making a horizontal navigation bar on some portions of my site
sample: http://www.midwestsecondhandstyle.com/index.html

I also tried to make a vertical navigation bar on my "go green" page
http://www.midwestsecondhandstyle.co...servation.html

Both of them look sloppy and outdated.

how can I add pages without updating 25 navigation bars? I read on googles forum that I can name my first page main, and my navigation page, nav main. That way I don't need to update so many pages.

I'm confused because my first page needs to be named index.html on lunarpages. I feel like this is a big, long, unsolved algebra problem.

Please help me!?
greenguy is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-30-2007, 01:55 AM Re: Dear LadynRed
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
I'm not LadyNRed (I'm uglier and far less intelligent), but I think I can help you anyway...

http://css.maxdesign.com.au/listamatic/ <--- this will give you almost every possible way to do a navigation bar, including 100 you and I haven't ever thought of before.

As far as naming pages goes, the good news is that your host, Lunarpages, supports a technology called server side includes (or SSI for short). Instead of calling your pages .html, you call them .shtml . Your host still should be able to recognize index.shtml as your default file, although you may need to delete the index.html file off your server first (this depends on the order in which hosts recognize default pages.)

To use a server-side include, check out this tutorial: http://www.smartwebby.com/web_site_d...e_includes.asp . The simplified explanation is that you add an <!--#include file="header.shtml"--> tag and it merges the include file with your page file to create one HTML file. Browsers, search engine spiders, and people can't tell which portion is the header, which is the footer, and which is the body just from looking at the code (unless you use comment tags within your include files to indicate as such). It's one big page of HTML goodness.

Pretty cool, eh?
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-30-2007, 09:42 AM Re: Dear LadynRed
Angelosanto's Avatar
Ultra Talker

Posts: 440
Name: Danny Angelosanto
Thanks for those two links, they were excellent
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 05-30-2007, 12:18 PM Re: Dear LadynRed
LadynRed's Avatar
Super Moderator

Posts: 6,699
Location: Tennessee
Quote:
(I'm uglier and far less intelligent)
LOL - now Adam.. I haven't seen your mug, but I KNOW you're definitely NOT 'far less intelligent'

Anyway, I don't need to say much more, Adam covered it all
There is one link I can offer, with TONS of CSS menu offerings:
http://www.cssplay.co.uk/menus/index.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-30-2007, 03:31 PM Re: Dear LadynRed
jason_bristol's Avatar
Ultra Talker

Posts: 254
Name: Jason Eyermann
Location: england bristol
I'm with lunar pages and I didn't know that about what Adam said. I'll have to have a look into that :-). Anyway another way to do it is to add a very simple php script into your page.

HTML Code:
<?php
   include('pagehere.php')
?>
and you can insert snippets of text/code/whatever mulipule times. You need to call the page yourpage.php and your must have chosen the non-windows server. the linux server.
__________________
My Site/Blog - AspireCreate.com

Last edited by jason_bristol : 05-30-2007 at 04:14 PM.
jason_bristol is offline
Reply With Quote
View Public Profile Visit jason_bristol's homepage!
 
Old 05-30-2007, 03:44 PM Re: Dear LadynRed
Novice Talker

Posts: 13
Name: Michael
I've been looking at these links. There is so much information. I have to process this for a bit. Each time I re-read the info, I understand a little more.
greenguy is offline
Reply With Quote
View Public Profile
 
Old 05-30-2007, 05:05 PM Re: Dear LadynRed
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Converting Video For YouTube
Posts: 2,337
Name: Keith Marshall
Location: West Hartford, CT
Quote:
Originally Posted by LadynRed View Post
LOL - now Adam.. I haven't seen your mug, but I KNOW you're definitely NOT 'far less intelligent'
You don't remember Adam's old avaitor? The kid with the fro?

__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-30-2007, 08:47 PM Re: Dear LadynRed
LadynRed's Avatar
Super Moderator

Posts: 6,699
Location: Tennessee
ROFL ! Yeah.. I remember... looked like Greg Brady of the Brady Bunch.. LOL
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-31-2007, 03:01 AM Re: Dear LadynRed
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
You mean...this one?

I spit in the face of people who don't want to be cool!
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-31-2007, 10:33 AM Re: Dear LadynRed
Novice Talker

Posts: 13
Name: Michael
I like the fro. It's unique
greenguy is offline
Reply With Quote
View Public Profile
 
Old 06-02-2007, 02:56 PM Re: Dear LadynRed
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Quote:
Originally Posted by LadynRed View Post
LOL - now Adam.. I haven't seen your mug, but I KNOW you're definitely NOT 'far less intelligent'
Yeah, but in honor of Adam's flashback to the 70s, sing along with me: "The more you know, the more you know you don't know."
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to Dear LadynRed
 

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

vB 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.17630 seconds with 12 queries