Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Superscript

    Hello,
    Is this possible to make some text superscript, but if this text is loaded
    as html with CSS.
    Regards
    bosman


    bosman Guest

  2. Similar Questions and Discussions

    1. Superscript & Subscript in Contribute
      Just wondering how you would apply add sub & super script formatting... in html you would simple put <sub>2</sub>, but in contribute you can't edit...
    2. superscript in Rich text Editor
      Help!!!:brokenheart; Is there a way to add superscript/subscript in rich text editor? Current editor does not support this. Can any one give me...
    3. Special Characters (Superscript) Problem
      I have all the dynamic texts with its variable, drawing data from MS Access, but when I have TM or R (Registered mark) in MS Access and it will not...
    4. Formating superscript text
      I have users who need to format text with the sup tag. I have already added a new button in both Toolbard/cctoolbars.xml and Strings/cctoolbars.xml....
    5. Endnotes - superscript to regular font
      Using InDesign CS XP Home Lots of RAM When a MS Word doc with endnotes is placed the endnote reference numbers in the endnote section are...
  3. #2

    Default Superscript

    I have an issue that is bugging me. I have just created an online ad for my
    client and within the ad there is text that is formatted as "superscript" eg:
    21st, with the st in superscript. The problem is when i test or publish the
    ..swf, the text is not formatted with superscript. Does anyone have any ideas
    why this is happening?

    nibs1 Guest

  4. #3

    Default Superscript

    :confused;

    Does anyone know how you can get a superscript or subscript into a webpage
    using Contribute? There are no options on the menu and even copying it from
    Microsoft Word brings it in as normal font.

    Grateful for your assistance!

    Cheers, Paul

    Paul John Hodgson Guest

  5. #4

    Default Re: Superscript

    Hi Paul,

    I certainly agree not including SUPER and SUB is a significant omission in
    Contribute.
    If you can manage without these tags you may include the following style in
    your associated style sheet:

    .super {
    vertical-align: super;
    font-size: 0.75em;
    }

    which should present in the popup menu when editing i Contribute.

    Best Regards, Niels K

    Niels K Guest

  6. #5

    Default Re: Superscript


    Thanks Niels. I'll use that work-around.

    Cheers

    Paul
    Paul John Hodgson 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