|
|
#1 |
|
New Member
![]() Join Date: Dec 2010
Posts: 4
|
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! |
|
|
|
|
|
#2 |
|
Super Moderator
![]() Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
|
You are using relative file paths. Try making them absolute.
Relative HTML Code:
<a href="../beer/imported-beer.aspx">Imported Beers</a> HTML Code:
<a href="/beverages/beer/imported-beer.aspx">Imported Beers</a>
__________________
John Darling Graphic / Web Designer SmarterTools Inc. (877) 357-6278 www.smartertools.com |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Dec 2010
Posts: 4
|
Thanks a lot for your help!
|
|
|
|
|
|
#4 |
|
Super Moderator
![]() Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
|
Sure thing, your welcome
__________________
John Darling Graphic / Web Designer SmarterTools Inc. (877) 357-6278 www.smartertools.com |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|