Verticaly Aligned Text

liunx

Guest
Hey! I was wondering if there was any way I could make text write up and down instead side to side. I dont mean the letters on top of each other, but for the letters to actually be sideways, and running up and down. If anyone could help me out with this, it would be much appreciated. Thanks!<!--content-->This?<br />
First Vertical Ticker worldwide <br />
This is probably the first vertical message-ticker worldwide. Easy configuration of messages, font-size and font-family. No images needed! Made for IE5x. <br />
Installation: <br />
Go to <!-- w --><a class="postlink" href="http://www.24fun.com">www.24fun.com</a><!-- w --> , open category 'text' and Download <!--more--> the full-version of this script as ZIP-file containing step-by-step<!--content-->See here: <!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=9462">http://www.htmlforums.com/showthread.ph ... eadid=9462</a><!-- m --> for some ways that it might be done.<br />
<br />
Neil<!--content-->HAHA... they should be paying you to endorse their script! :P<br />
<br />
But really I was just looking for a basic way to align it up and down, instead of just a script that would scroll it. If anyone has any ideas, let me know.<br />
<br />
Thanks!<!--content-->Originally posted by Vectrex <br />
HAHA... they should be paying you to endorse their script! :P<br />
<br />
But really I was just looking for a basic way to align it up and down, instead of just a script that would scroll it. If anyone has any ideas, let me know.<br />
<br />
Thanks! I don't think you can do it with basic html, but maybe its possible in javascript. ActiveX is another possibility, but some users might turn it off:<br />
<br />
<br />
<br />
<object classid="clsid:99B42120-6EC7-11CF-A6C7-00AA00A47DD2" id="lbl1" width="30"<br />
height="309" align="left"><br />
<param name="angle" value="90"><br />
<param name="alignment" value="0"><br />
<param name="BackStyle" value="0"><br />
<param name="caption" value="=== Hello, good afternoon ==="><br />
<param name="FontName" value="Arial"><br />
<param name="FontSize" value="16"><br />
<param name="FontBold" value="1"><br />
<param name="Forecolor" value="546197"><br />
</object><!--content-->
 
Back
Top