Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 01-07-2011, 12:53 AM   #1
New Member
 
Join Date: Dec 2010
Posts: 4
Default Menu Bar Challenge

I currently have a menu on my website www.reeextreme.net/

It works great but there's a bit of a nuisance with it however. Let's say I want to use the same layout in a sub directory, I have to write every link with a ../ in front of it.

Is there a way around having to do this?

I am thinking of making a newer title bar and I want to have to avoid putting in ../ or ../../ etc for every little thing.

Thanks!
Solidus is offline   Reply With Quote


Old 01-07-2011, 03:32 PM   #2
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

You are using relative file paths. Try making them absolute.

Relative
HTML Code:
<a href="../beer/imported-beer.aspx">Imported Beers</a>
Absolute
HTML Code:
<a href="/beverages/beer/imported-beer.aspx">Imported Beers</a>
By using a "/" at the start, you are telling the browser to start at the root and then follow this path. Benefit to using absolute is, no matter where you place this link, the path remains the same.
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 01-08-2011, 03:25 PM   #3
New Member
 
Join Date: Dec 2010
Posts: 4
Default

Thanks a lot for your help!
Solidus is offline   Reply With Quote
Old 01-10-2011, 02:26 AM   #4
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Sure thing, your welcome
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   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 06:08 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.