FOnt Size |
FOnt Size |
Feb 7 2007, 12:17 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 251 Joined: Oct 2005 Member No: 280,259 |
Hey it doesn't make a difference when I try make my text bold or try make it big,I just put <b>and <font size="5">but it makes no difference...
Here is my code.. CODE <style type="text/css"> table, td {background-color:transparent; border:none; border-width:0;} body{background-image:url("http://i1.tinypic.com/200ur6d.jpg"); background-attachment: fixed; background-position: bottom left; background-repeat: no-repeat; background-color:000000; } table table table {border: 3px solid; border-color:585858; padding:0; background-color: ffffff;} table tbody td table tbody tr td.text table{background-color: ffffff;} table table{border:0px;} table table table table{border:0px;} font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; color:000000; line-height: 10px; font-size:11px; text-transform:lowercase; letter-spacing:0px;} textarea, input {font-family:arial; font-size: 8pt; color: black; text-transform:lowercase; letter-spacing:0px; background-color:ffffff;border:1px solid black;cursor:crosshair;} .btext {font-family: arial; font-size: 11px; color: 000000; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform: lowercase; display:none;} .blacktext10 {font-family: arial; font-size: 11px;color: 000000; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform: lowercase; display:none;} .blacktext12 {font-family: arial; font-size: 11px;color: 000000; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform: lowercase;} .lightbluetext8 {display:none;} .nametext {font-family:arial; color: white; line-height: 20px; font-size: 19px; text-transform: none; text-decoration: condense; text-align: center; letter-spacing: 0px; background-color: 282828; display: block; text-align:center; letter-spacing:0px;} .orangetext15 {display:none;} .redbtext, .redtext {display:none;} .text {font-family: arial; font-size: 11px; color:000000; line-height: 11px; font-weight: normal;text-transform:lowercase;letter-spacing:0px;} .whitetext12 {font-family: arial; font-size: 11px; color: 000000; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform: lowercase;} a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 7px; color:585858; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform:uppercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 7px; color: 585858; font-weight:none; text-decoration:underline; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 10px; background-color: ffffff; border: 0px solid ..FFFFFF;} b, stong {font-weight:bold;font-size:11px;line-height:10px;text-transform:lowercase; background- color: none; color:282828; letter-spacing:0px;font-family:arial;} i, strong {font-weight:none;font-size:11px;line-height:10px;text-transform:lowercase;background-color:none; color:585858;letter-spacing0px; font-family:georgia;} u, strong {font-weight: normal;letter-spacing: 0px;color:000000;border-bottom-color:282828;border-bottom-style:dashed;border-bottom-width:1px;text-transform: none;font-family: arial;color:000000; text-transform:lowercase;} img { filter:none; border:0px;} a:link img { filter: none; border:0px solid black;} a:hover img { filter:none; border:0px solid black;} body {cursor: crosshair;} a:hover {cursor: crosshair;} img {cursor : crosshair;} a:hover img {cursor : crosshair;} a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=3);} a:link img{cursor:crosshair;} TD TD {text-align: center;} TD TD TD {text-align: center;} TD TD TD TD {border-top: 0px solid; width: 1%; text-align:center;} TD TD TD TD TD {border-top: 0px solid black; text-align:center;} TD TD TD TD TD TD {border: 0px solid;} TABLE, TD {padding: -5px; text-transform: lowercase; width:350px;} TABLE TABLE {padding: -5px; text-transform: lowercase;} TABLE TABLE TABLE {padding: -5px; text-transform: lowercase;height: .01%; width: 100%;} TABLE TABLE TABLE TABLE {padding: -5px; text-transform: lowercase;} TABLE TABLE TABLE TABLE TABLE {padding: -5px; text-transform: lowercase;} TABLE TABLE TABLE TABLE TABLE TABLE {padding: -5px; text-transform: lowercase;} table td div div font {visibili-ty:hidden;di-splay:none;} table table table table {border: 0px; text-align: justify; padding: -5px;} table table table table table {border: 0px; text-align: justify; padding: -5px;} table table table table table table {border: 0px; text-align: justify; padding: -5px;} table table td.text table td.text table table tbody td table, span.btext {display : none !important;} </style> <STYLE TYPE="text/css">BODY{scrollbar-face-color:ffffff; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff;scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffffff; scrollbar-arrow-color:585858;}</STYLE> Thanks |
|
|
|
misfit FOnt Size Feb 7 2007, 12:17 AM
Azarel This in your coding is affecting the font size:
b... Feb 7 2007, 12:21 AM
toyo loco For the making fonts bigger change:
font, td, a, b... Feb 7 2007, 02:36 AM![]() ![]() |