Click here to Skip to main content
15,890,512 members
Home / Discussions / Web Development
   

Web Development

 
GeneralNewbie Pin
shiraztk2-Dec-04 20:03
shiraztk2-Dec-04 20:03 
GeneralRe: Newbie Pin
Sven Cipido3-Dec-04 3:34
Sven Cipido3-Dec-04 3:34 
GeneralSCRIPT embedded in TABLE Pin
alex.barylski2-Dec-04 17:48
alex.barylski2-Dec-04 17:48 
Generalprint template Pin
Ryan Overholt2-Dec-04 12:10
Ryan Overholt2-Dec-04 12:10 
GeneralPerl and MS-IAS Pin
JKroschel2-Dec-04 11:39
JKroschel2-Dec-04 11:39 
GeneralRe: Perl and MS-IAS Pin
perlmunger2-Dec-04 16:56
perlmunger2-Dec-04 16:56 
QuestionHow to print in horizontal Pin
Anonymous2-Dec-04 5:26
Anonymous2-Dec-04 5:26 
AnswerRe: How to print in horizontal Pin
JKroschel2-Dec-04 10:04
JKroschel2-Dec-04 10:04 
Try something like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Text alignment by Jim Kroschel</title>
</head>
<body>
<div style="writing-mode:tb-rl;">Jim</div>
<div style="writing-mode:lr-tb;">Kroschel</div>
</body>
</html>

Keep in mind that the vertical text is right aligned, so you will want to keep it in a table cell or a layer. I still haven't figured out left aligning it.

There is a way to use CSS to rotate an entire layer. That may help you too.
-Rock on!
GeneralResponse.Redirect issue Pin
okoji Cyril2-Dec-04 3:56
okoji Cyril2-Dec-04 3:56 
GeneralDisable IFRAME Pin
alex.barylski1-Dec-04 19:48
alex.barylski1-Dec-04 19:48 
GeneralRe: Disable IFRAME Pin
raouls2-Dec-04 0:57
raouls2-Dec-04 0:57 
GeneralRe: Disable IFRAME Pin
alex.barylski2-Dec-04 12:25
alex.barylski2-Dec-04 12:25 
GeneralRe: Disable IFRAME Pin
perlmunger2-Dec-04 12:47
perlmunger2-Dec-04 12:47 
GeneralDiverting Ip Address in my home computer... Pin
ZarrinPour1-Dec-04 18:43
ZarrinPour1-Dec-04 18:43 
GeneralRe: Diverting Ip Address in my home computer... Pin
JKroschel2-Dec-04 10:15
JKroschel2-Dec-04 10:15 
Generalc++ problem with IHTMLDocument2 Pin
laurentmuratet30-Nov-04 23:42
laurentmuratet30-Nov-04 23:42 
GeneralRe: c++ problem with IHTMLDocument2 Pin
alex.barylski1-Dec-04 9:28
alex.barylski1-Dec-04 9:28 
GeneralLink Validation Pin
german_aspnet30-Nov-04 7:53
german_aspnet30-Nov-04 7:53 
GeneralRe: Link Validation Pin
aplope1-Dec-04 7:01
aplope1-Dec-04 7:01 
GeneralRe: Link Validation Pin
german_aspnet1-Dec-04 9:01
german_aspnet1-Dec-04 9:01 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 7:46
Sven Cipido30-Nov-04 7:46 
GeneralRe: javascript typing effect Pin
rgoyal2-Dec-04 1:27
rgoyal2-Dec-04 1:27 
GeneralRe: javascript typing effect Pin
Sven Cipido9-Dec-04 20:12
Sven Cipido9-Dec-04 20:12 
GeneralRe: javascript typing effect Pin
Sven Cipido9-Dec-04 20:15
Sven Cipido9-Dec-04 20:15 
GeneralWant to build content-based websites Pin
Ali Alaradi30-Nov-04 0:05
Ali Alaradi30-Nov-04 0:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.