Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7846969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:45:37+00:00 2026-06-02T17:45:37+00:00

I have an unordered list: <ul class=list_arrow2> <li> <span style=display: inline-block; width: 150px; font-weight:

  • 0

I have an unordered list:

<ul class="list_arrow2">
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Signup Options </span>&ndash; &nbsp; Describe your signup options 
            that an applicant can choose from. List the signup option type, 
            description, and price. For example, the two signup options might be 
            Customer or Distributor; each option would carry a different description 
            of cost and details.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Order Options </span>&ndash; &nbsp; Indicate any additional purchase 
            options that an applicant may have. This may be in the form of a single 
            item or package item order. For example, you might want to give the 
            applicant a choice to purchase a "starter kit" that includes various 
            products that you sell. Be sure to list the details of these items, 
            including a description and price.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Autoship Options </span>&ndash; &nbsp; This section can be exclusive 
            of the Order Options section or you can include both. The Autoship 
            section is just like the Order Options section except that the applicant 
            is agreeing to receive the order on an monthly, recurring basis. Be 
            sure to include descriptions, pricing, etc.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Payment Options </span>&ndash; &nbsp; List the types of credit cards 
            you accept (Visa, M/C, AMEX, Diners). Also, if you intend on taking 
            personal checks online, or ACH, be sure to add this to your details. 
            If you plan on taking online checks, or ACH, please contact your Account 
            Manager for more details on getting this set up.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Terms and Conditions</span>&ndash; &nbsp; Please provide the full text 
            of your terms and conditions and/or Distributor Agreement. This will 
            be displayed for the applicant to agree to before proceeding with 
            their registration.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Confirmation Message </span>&ndash; &nbsp; Please provide us with 
            the text that is displayed once the applicant successfully signs up. 
            This text is also emailed to the new applicant.
    </li>
    <li>
        <span style="display: inline-block; width: 150px; font-weight: bold;">
            Welcome Message </span>&ndash; &nbsp; Please provide us with the text 
            that is displayed as an introduction to the applicant.
    </li>
</ul>

Right now if the text overflows onto the next line it will be aligned all the way to the left (example right under order options). What is the best way to keep the list heading (order options) aligned to the left, and the text that describes order option if it does over flow onto the next line to be aligned to itself?

Order Options - This is some text
I am ugly over flowed text

Order Options - This is some text
                I am pretty overflowed text!

Edited:

Here is my css

ul.list_arrow, ul.list_arrow2 {
    margin: 0px 0 15px 15px!important;
}
ul.list_arrow li {
    padding: 2px 2px 2px 0px;
    list-style-image: url(../images/icon/arrow_a.gif);
}
ul.list_arrow2 li {
    padding: 2px 2px 2px 0px;
    list-style-image:url(../images/icon/arrow.png)
}

dl.list_arrow, dl.list_arrow2 {
    margin: 0px 0 15px 15px!important;
}
dl.list_arrow dt {
    padding: 2px 2px 2px 0px;
    list-style-image: url(../images/icon/arrow_a.gif);
}
dl.list_arrow2 dt {
    padding: 2px 2px 2px 0px;
    list-style-image:url(../images/icon/arrow.png)
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:45:38+00:00Added an answer on June 2, 2026 at 5:45 pm

    A definition list would better suit your needs. See this jsFiddle example.

    HTML

    <dl class="list_arrow2">
        <dt>Signup Options </dt>
        <dd>–&nbsp;&nbsp; Describe your signup options that an applicant can choose 
        from. List the signup option type, description, and price. For example, the 
        two signup options might be Customer or Distributor; each option would carry 
        a different description of cost and details</dd>
        <dt>Order Options </dt>
        <dd>–&nbsp;&nbsp; Indicate any additional purchase options that an applicant 
        may have. This may be in the form of a single item or package item order. For 
        example, you might want to give the applicant a choice to purchase a &quot;starter 
        kit&quot; that includes various products that you sell. Be sure to list the details 
        of these items, including a description and price. </dd>
        <dt>Autoship Options </dt>
        <dd>–&nbsp;&nbsp; This section can be exclusive of the Order Options section 
        or you can include both. The Autoship section is just like the Order Options 
        section except that the applicant is agreeing to receive the order on an monthly, 
        recurring basis. Be sure to include descriptions, pricing, etc. </dd>
        <dt>Payment Options </dt>
        <dd>–&nbsp;&nbsp; List the types of credit cards you accept (Visa, M/C, AMEX, 
        Diners). Also, if you intend on taking personal checks online, or ACH, be sure 
        to add this to your details. If you plan on taking online checks, or ACH, please 
        contact your Account Manager for more details on getting this set up. </dd>
        <dt>Terms and Conditions</dt>
        <dd>–&nbsp;&nbsp; Please provide the full text of your terms and conditions 
        and/or Distributor Agreement. This will be displayed for the applicant to agree 
        to before proceeding with their registration. </dd>
        <dt>Confirmation Message </dt>
        <dd>–&nbsp;&nbsp; Please provide us with the text that is displayed once the 
        applicant successfully signs up. This text is also emailed to the new applicant.
        </dd>
        <dt>Welcome Message </dt>
        <dd>–&nbsp;&nbsp; Please provide us with the text that is displayed as an introduction 
        to the applicant. </dd>
    </dl>
    

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an unordered map: class O(val a: Int) Map[String, List[O]] which I'd like
I have an unordered list. <style> #button1 { position:relative; z-index: 3; } #button2 {
I have an unordered list with a few list elements. #tags { width: 300px;
I have a basic unordered list in HTML/CSS as follows... <div class=floatleft> <ul class=help>
I have a unordered list: <ul id=sortable> <li id=1 class=ui-state-default>First <a href='#' title='delete' class=itemDelete>x</a></li>
I have to display some info in an unordered list like above: <ul> <li
I have an unordered list, which can contain either an even or odd number
I have this unordered list <ul> <li>two</li> <li>three</li> </ul> Is there a way I
i have a unordered list of links, which are dynamically created by Ajax, and
I have an unordered list, and am using jquery to find the last ul

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.