May 22, 2013 at 1:21 pm
Is there anyway we can store the super script in SQL sever table?
May 22, 2013 at 1:30 pm
Trying to do "SM" as superscript. No lucks yet:(.
May 22, 2013 at 1:33 pm
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
May 22, 2013 at 1:50 pm
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.
May 22, 2013 at 1:58 pm
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
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply