Super script

  • Is there anyway we can store the super script in SQL sever table?

  • Trying to do "SM" as superscript. No lucks yet:(.

  • are you storing html? the sup tag is for superscript, for example, this is a valid html :

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

    <html>

    <body>

    some text <sup>SM</sup>

    </body>

    </html>

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Thanks Lowell

    It helped me to solve the problem.

    I am still wondering, if there is any other way to store the superscript on the table without using HTML.

    Thanks again.

  • saving rtf text, or saving it inside a document(like word) which supports font formatting are the only other ways i can think of.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply