On myspace u can change the color and other stuff i know how to do that already but can u change the font and how do you do it?How do u change your text?
body{font-family: ';Lucida Grande';, Arial, Verdana, Tahoma, sans-serif;}
By the way... on MySpace, the pound sign in front of the color hex DOES NOT work. You have to code the colors in CSS text {color:ff0000;} for example.How do u change your text?
if you are using css to style the site then in the body add this or similar
font:12px Verdana,Arial,Helvetica,sans-serif;
yahoo answers cuts this - so here is the end of the font call:
sans-serif;
this is either a %26lt;style%26gt; in the %26lt;head%26gt;
%26lt;style type=';text/css';%26gt;
body{background:#000000; /* background colour */
color:#d55b0a; /* font colour */
font:12px Verdana,Arial,Helvetica,sans-serif; /* font size and font used */
padding:0;
scrollbar-3dlight-color:#ADD8E6;
scrollbar-arrow-color:#006091;
scrollbar-darkshadow-color:#B1B1B1;
scrollbar-face-color:#F5F5DC;
scrollbar-highlight-color:#909090;
scrollbar-shadow-color:#EEEEC6;
scrollbar-track-color:#F5F5DC}
%26lt;/style%26gt;
or
an external css file called by the template ';style.css'; from the header:
%26lt;link type=';text/css'; rel=';stylesheet'; href=';style.css';%26gt;
eg:
body{background:#000000 ; /* background colour */
color:#d55b0a; /* font colour */
font:12px Verdana,Arial,Helvetica,sans-serif; /* font size and type used by the style */
padding:0;
scrollbar-3dlight-color:#ADD8E6;
scrollbar-arrow-color:#006091;
scrollbar-darkshadow-color:#B1B1B1;
scrollbar-face-color:#F5F5DC;
scrollbar-highlight-color:#909090;
scrollbar-shadow-color:#EEEEC6;
scrollbar-track-color:#F5F5DC}
hope this helps
Wednesday, September 14, 2011
Tuesday, September 13, 2011
How do you change the font on display on your browser window?
I know on Vista, the shortcut is Ctrl++ to increase the font size, but how do you do it o regular windows.
cos my fonts SHRUNK and i can't read some text on the screen!
HELP REALLY URGENT!!How do you change the font on display on your browser window?
For firefox.
Tools%26gt;option%26gt;content%26gt;you will see font size option.
oh i forgot this might work also.
ctrl + middle mouse scroll button roll upwardHow do you change the font on display on your browser window?
In IE7 click Help %26gt; contexts and Index %26gt;Index tab %26gt;type in font
cos my fonts SHRUNK and i can't read some text on the screen!
HELP REALLY URGENT!!How do you change the font on display on your browser window?
For firefox.
Tools%26gt;option%26gt;content%26gt;you will see font size option.
oh i forgot this might work also.
ctrl + middle mouse scroll button roll upwardHow do you change the font on display on your browser window?
In IE7 click Help %26gt; contexts and Index %26gt;Index tab %26gt;type in font
Monday, June 6, 2011
How do you on Myspace?
Change your font color to white?How do you on Myspace?
%26lt;font color=White%26gt;
You can do that for any color, or if that's not the color you want you can look up codes for other colors like a light pink instead of a dark pink etc.
Hope that helps!
If you need to know how to bold, underline, italics you can email me and I'll def help you! =]How do you on Myspace?
at the beginning of your about me, put
%26lt;font color=';white';%26gt;
somewhere near the end, after you have finished saying what you're saying, type
%26lt;/font%26gt;
%26lt;font color=white%26gt;Text goes here%26lt;/font%26gt;
all people above me are right....
so u no wut it is babe....
%26lt;font color=White%26gt;
You can do that for any color, or if that's not the color you want you can look up codes for other colors like a light pink instead of a dark pink etc.
Hope that helps!
If you need to know how to bold, underline, italics you can email me and I'll def help you! =]How do you on Myspace?
at the beginning of your about me, put
%26lt;font color=';white';%26gt;
somewhere near the end, after you have finished saying what you're saying, type
%26lt;/font%26gt;
%26lt;font color=white%26gt;Text goes here%26lt;/font%26gt;
all people above me are right....
so u no wut it is babe....
How do you change the default font for everything on your page?
I want the font to be Century Gothic.How do you change the default font for everything on your page?
This is in the myspace forum, I presume it's for myspace, put this in your profile's about me section...
%26lt;Style type=';text/css';%26gt;
*,.text,.whitetext12,a:link,
a:visited,
.nametext,.btext,td,
.label,.orangetext15,
.txtNavBlue,.txtRed,
span,td,div { font-family: century gothic; }
%26lt;/style%26gt;How do you change the default font for everything on your page?
Need a little more information to be able to provide you with an answer. Is this on your desktop or is it with MS Office?
This is in the myspace forum, I presume it's for myspace, put this in your profile's about me section...
%26lt;Style type=';text/css';%26gt;
*,.text,.whitetext12,a:link,
a:visited,
.nametext,.btext,td,
.label,.orangetext15,
.txtNavBlue,.txtRed,
span,td,div { font-family: century gothic; }
%26lt;/style%26gt;How do you change the default font for everything on your page?
Need a little more information to be able to provide you with an answer. Is this on your desktop or is it with MS Office?
How do you change your screen back to its normal size?!?!?
Ok i hit this button and it made everything on my computer go bigger than it should be. Like all of the fonts and everything are large. And just everything is bigger on it. Do you know what i can do to fix it???How do you change your screen back to its normal size?!?!?
start%26gt;control panel,%26gt; appearance and themesHow do you change your screen back to its normal size?!?!?
Press ctrl + shift, and the ';+'; buttons or hold ctrl and scroll with the mouse.
Start / control panel / display/ click on settings/ set your screen resolution to Less 800x 600 click apply.
start%26gt;control panel,%26gt; appearance and themesHow do you change your screen back to its normal size?!?!?
Press ctrl + shift, and the ';+'; buttons or hold ctrl and scroll with the mouse.
Start / control panel / display/ click on settings/ set your screen resolution to Less 800x 600 click apply.
How do you change the font and size of your display name on Myspace 2.0?
Please help. I haven't been able to find a 2.0 code like this.How do you change the font and size of your display name on Myspace 2.0?
add this to the 'css' box
div.basicInfoModule h2.nickname {font-family: Tahoma; font-size: 25px;}
to change the color add
color: red;advice on meeting people favorite musical groups
add this to the 'css' box
div.basicInfoModule h2.nickname {font-family: Tahoma; font-size: 25px;}
to change the color add
color: red;
Is it true that if I change the font on my MYSPACE then others will only see it in default New Times Roman?
I copied this from a website...is this true?
How to change the type of font in myspace profiles :-
The Web-fonts :-
There are different fonts that you can use, and some of the safest web fonts that are used are :
Arial
Times New Roman: (The default for all web-browsers - i.e, if you dont give a font face tag, the text will appear in this font)
Georgia
Impact
Verdana
Comic Sans ms
Apart from these above, you can give other fonts too, but remember that if the person who is viewing your page doesnt have that font, then he will only see your font in the default ';Times New Roman';.Is it true that if I change the font on my MYSPACE then others will only see it in default New Times Roman?
ok this is partly true.
if you havent had anything done to your myspace (no layout)
and a friend sent you a comment in impact on your actual page it would show up in impact
if you have a layout, with times new roman as its font
the comment your friend sent you in impact would show up on your actual page as times new roman
but when you click on your homepage view comments, you would be able to see what font your friend used
and some layouts will show any font you do, but some only show the default text
soo uhh yeahh hope this helped =]
How to change the type of font in myspace profiles :-
The Web-fonts :-
There are different fonts that you can use, and some of the safest web fonts that are used are :
Arial
Times New Roman: (The default for all web-browsers - i.e, if you dont give a font face tag, the text will appear in this font)
Georgia
Impact
Verdana
Comic Sans ms
Apart from these above, you can give other fonts too, but remember that if the person who is viewing your page doesnt have that font, then he will only see your font in the default ';Times New Roman';.Is it true that if I change the font on my MYSPACE then others will only see it in default New Times Roman?
ok this is partly true.
if you havent had anything done to your myspace (no layout)
and a friend sent you a comment in impact on your actual page it would show up in impact
if you have a layout, with times new roman as its font
the comment your friend sent you in impact would show up on your actual page as times new roman
but when you click on your homepage view comments, you would be able to see what font your friend used
and some layouts will show any font you do, but some only show the default text
soo uhh yeahh hope this helped =]
Subscribe to:
Posts
(Atom)