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>
<p><span class="vert">H</span><span class="vert">E</span><span 
class="vert">L</span><span class="vert">L</span><span class="vert">O<
/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

Reply via email to