How to make display name with cursive letters?, trying to use a cursive letter |
How to make display name with cursive letters?, trying to use a cursive letter |
Oct 21 2008, 08:10 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
I want a script letter in my profile name/display?
not just on my page but everywhere. |
|
|
|
![]() |
Oct 21 2008, 08:14 PM
Post
#2
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 |
You can't really, unless you mean the signs that people use.
|
|
|
|
Oct 21 2008, 08:23 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
|
|
|
|
Oct 21 2008, 08:29 PM
Post
#4
|
|
![]() poison ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,806 Joined: Mar 2008 Member No: 629,020 |
try
CODE <font face="script"> [write here] </font>
|
|
|
|
Oct 21 2008, 08:32 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
that doesnt work.
|
|
|
|
Oct 21 2008, 09:39 PM
Post
#6
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 |
^ But you can't use that for the whole site like s/he wanted.
|
|
|
|
Oct 21 2008, 10:00 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Oct 2008 Member No: 692,797 |
she haha.
Well if anyone finds a solution post away :) |
|
|
|
Oct 22 2008, 03:53 PM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
That's not a script font. If you want this: ℓ, there's an alt command for it. It's Alt + 2113. There's also an HTML decimal code for it:
CODE & # 8 4 6 7; Just remove the spaces between them. |
|
|
|
Oct 23 2008, 03:41 PM
Post
#9
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 |
I guess you can google it. Here's a site:
http://forums.coolchaser.com/forums/3/topics/690 |
|
|
|
Oct 23 2008, 04:29 PM
Post
#10
|
|
![]() poison ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,806 Joined: Mar 2008 Member No: 629,020 |
this might sound petty or something but you know the code i posted before? maybe try changing face to name and see if that works.
|
|
|
|
Oct 23 2008, 06:19 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
"ℓ" is a unicode character, so there's not an ALT code for it for the web. it has to be done with its HTML code (& #8467;) which won't work on myspace.
you can copy and paste that letter from here, or (if you're on windows) you can go to start > programs > accessories > system tools > character map. if you want all of your text to be cursive, you'd have to change the code in your style sheet. whatever font family you're using to change all text, you can change that to "script". it might look something like this: CODE td, div, p, font, span { font:normal 15px script; } unfortunately, that's not guaranteed to always work. it depends on the fonts you have installed on your computer. |
|
|
|
![]() ![]() |