Re: CSS and vertical text - help!

2003-06-25 Thread jon hall
Not till css3 as i understand it. In addition to the  solution,
you could make your containing box thin enough that only one letter
will display horizontally in it and put a space between each letter.

-- 
 jon
 mailto:[EMAIL PROTECTED]

Wednesday, June 25, 2003, 2:19:10 PM, you wrote:
RP> Hi guys - I have 1 foot out the door for vacation, and the other is typing
RP> on a keyboard while my hands are busy with my CSS books.  Is there a way to
RP> text to align vertically?  In Excel, for instance, there is an option on the
RP> font properties so that text

RP> L
RP> O
RP> O
RP> K
RP> S

RP> L
RP> I
RP> K
RP> E

RP> T
RP> H
RP> I
RP> S


RP> Can I get this effect in CSS?  I have a helaciously wide table to display
RP> and am trying to buy some horizontal real estate because it is the column
RP> headings that are making it so wide.  Am hoping I don't have to do something
RP> like break each word into individual characters with  in between.

RP> thanks everyone
RP> -reed

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CSS and vertical text - help!

2003-06-25 Thread Barney Boisvert
Make sure you don't have any extra line breaks before or after the text:


function toVert(str) {
  var result = "";
  for (i = 1; i LTE len(str); i = i + 1)
result = result & mid(str, i, 1) & chr(10);
  return result & "";
}


#toVert("i'm good")#

yields:

i
'
m

g
o
o
d

---
Barney Boisvert, Senior Development Engineer
AudienceCentral
[EMAIL PROTECTED]
voice : 360.756.8080 x12
fax   : 360.647.5351

www.audiencecentral.com


> -Original Message-
> From: Heald, Tim [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 25, 2003 11:44 AM
> To: CF-Talk
> Subject: RE: CSS and vertical text - help!
>
>
> 
>   L
>   O
>   O
>   K
>   S
>
>   L
>   I
>   K
>   E
>
>   T
>   H
>   I
>   S
> 
>
> Remove the tabs if it looks wrong :)
>
> Timothy Heald
> Information Systems Specialist
> Overseas Security Advisory Council
> U.S. Department of State
> 571.345.2235
>
>
> -Original Message-
> From: Reed Powell [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 25, 2003 2:21 PM
> To: CF-Talk
> Subject: CSS and vertical text - help!
>
>
> Hi guys - I have 1 foot out the door for vacation, and the other is typing
> on a keyboard while my hands are busy with my CSS books.  Is
> there a way to
> text to align vertically?  In Excel, for instance, there is an
> option on the
> font properties so that text
>
> L
> O
> O
> K
> S
>
> L
> I
> K
> E
>
> T
> H
> I
> S
>
>
> Can I get this effect in CSS?  I have a helaciously wide table to display
> and am trying to buy some horizontal real estate because it is the column
> headings that are making it so wide.  Am hoping I don't have to
> do something
> like break each word into individual characters with  in between.
>
> thanks everyone
> -reed
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CSS and vertical text - help!

2003-06-25 Thread Heald, Tim

L
O
O
K
S

L
I
K
E

T
H
I
S


Remove the tabs if it looks wrong :)

Timothy Heald
Information Systems Specialist
Overseas Security Advisory Council
U.S. Department of State
571.345.2235


-Original Message-
From: Reed Powell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 2:21 PM
To: CF-Talk
Subject: CSS and vertical text - help!


Hi guys - I have 1 foot out the door for vacation, and the other is typing
on a keyboard while my hands are busy with my CSS books.  Is there a way to
text to align vertically?  In Excel, for instance, there is an option on the
font properties so that text

L
O
O
K
S

L
I
K
E

T
H
I
S


Can I get this effect in CSS?  I have a helaciously wide table to display
and am trying to buy some horizontal real estate because it is the column
headings that are making it so wide.  Am hoping I don't have to do something
like break each word into individual characters with  in between.

thanks everyone
-reed



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CSS and vertical text - help!

2003-06-25 Thread Reed Powell
Hi guys - I have 1 foot out the door for vacation, and the other is typing
on a keyboard while my hands are busy with my CSS books.  Is there a way to
text to align vertically?  In Excel, for instance, there is an option on the
font properties so that text

L
O
O
K
S

L
I
K
E

T
H
I
S


Can I get this effect in CSS?  I have a helaciously wide table to display
and am trying to buy some horizontal real estate because it is the column
headings that are making it so wide.  Am hoping I don't have to do something
like break each word into individual characters with  in between.

thanks everyone
-reed


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Vertical Text

2002-02-07 Thread BEN MORRIS

You could enclose each letter in a  and set the display to block.  
I'll admit it is needlessly complicated, you can just use , but at 
least this way you could technicall have one word in one paragraph with 
the letters next to each other, and it would be a word in alternative 
browsers.


  .vert {display: block}

HELLO<
/span>

>>> "Michael Corrigan" <[EMAIL PROTECTED]> 02/06/02 05:25PM >>>
That's a good idea.  maybe if you play with it, you could get it to 
wrap 
itself in a column by restricting the column width (i.e  -Original Message-
  > From: Jeff Brown [mailto:[EMAIL PROTECTED]] 
  > Sent: Wednesday, February 06, 2002 4:00 PM
  > To: CF-Talk
  > Subject: Vertical Text
  > 
  > 
  > 
  > Any ideas on how I might display text vertically using either CF or 
  CSS?
  > Without stacking the letters using 's and without creating 
  graphics.
  > The text displayed vertically will be dynamic... it's looking 
  > like it might
  > not be possible...?  Thanks!
  

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vertical Text

2002-02-07 Thread Ben Whalley

We had a site which needed text running vertically (not letters stacked 
on
top of each other) and ended up loading strings into flash movies. May 
not
be useful for you in this case but easy to do.

Ben

> --
> From: Michael Corrigan
> Reply To: [EMAIL PROTECTED]
> Sent: Wednesday, February 6, 2002 10:25 PM
> To:   CF-Talk
> Subject:  Re: Vertical Text
> 
> That's a good idea.  maybe if you play with it, you could get it to 
wrap 
> itself in a column by restricting the column width (i.e  1...)
> 
> Michael Corrigan
> Programmer
> Endora Digital Solutions
> 1900 S. Highland Avenue, Suite 200
> Lombard, IL 60148
> 630-627-5055 x-136
> 630/627-5255 Fax
>   - Original Message - 
>   From: Lon Lentz 
>   To: CF-Talk 
>   Sent: Wednesday, February 06, 2002 4:28 PM
>   Subject: RE: Vertical Text
> 
> 
> 
> Can you use tables? You could create a single column of cells 
with a 
> 
>   letter in each.
> 
>   > -Original Message-
>   > From: Jeff Brown [mailto:[EMAIL PROTECTED]]
>   > Sent: Wednesday, February 06, 2002 4:00 PM
>   > To: CF-Talk
>   > Subject: Vertical Text
>   > 
>   > 
>   > 
>   > Any ideas on how I might display text vertically using either CF 
or 
>   CSS?
>   > Without stacking the letters using 's and without creating 
>   graphics.
>   > The text displayed vertically will be dynamic... it's looking 
>   > like it might
>   > not be possible...?  Thanks!
>   
> 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vertical Text

2002-02-06 Thread Steve Oliver

You'll have to put spaces between each letter of the text that way
though.

__
steve oliver
atnet solutions, inc.
http://www.atnetsolutions.com


-Original Message-
From: Michael Corrigan [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 5:25 PM
To: CF-Talk
Subject: Re: Vertical Text


That's a good idea.  maybe if you play with it, you could get it to wrap

itself in a column by restricting the column width (i.e  -Original Message-
  > From: Jeff Brown [mailto:[EMAIL PROTECTED]]
  > Sent: Wednesday, February 06, 2002 4:00 PM
  > To: CF-Talk
  > Subject: Vertical Text
  > 
  > 
  > 
  > Any ideas on how I might display text vertically using either CF or 
  CSS?
  > Without stacking the letters using 's and without creating 
  graphics.
  > The text displayed vertically will be dynamic... it's looking 
  > like it might
  > not be possible...?  Thanks!
  

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Vertical Text

2002-02-06 Thread Michael Corrigan

That's a good idea.  maybe if you play with it, you could get it to wrap 
itself in a column by restricting the column width (i.e  -Original Message-
  > From: Jeff Brown [mailto:[EMAIL PROTECTED]]
  > Sent: Wednesday, February 06, 2002 4:00 PM
  > To: CF-Talk
  > Subject: Vertical Text
  > 
  > 
  > 
  > Any ideas on how I might display text vertically using either CF or 
  CSS?
  > Without stacking the letters using 's and without creating 
  graphics.
  > The text displayed vertically will be dynamic... it's looking 
  > like it might
  > not be possible...?  Thanks!
  
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vertical Text

2002-02-06 Thread Lon Lentz

 
  Can you use tables? You could create a single column of cells with a 
letter in each.

> -Original Message-
> From: Jeff Brown [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 06, 2002 4:00 PM
> To: CF-Talk
> Subject: Vertical Text
> 
> 
> 
> Any ideas on how I might display text vertically using either CF or 
CSS?
> Without stacking the letters using 's and without creating 
graphics.
> The text displayed vertically will be dynamic... it's looking 
> like it might
> not be possible...?  Thanks!
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vertical Text

2002-02-06 Thread Rick Eidson

Java

-Original Message-
From: Jeff Brown [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 3:00 PM
To: CF-Talk
Subject: Vertical Text



Any ideas on how I might display text vertically using either CF or CSS?
Without stacking the letters using 's and without creating graphics.
The text displayed vertically will be dynamic... it's looking like it might
not be possible...?  Thanks!

v/r, Jeff
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Vertical Text

2002-02-06 Thread Jeff Brown


Any ideas on how I might display text vertically using either CF or CSS?
Without stacking the letters using 's and without creating graphics.
The text displayed vertically will be dynamic... it's looking like it might
not be possible...?  Thanks!

v/r, Jeff
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists