Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make text come up diagonally?

Status
Not open for further replies.

Vtec20psi

Programmer
Oct 29, 2000
6
0
0
NZ
Does any1 know how 2 make text come up diagonally?

Please help. The only way i know is 2 by using image, but it takes up too much space then.

Thanx :]
 
<HTML xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot;>
<head>
<title>Untitled</title>
<style>
v\:* { behavior: url(#default#VML); }
</style>
</head>

<body>

<v:shape style=&quot;position: absolute; top: 65px; left: 50px;
width: 300px; height: 300px; antialias: true;z-index:20&quot;
coordsize=&quot;300,300&quot;>
<v:path textpathok=&quot;True&quot; v=&quot;m 0,0 l 300,200&quot; />
<v:fill on=&quot;True&quot; color=&quot;#999999&quot;/>
<v:stroke on=&quot;true&quot; />
<v:textpath
on=&quot;True&quot;
fitpath=&quot;true&quot;
string=&quot;Fut Cracka&quot;
style=&quot;font:normal normal bold 12pt Arial&quot; />
</v:shape>


</body>
</html>

Use VML...more on it here:


and here:

jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top