Skip to main content
Inspiring
June 15, 2009
Question

superscript directly above subscript

  • June 15, 2009
  • 1 reply
  • 658 views

This sin't specifcally a cf question, but it's something I am trying to use on a cf page.

Is it possible to have a superscript directly above a subscript? For instance, this could be helpful displaying chemical formulas, or in my case, a blood group antigen.

    This topic has been closed for replies.

    1 reply

    Dileep_NR
    Inspiring
    June 15, 2009

    Hi,

              This is possible using tables,

    Please try the following

    <table >
        <tr>
            <td>a
            </td>
            <td>
        <table >
            <tr>
                    <td>1
                </td>
               
            </tr>
            <tr>
                    <td>2
                </td>
               
            </tr>
        </table>

            </td>
            <td>a
            </td>
        </tr>
    </table>

    ctreevesAuthor
    Inspiring
    June 15, 2009

    Hi,

    Thanks for the suggestion, but this won't work well in the middle of a sentence.

    Dileep_NR
    Inspiring
    June 15, 2009

    yes, this wont work in middle of  a sentence