Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

wordpress anchor

Options
  • 27-10-2011 10:19am
    #1
    Registered Users Posts: 287 ✭✭


    hi im building a wordpress site - new to this and using a free theme - i want to add an anchor to make the link jump to a section on my page. i used a html editor to test it and copied in the code on the html side but it still wont work - is there a different way thanks


Comments

  • Registered Users Posts: 6,491 ✭✭✭daymobrew


    Can you post a link to your site or post the code?


  • Registered Users Posts: 287 ✭✭Keewee6


    <p> </p>
    <ul>
    <li>Weddings - Click <a href="#wed">here </a>for more Information</li>
    <li>Hen & Stag Weekends - Click <a href="#" name="hen">here </a>to view our packages</li>
    <li>Debs</li>
    <li>Christmas</li>
    <li>Parties (Birthdays, Anniversaries, Retirements, Christenings etc.)</li>
    </ul>
    <p> </p>
    <p><strong><a name="wed"></a>Wedding</strong></p>
    <p>Choice of venue is the most important decision for your special day, our wedding team assures you of their personal & professional attention in the planning & preparation of your special celebration. </p>
    <p>It is our aim to ensure your wedding day is the most memorable & enjoyable of your life.</p>
    <p> </p>
    <p><strong><a name="hen"></a>Hen & Stag Weekends</strong></p>
    <p> </p>
    <p><u>HEN PACKAGES</u></p>
    <p><strong><u>Package One</u></strong></p>
    <p>Bed & Breakfast, One Evening Meal in Our Coill an Chollaigh Restaurant, Bubbly & Choc’s awaiting you in Your Room & Free Admission to Side Trax Nite Club with VIP Treatment.                            </p>
    <p>One Night €70 per person</p>
    <p>Two Nights €95 per person</p>
    <p> </p>
    <p><strong><u>Package Two</u></strong></p>
    <p>Bed & Breakfast, One Evening in Our Coill an Chollaigh Restaurant, Bubbly & Choc’s awaiting you in Your Room, Cocktail Making with Nibbles & Free Admission to Side Trax with VIP Treatment.</p>
    <p> </p>
    <p>One Night €85 per person</p>
    <p>Two Nights €110 per person</p>
    <p> </p>
    <p><strong><u>Package Three</u></strong></p>
    <p>Bed & Breakfast, One Evening Meal in Our Coill an Chollaigh Restaurant, Bubbly & Choc’s awaiting you in Your Room, An Afternoon Visit to a Pet Farm & Free Admission to Side Trax with VIP Treatment.</p>
    <p> </p>
    <p>One Night €85 per person</p>
    <p>Two Night €110 per person</p>
    <p> </p>
    <p><strong><u>STAG PACKAGE</u></strong></p>
    <p> </p>
    <p>Bed & Breakfast, One Evening Meal in Our Coill an Chollaigh Restaurant, Round of Pitch n’ Putt & Free Admission into Side Trax Nite Club.</p>
    <p> </p>
    <p>One Night €85 per person</p>
    <p>Two Nights €110 per person</p>
    <p><a name="label"></a></p>
    <p align="center"><strong>Live Entertainment Every Saturday Night, Check out Our <a href="http://www.bailieborough.com/bailiehotel/?page_id=63&quot; title="Entertainment">Entertainment </a>Page.</strong></p>
    <p> </p>


  • Registered Users Posts: 1,801 ✭✭✭cormee


    <a href="#" name="hen"> should be <a href="#hen" name="hen">

    By the way it's good practice to give your anchors a defined width. If a visitor is tabbing using certain versions of IE and clicks an anchor link, the visual focus of the page moves to the anchor, but the tabbing focus remains on the anchor link (back at the top of the page), so when the user resumes tabbing visual focus returns to the top of the page. This is especially true if you're using an anchor as a Skip Navigation link.


  • Registered Users Posts: 287 ✭✭Keewee6


    cheers your a star


Advertisement