Results 1 to 5 of 5

Thread: <li> tags

  1. #1
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question <li> tags

    Hi

    I am using <li> tags in a table but now my list runs over the page, how do I create a 2nd list beside the 1st , without creating a new <td>.
    I use rel="lr" which works fine for the 1st coulmn but I want to have a 2nd column in the same <td> box. Any suggestions please .

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    You need to give us some context for what you're trying to do. Include your html, or (better yet), give a link to your working page.

  3. #3
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.lynetteg.com.au/
    As you can see, I have had to create seperate <td>'s for the list in letter A

    Using Dynamic Code = <td><center><font size="2"><b>
    <a href="index.html" p style="text-align:left" class="anchorclass" rel="submenu1AA[click]" rev="lr">Aa-Ap</a></p>
    <div id="submenu1AA" class="anylinkcss" >
    <ul>


    Thanks

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    well... I think it's just an issue of having big lists. You could simply put Aa-ap and Ar-az in the same table cell.
    HTML Code:
    <a href="index.html">
      <p style="text-align:left" class="anchorclass" rel="submenu1AA[click]" rev="lr">Aa-Ap</p>
    </a>
    <br>
    <a href="index.html">
      <p style="text-align:left" class="anchorclass" rel="submenu1AA[click]" rev="lr">Ar-Az</p>
    </a>
    BTW, you have lots of syntax errors in your html. among other things,

    1. Some of your tags aren't closed properly:
    <a href="" p style="" ...> needs to be
    <a href=""> <p style="" ..>

    2. Your tags are improperly nested:
    <a><p></a></p> needs to be
    <a><p></p></a>

    There's lots of other stuff, but those seem the most urgent

  5. #5
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink

    Thanks for the reply. I tried your way but I couldn't get it to work but I now see that DynamicDrive have now included code for my enquiry for multiple columns at
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm
    I'll try that over the weekend. The lists are big to enable users to view their needs with minimal clicks.
    Thanks again

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •