View Full Version : 3D Text
Brenon
11-23-2004, 01:30 AM
3d Text
http://www.dynamicdrive.com/dynamicindex10/3dtext.htm
Can anyone help with this? I know it says there are no instructions available, but I figure someone must've figured it out. It's a great script, I wish I knew how to use it! :) Thanks!
--Brenon
simonf
11-23-2004, 03:00 AM
Hi Brendon
Whats the issue..... copy the first section into the head section (the bit between head and head) then copy the balance into your body and modify to your hearts desire. Take note it basically writes 3 times, so you modify the text in all places I.E
<style>
.light3 { top:-2; left:-2; color:white; }
.shade3 { top:+2; left:+2; color:lightblue; }
.fill3 { top:0; left:0; color:blue; } </style>
<div class=Example3>
<div class="light3">
<center><h1>Simonf</h1></center>
</div>
<div class="shade3">
<center><h1>Simonf</h1></center>
</div>
<div class="fill3">
<center><h1>Simonf</h1></center>
</div>
</div>
rgds,Simonf :cool:
Brenon
11-30-2004, 08:38 PM
i really dont know what im doing wrong. when i do that, i copied it exactly how u have it where its supposed to be, and all it does is show 3 lines and 3 colors of text.
ex:
Text
Text
Text
have i gone retarded??
thanks for the help
--Brenon
chinchilla2
12-07-2004, 03:47 PM
Brenon,
Where do you have it at?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.