This is a discussion on "Rotation of text" within the Web Page Design section. This forum, and the thread "Rotation of text are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Rotation of text
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Rotation of text
Hi,
I want to rotate a character of an html text. Say in Post, I want to rotate character P by 180 degree in clockwise direction, then rest of the character should come as it is in the same line. So this 'Post' should look like 'dost'. Curently I am doing it by dximage transform.
Warm Regards Naseem |
|
|
|
|||
|
Re: Rotation of text
|
|
|||
|
Re: Rotation of text
By this way, I can rotate character by 180 degree but not all as it uses unicode character. Say I want to rotate K by 180, Can I do that by your code? I checked unicode character and I did not find unicode value corresponding to 180 rotated K.
Thanks |
|
|||
|
Re: Rotation of text
It doesn't actually rotate the characters, it just replaces them with characters that look like upside down versions of the originals.
Quote:
|
|
|||
|
Re: Rotation of text
Yeah true. It replaces it with Unicode character which looks like mirror image of that. It does not invert it. But I can't find Unicode value for all inverted english alphabets. Is there another way of doing this? What about JavaScript? Or css? I did by span tag by setting its style attribute writing-mode; tb-rl, but that rotate it by 90 degree not by 180 degree. In fact the code which I have posted earlier i.e., rotation by DXImageTransform is working fine both onIE as well as on Mozilla. But when I want to use the same html file as a signature in outlook, I am not getting the effect of rotation in Microsoft outlook. My outlook message format is set to html. Naseem |
![]() |
| Tags |
| degree, rotate, text |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image Rotation | Sean J | JavaScript Forum | 2 | Jul 2nd, 2007 13:46 |
| Microsoft:- Rotation Program Manager | rose | Job Opportunities | 0 | Feb 7th, 2007 02:27 |
| Rotation | tomd1985 | JavaScript Forum | 1 | Oct 13th, 2006 17:40 |
| 5 image rotation | saltedm8 | JavaScript Forum | 8 | Jun 13th, 2006 16:05 |
| Banner Rotation Script? | Jdinh04 | JavaScript Forum | 3 | May 16th, 2005 23:27 |