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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help with Links!!

  • 25-11-2008 4:28pm
    #1
    Closed Accounts Posts: 65 ✭✭


    I need some help people!!
    I have an assignment that requires me to add a link to 3 web sites within an Unordered List and the links won't work....:confused::confused:

    Here's the part I'm struggling with;


    FAVOURITE WEB SITES
    <UL TYPE="disc">
    <LI><A HREF="http://www.yahoo.com"></A></LI>
    <LI>second item</LI>
    <LI>third item</LI>
    </UL>

    It's showing up in here but not in my assignment????


Comments

  • Registered Users, Registered Users 2 Posts: 2,164 ✭✭✭hobochris


    have you tried putting some text in for the link i.e.

    FAVOURITE WEB SITES
    <UL TYPE="disc">
    <LI><A HREF="http://www.yahoo.com">*ADD TEXT HERE*</A></LI>
    <LI>second item</LI>
    <LI>third item</LI>
    </UL>


  • Closed Accounts Posts: 65 ✭✭CountryGirl1


    Yep
    I typed in yahoo as text and that didn't work either!

    Why is it working on here but not on my web site??:confused:


  • Registered Users, Registered Users 2 Posts: 9,225 ✭✭✭Chardee MacDennis


    wheres your website? it would be easier to check in context...


  • Closed Accounts Posts: 397 ✭✭galwayguy22


    <UL TYPE="disc">
    <LI><A HREF="http://www.yahoo.com">Yahoo</A></LI>
    <LI>second item</LI>
    <LI>third item</LI>
    </UL>
    

    Well that works in Firefox and Google Chrome when I pasted it into notepad and saved it as a .htm file.

    Maybe something else on your site is breaking the links, and unclosed tag or something.

    Or maybe it's an Internet Explorer specific problem.


  • Closed Accounts Posts: 65 ✭✭CountryGirl1


    Oh I solved my problem!:) I didn't have it saved properly...whoops:rolleyes:

    Thanks for your help everyone:cool:


  • Advertisement
Advertisement