Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2009
    Location
    Newcastle Upon Tyne, UK
    Posts
    2,652
    Tokens
    1,389
    Habbo
    lRhyss

    Latest Awards:

    Default PHP Volter Script

    Hey, my friend approched me to see if I had a script that allows you to type text into a div and have it automatically change to volter with a 1px border of certain hash codes

    Sorry, I'm bad with explaining things but like:



    so the link to that image could be like:

    http://website.co.uk/_php/header.php?text=VOLTER&colour=COLOUR

    Hopefully you get what I mean

    Thanks!

  2. #2
    Join Date
    Jun 2009
    Location
    Newcastle Upon Tyne, UK
    Posts
    2,652
    Tokens
    1,389
    Habbo
    lRhyss

    Latest Awards:

    Default

    Sorry for double post but I managed to make one

  3. #3
    Join Date
    Mar 2010
    Location
    Cornwall (UK)
    Posts
    2,329
    Tokens
    6,755
    Habbo
    -Nick

    Latest Awards:

    Default

    404 error including the =COLOUR and without

  4. #4
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    You should be able to do this with purely CSS via @font-face
    Chippiewill.


  5. #5
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Using CSS: http://jsfiddle.net/T5MAf/

    PHP Code:
    Hey <strong>guys</strong>. 
    HTML Code:
    @font-face {
        font-family: volter;
        src: url( 'http://habboemotion.com/resources/generalscripts/volter/Volter (Goldfish).ttf' );
    }
    
    @font-face {
        font-family: volter;
        src: url( 'http://habboemotion.com/resources/generalscripts/volter/Volter-bold (Goldfish).ttf' );
        font-weight: bold, 900;
    }
    
    body {
        background: url( 'http://habboemotion.com/resources/images/website_backgrounds/hp_back14.gif' );
        font: 12px volter;
        text-shadow: 1px 1px rgba( 255, 255, 255, 0.6 );
    }






Posting Permissions

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