I use a standard CSS format. The font I chose is really really small, so It's hard to see. All I want to do is make it bigger, but nothing I do works. Here's a sample of my style sheet:
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
font-family: "Angsana New" !important; }
td, span, div, input, table td div div font,
body div table tbody tr td font {
}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .pinkbtext, .nametext {
}
a {
cursor:crosshair !important; color:green !important; }
a:hover {
cursor:crosshair ; }
img {border:0px;}
.r{}
I want to change the size on my entire MySpace page. Nothing I do works.?
all you need is this. you can change the color, size and type of font also.
table, tr, td, li, p, div { font-family:arial; color:000000; font-size:12px; }
No comments:
Post a Comment