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 23 2008, 06:19 PM
Post
#2
|
|
|
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. |
|
|
|
chaoticjunkie How to make display name with cursive letters? Oct 21 2008, 08:10 PM
allvanishing You can't really, unless you mean the signs th... Oct 21 2008, 08:14 PM
chaoticjunkie I saw someone with this...
Oct 21 2008, 08:23 PM
Tomates try
CODE<font face="script"> [writ... Oct 21 2008, 08:29 PM
chaoticjunkie that doesnt work. Oct 21 2008, 08:32 PM
allvanishing ^ But you can't use that for the whole site li... Oct 21 2008, 09:39 PM
chaoticjunkie she haha.
Well if anyone finds a solution post aw... Oct 21 2008, 10:00 PM
Anarchy That's not a script font. If you want this: ... Oct 22 2008, 03:53 PM
allvanishing I guess you can google it. Here's a site:
http... Oct 23 2008, 03:41 PM
Tomates this might sound petty or something but you know t... Oct 23 2008, 04:29 PM![]() ![]() |