Re: rotating text

2006-08-22 Thread kavita
Hi, Thanks fr the reply ..but is it specific for IE only ..i tried it for firefox but it didnt work [EMAIL PROTECTED] wrote: Hello Kavitha, Use this sample HTML Code: Test Page .vert{ left:1px; top:5px; width:1px; writing-mode: tb-rl; } ALINK="#FF00FF" BACKGROUND="?"> this will b

Re: rotating text

2006-08-21 Thread paz . periasamy
Hello Kavitha, Use this sample HTML Code: Test Page .vert{ left:1px; top:5px; width:1px; writing-mode: tb-rl; } this will be displayed vertically now Look at the style : .vert{ left:1px; top:5px; width:1px; writing-mode: tb-rl; } This is applied to the text in the tag. Hope this help