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 td width = 

 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 br'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 MORRIS

You could enclose each letter in a span and set the display to block.  
I'll admit it is needlessly complicated, you can just use br, 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.

style
  .vert {display: block}
/style
pspan class=vertH/spanspan class=vertE/spanspan 
class=vertL/spanspan class=vertL/spanspan class=vertO
/span/p

 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 td width = 
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 br'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 br'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



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 br'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 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 td width = 
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 br'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 td width = 
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 br'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