Dec 20, 2000 #1 Vtec20psi Programmer Oct 29, 2000 6 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 :]
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 :]
Dec 20, 2000 #2 jaredn Programmer Sep 1, 1999 1,506 US <HTML xmlns:v="urn:schemas-microsoft-com:vml"> <head> <title>Untitled</title> <style> v\:* { behavior: url(#default#VML); } </style> </head> <body> <v:shape style="position: absolute; top: 65px; left: 50px; width: 300px; height: 300px; antialias: true;z-index:20" coordsize="300,300"> <vath textpathok="True" v="m 0,0 l 300,200" /> <v:fill on="True" color="#999999"/> <v:stroke on="true" /> <v:textpath on="True" fitpath="true" string="Fut Cracka" style="font:normal normal bold 12pt Arial" /> </v:shape> </body> </html> Use VML...more on it here: http://msdn.microsoft.com/workshop/essentials/webmen/webteam11062000.asp and here: http://msdn.microsoft.com/standards/vml/ jared@aauser.com Upvote 0 Downvote
<HTML xmlns:v="urn:schemas-microsoft-com:vml"> <head> <title>Untitled</title> <style> v\:* { behavior: url(#default#VML); } </style> </head> <body> <v:shape style="position: absolute; top: 65px; left: 50px; width: 300px; height: 300px; antialias: true;z-index:20" coordsize="300,300"> <vath textpathok="True" v="m 0,0 l 300,200" /> <v:fill on="True" color="#999999"/> <v:stroke on="true" /> <v:textpath on="True" fitpath="true" string="Fut Cracka" style="font:normal normal bold 12pt Arial" /> </v:shape> </body> </html> Use VML...more on it here: http://msdn.microsoft.com/workshop/essentials/webmen/webteam11062000.asp and here: http://msdn.microsoft.com/standards/vml/ jared@aauser.com