0
Welcome Guest! Login
0 items Join Now

Center the check mark using class="bullet-check"​

  • Center the check mark using class="bullet-check"​

    Posted 13 years 10 months ago
    • I've created a table for comparing my products and would like to have three columns of check marks. I tried this code and many variations trying to center the check marks.

      <td>
      <ul class="bullet-check"; align="center">
      <li>&nbsp;</li>
      <li>&nbsp;</li>
      <li>&nbsp;</li>
      <li>&nbsp;</li>
      </ul>
      </td>
      <td>

      The development page is here.. Thanks in advance for any help I can receive on this...

      dev.4dmedical.com/products/photostation-...r-edition-comparison
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Center the check mark using class="bullet-check"​

    Posted 13 years 10 months ago
    • change this:
      <ul class="bullet-check"; align="center">
      to this:
      <ul class="bullet-check" style="margin-left: 50%">
  • Re: Center the check mark using class="bullet-check"​

    Posted 13 years 10 months ago
    • Thank you cdavis411 You are the MAN!
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Center the check mark using class="bullet-check"​

    Posted 13 years 10 months ago
    • Glad to be of service. Please mark the subject of your original post [SOLVED]. See you around the board :)

Time to create page: 0.113 seconds