Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
i cant get my webpage to go to the right directory on site
Old 01-19-2009, 03:40 PM i cant get my webpage to go to the right directory on site
Webmaster Talker

Posts: 611
Trades: 0
hi, when i go to the "bouquets " section of my navigation bar, the "personal" links point to the wrong directory " bouquets/personal" when it should just point to "personal".

here is the page im talking about, click on one of the "bouquets " links, then try to click on a "personal ' link, and the page cant be found because its pointing to the wrong address. here is one of the pages of the "boquets" series that seems to be the problem. any help greatly appreciated.

http://derekvanderven.com/flower_eve...cascading.html

here is the html from one of the problem pages. ( or what i think is the problem)

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<link rel="stylesheet" type="text/css" href="../flowers.css" />

<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>flower events Cascading</title>
<style>
.style1 {font-style: italic}
</style>

</head>

<body>

    <div id= "container"> 
    <div id= "navigation">  
          
          <!-- START OF DROPDOWN MENU -->
          
          <ul id="nav">
                   <li class="current"><a href="#" title="bouquets">Bouquets</a>    <!-- navigation headers -->
                
                <ul class="sub">
         <li><a href="cascading.html" title="cascading">Cascading</a></li>
         <li><a href="presentation.html" title="presentation">Presentation</a></li>
         <li><a href="blue_white.html" title="blue & white ">Round-blue &amp; white</a></li>
         <li><a href="fall.html" title="fall">Fall</a></li>
         <li><a href="green_white.html" title="green_white">Green and White</a></li>
         <li><a href="lavender_purple.html" title="lavender and purple">Lavender &amp; Purple</a></li>
         <li><a href="mixed.html" title="mixed">Mixed</a></li>
         <li><a href="pastel.html" title="pastel">Pastel</a></li>
         <li><a href="pink.html" title="pink">Pink</a></li>
         <li><a href="red.html" title="red">Red</a></li>
         <li><a href="red_white.html" title="red & white">Red &amp; White</a></li>
         <li><a href="white.html" title="white">White</a></li>
         <li><a href="yellow.html" title="yellow">Yellow</a></li>
      </ul>
      </li>
         
        <li class="current"><a href="#" title="personal flowers">Personal</a>    <!-- navigation headers -->
                
                <ul class="sub">
         <li><a href="../personal/boutonnieres.html" title="boutonnieres">Boutonnieres</a></li>
         <li><a href="personal/corsages.html" title="corsages">Corsages</a></li>
         <li><a href="personal/pomanders.html" title="pomanders ">Pomanders</a></li>
         <li><a href="personal/tussie_mussies.html" title="tussie-mussies">Tussie_Mussies</a></li>
         <li><a href="personal/flower_girl.html" title="flower girl and ring bearer">Flower Girl and Ring Bearer</a></li>
      </ul>
      </li>
      
      
      <li class="current"><a href="#" title="ceremony">Ceremony</a>    <!-- navigation headers -->
                
                <ul class="sub">
         <li><a href="ceremony/ceremony_decor.html" title="ceremony decor">Ceremony Decor</a></li>
         <li><a href="ceremony/arches.html" title="arches">Arches</a></li>
         <li><a href="ceremony/huppas.html" title="huppas ">Huppas</a></li>
         <li><a href="ceremony/gazebos.html" title="gazebos">Gazebos</a></li>
         <li><a href="ceremony/church_decor.html" title="church decor">Church Decor</a></li>
         <li><a href="ceremony/chairs_pews.html" title="Chairs and Pews">Chairs &amp; Pews</a></li>
      </ul>
      </li>
      
      
      <li class="current"><a href="#" title="reception">Reception</a>    <!-- navigation headers -->
                
                <ul class="sub">
         <li><a href="reception/centerpieces.html" title="centerpieces">Centerpieces</a></li>
         <li><a href="reception/high.html" title="high">High</a></li>
         <li><a href="reception/low.html" title="low">Low</a></li>
         <li><a href="reception/cocktail_hour.html" title="cocktail hour">Cocktail Hour</a></li>
         <li><a href="reception/place_card_table.html" title="place card table">Place Card Table</a></li>
         <li><a href="reception/sweetheart_table.html" title="sweetheart table">Sweetheart Table</a></li>
         <li><a href="reception/cake_decor.html" title="cake decor">Cake Decor</a></li>
      </ul>
      </li>
      
      
      <li class="current"><a href="#" title="rentals">Rentals</a>    <!-- navigation headers -->
                
                <ul class="sub">
         <li><a href="rentals/arches.html" title="arches">Arches</a></li>
         <li><a href="rentals/huppas.html" title="huppas">Huppas</a></li>
         <li><a href="rentals/candelabras_stands.html" title="candelabras & Stands">Candelabras &amp; Stands</a></li>
         <li><a href="rentals/columns_colonnades.html" title="columns & colonnades">Columns &amp; Colonnades</a></li>
      </ul>
      </li>
      
      <li class="current"><a href="../testimonials.html" title="testimonials">Testimonials</a>    <!-- navigation headers -->
      </li>
      
      <li class="current"><a href="../contact.html" title="contact us">Contact Us</a>    <!-- navigation headers -->
          </li>
       </ul>    <!--end of nav--><!-- END OF DROPDOWN MENU-->
         </div> <!--end of navigation-->
        
        
        <div id="homelink"><a href="../home.html"><img src="../home_link.gif" border="0" /></a> </div>
        
       
       
         <!--<div id= "contentblock"> -->
        <div id="img_container">
          <div class="img"><a href="cascading/images/1a.JPG"><img src="cascading/images/1a_t.jpg" width="65" height="65" border="0" /></a></div>
             
<div class="img">
              <a target="_blank" href="cascading/images/2a.JPG">
              <img src="cascading/images/2a_t.jpg"   width="65"
              height="65" border="0"/>  </a></div>
              
          <div class="img">
              <a target="_blank" href="cascading/images/3a.JPG">
              <img src="cascading/images/3a_t.jpg"  width="65"
              height="65" border="0"/>  </a></div>
             
<div class="img">
              <a target="_blank" href="cascading/images/4a.JPG">
              <img src="cascading/images/4a_t.jpg"   width="65"
              height="65" border="0"/>  </a></div>
              
          <div class="img"><a target="_blank"  href="cascading/images/5a.JPG"><img src="cascading/images/5a_t.jpg" width="65" height="65" border="0"/></a></div>
              
          <div class="img">
              <a target="_blank" href="cascading/images/6a.gif">
              <img src="cascading/images/6a_t.jpg"   width="65"
              height="65" border="0"/>  </a></div>
             
<div class="img"><a href="cascading/images/7a.gif"><img src="cascading/images/7a_t.jpg" width="65" height="65" border="0" /></a>   </div>
             
<div class="img"><a href="cascading/images/4a.JPG"><img src="cascading/images/4a_t.jpg" width="65" height="65" border="0" /></a></div>
            
          <div class="desc"> Cascading</div>
        </div>
        <!-- end img_container-->
    <!-- </div>  end contentblock-->
       
       
<div id="textblock" >
  <p><strong><em> 
    Let History Inspire You....</em></strong></p>
  <p align="justify">The custom of enhancing the wedding ceremony with flowers and the tradition of asking your closest girlfriends to be your bridesmaids dates   back to ancient times. Maids would typically dress in fashion similar to the   bride to confuse evil spirits trying to kidnap her. Today, bridesmaids are   chosen for their loyalty and supportiveness to the bride and their dresses   compliment the bride and her wedding theme. </p>
  <p align="justify">&nbsp; </p>
  <p>&nbsp;</p>
</div> 
<!-- end flashblock div -->
         <div class="style1" id="footer"> Website Design by Derekvanderven.com &copy; 2009</div>
</div> 
<!--end of container-->
        </body>
</html>
silverglade is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-19-2009, 03:44 PM Re: i cant get my webpage to go to the right directory on site
Webmaster Talker

Posts: 611
Trades: 0
nevermind i fixed it with a "../" before my links. i guess im a newbie to directory link structure. thank you. derek

Last edited by silverglade; 01-19-2009 at 04:03 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 01-19-2009, 08:44 PM Re: i cant get my webpage to go to the right directory on site
RL4422's Avatar
Skilled Talker

Posts: 53
Name: Becky
Trades: 0
Oh good, I was going to say... it's not working at all for me now
__________________
- Becky -

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
RL4422 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to i cant get my webpage to go to the right directory on site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 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 1.59366 seconds with 12 queries