Giving a list item <li> a class -- Realllly needanswer today!

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Re: Giving a list item <li> a class -- Realllly needanswer today!

    I should clarify--if the list item is just text, selecting the text will put
    the class inside the <li> tag. But if the list item is a link, selecting the
    text will put the class inside the <a> tag. I guess Contribute just chooses the
    closest tag. In my case, though, I really need the class to go in the <li> tag
    no matter what the list item is. Any ideas?

    abna Guest

  2. Similar Questions and Discussions

    1. List/Menu Form item
      When the List/Menu form item is selected, what are the differences between specifying "List" or "Menu"? Brendan
    2. Can't find the first item in the list
      Hi, I have list piece of code: <cfset groupList="(1,9,14,19,24,28,31)"> <cfoutput>#ListFind(groupList, 1, ",")#</cfoutput> It can't find...
    3. Change style of a single row of the item list of datagrid, based on a field value of current item...
      Sorry for the long subject guys, but I don't know how better I can resume the matter... Anyway, I have my datagrid showing items of an order. I...
    4. How do I list item in a templatecolumn?
      I have a pushbutton in templatecolumn in a DataGrid. I can iterate through some of the rows in the datagrid with: sub alert_inactive(sender As...
    5. getting value of item in list box.
      Hello, I have a PHP page which pulls a bunch of data from a mySQL DB. I have 2 list boxes in a form. One is populated automatically by my PHP...
  3. #2

    Default Re: Giving a list item <li> a class -- Realllly needanswer today!

    I ran into this myself this morning. The solution I found was to triple-click
    on the text in the <li> and then set the style. Then highlight the text for the
    link and establish the link. If the link is already there, insert some text at
    the beginning of the line. Then triple click to set the style for the
    paragraph. Sometimes I have had to choose another style before selecting the
    one I want. Selecting NORMAL doesn't seem to do much or work consistently.

    Good luck,

    John

    theArtboy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139