Question:

Tricky myspace code question about name text?

by  |  earlier

0 LIKES UnLike

so i used this code to get my name text impact font and big

<style>

.a {impact}

.nametext {font-family:impact !important;

font-size:50px !important; color:black !important;}

.a {set padding and alignment}

.nametext {text-align:center; padding-top:10px}

</style>

and the space between each letter in my name is too big.

for example: a s h l e y instead of ashley.

what can i add to the code above or a new code to make the letters close together...?

 Tags:

   Report

1 ANSWERS




  1. .nametext {

    letter-spacing: -1px ;

    }

    u can change that number to adjust how you want it to look. If it&#039;s too close together try making it 0. Or if it&#039;s still too far apart make it -2.

    .

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.