English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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?

2007-08-24 20:00:50 · 2 answers · asked by vickie 1 in Computers & Internet Programming & Design

2 answers

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.

2007-08-25 03:49:50 · answer #1 · answered by Dirty Randy 6 · 0 0

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

or

an external css file called by the template "style.css" from the header:


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

2007-08-24 20:19:37 · answer #2 · answered by dino d 3 · 0 1

fedest.com, questions and answers