Thanks for the loop suggestion will see how it works.
IE might support vertical text, unfortunately what I end up with had to work
with Netscape as well.
Thanks for the link tho, might be able to use it else were
-----Original Message-----
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 2:41 PM
To: CF-Talk
Subject: RE: OT: Text layout in a table
Hahah.. Of course, this won't work, but nice try :)
Of course, it will work if you throw in some CFML:
<td>
<cfoutput>
<cfloop index="i" from="1" to="#len(str)#">
#Mid(str,i,1)#<br>
</cfloop>
</cfoutput>
</td>
Also, IE supports true vertical text:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/properties/writingmode.asp
---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]
-----Original Message-----
From: Koo Pai Lao [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 3:56 PM
To: CF-Talk
Subject: Re: OT: Text layout in a table
yeah, give it a width of 1 :)
>From: "Bruce, Rodney" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: OT: Text layout in a table
>Date: Tue, 25 Sep 2001 13:43:49 -0700
>
>Hello all
>
>Is there any way to get text in a table cell <TD></TD> to be vertical,
>instead of horizontal? Other than creating an image or printing one
>char per cell?
>
>
>Thanks
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists