Results 1 to 4 of 4

Thread: 3D Text

  1. #1
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 3D Text

    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

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    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

  3. #3
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  4. #4
    Join Date
    Oct 2004
    Location
    Texas
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Brenon,

    Where do you have it at?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •