Go Back   Free website templates > Community Center > Give and Get Help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-24-2009, 11:01 PM
Junior Member
 
Join Date: Sep 2009
Posts: 4
hadog is on a distinguished road
Default menu

Hi
I am using one of the templates and I would like to make a change.
At the top of the page there is a menu bar....I have changed it to suit my needs.
How can I add a similar bar to appear at the bottom of the page? Just copt and past the code? What is I want this bottom bar to direct to different areas than the top?

thanks
Reply With Quote
  #2 (permalink)  
Old 09-25-2009, 02:15 AM
CovertPea's Avatar
Logo Designer
 
Join Date: Dec 2007
Location: West of Brisbane, Australia
Posts: 3,587
CovertPea is on a distinguished road
Default

It would help our coders if you could tell them which template you're trying to alter.
__________________

Affordable - Fast - Personalised Graphic Design Service. MSSOFTWARE


Reply With Quote
  #3 (permalink)  
Old 09-25-2009, 10:23 PM
Junior Member
 
Join Date: Sep 2009
Posts: 4
hadog is on a distinguished road
Default

my mistake u are right...it is the Bike Template
Reply With Quote
  #4 (permalink)  
Old 09-26-2009, 03:20 AM
ishkey's Avatar
Mod - Designer
 
Join Date: Aug 2007
Location: ishkey.com
Posts: 3,499
ishkey will become famous soon enough
Default

you would also have to admend the css file which controls how the menu looks and where it is on the page.
__________________

MySite
Reply With Quote
  #5 (permalink)  
Old 09-26-2009, 10:43 AM
Junior Member
 
Join Date: Sep 2009
Posts: 4
hadog is on a distinguished road
Default

I have been trying to do this within the index and css file but to no avail
Reply With Quote
  #6 (permalink)  
Old 09-26-2009, 11:01 AM
ishkey's Avatar
Mod - Designer
 
Join Date: Aug 2007
Location: ishkey.com
Posts: 3,499
ishkey will become famous soon enough
Default

what did you try - post your code.
what level knowledge of html/css do you have.
what were you going to do with the footer in the page layout. if you look at it, it's a curved graphic.
__________________

MySite
Reply With Quote
  #7 (permalink)  
Old 09-26-2009, 11:26 AM
Junior Member
 
Join Date: Sep 2009
Posts: 4
hadog is on a distinguished road
Default

HI

My level is low

I am trying to add two more buttons there are 7 now in the menu I am trying to add two more to the end ( tryied resizing) or even start a second bar on another line. Tried adjusting the navlist but I get a mess.

Tried adding another bar to the bottom of the screen with no luck...this was just a cut and paste in the index and css files....renameing the navlist to navlist2
Reply With Quote
  #8 (permalink)  
Old 09-26-2009, 12:43 PM
ishkey's Avatar
Mod - Designer
 
Join Date: Aug 2007
Location: ishkey.com
Posts: 3,499
ishkey will become famous soon enough
Default

Quote:
My level is low
I am always amazed with people. They expend energy trying to find the shortcuts, rather than understanding the basic building blocks.

here are two links which should get you on track.
What am I missing here?
A Basic Primer

Adding two more buttons when you are out of space is like trying to add more water to a glass that is already full, it just spills out.
This is where a basic understanding of code would help.
Look at your code in the index file. See the first <div> "central"
HTML Code:
<body>
<div id="central">
Now go look at the style.css file and find "central" and look at the width the page is set at. Scroll down and you will see "width" shows up in other places. You could increase the width, which will allow for more menu items. This template is designed to be viewed on a monitor set at 800px wide, so you would increase it for the next standard viewing size, since hardly anyone uses that setting anymore. (you need to do some research here).
Quote:
#central{
margin-right: auto;
margin-left: auto;
margin-top: 10px;
position: relative;
width: 777px;
text-align: left;
background-color: #FFFFFF;
}
If you increase all the 777 widths the page stretches, but now the body where the text and pictures are looks all wrong. That's just means you have to go back and adjust those widths. (basic math here)
Quote:
At the top of the page there is a menu bar....I have changed it to suit my needs.
How can I add a similar bar to appear at the bottom of the page? Just copt and past the code? What is I want this bottom bar to direct to different areas than the top?
Just like the above example - look at the code for the for the menu it's called "navlist" create a second series of code for the bottom menu, with the proper properties, give it a new name and then call it from the index file.
so cut/paste alone will not work.
__________________

MySite
Reply With Quote
Reply

Thread Tools
Display Modes

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



All times are GMT. The time now is 02:59 AM.