Really Huge Problem!! Cant edit text!, The text in my layout is all the same size! |
Really Huge Problem!! Cant edit text!, The text in my layout is all the same size! |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Sep 2006 Member No: 460,690 ![]() |
Here is my problem:
I want to get different text sizes for different things. For example, when you have the over lapping text lines. I made the texts in the code and all, but they don't show up. It just comes up as if it were normal text in my layout. Also, I tried moving my display name in my layout to the center top. It moved, but the text was the same size as the text in my layout, not as big as I wanted it to be. Its like no other font or font size can be used. Heres my layout code(I used a generator, "bbz" I think its called....) QUOTE <style>.nametext{color:000000; font-family:Times new roman ;text-decoration: none; font-size: 38pt;font-weight:;letter-spacing:;border: none; letter-spacing:-2px; line-height:14px;background-color:;text-transform: lowercase;display: inline; position: relative; top: -10px; left: 100px;}</style> -------------------------------------------------- <style type="text/css">.contactTable { display: none }</style> ------- <style type="text/css"> .bbzs1 {content:"Body Properties";} body { background-color:000000; background-image:url('http://i66.photobucket.com/albums/h269/carry123/daria_collage-1.jpg'); background-position:center left; background-repeat:no-repeat; background-attachment:fixed; } .bbzs2 {content:"Table and Section Properties";} table, tr, td {background:transparent; border:0px;} table table table {background-color:FFFFFF;} table table table { border-width:2px; border-color:C6E2FF; border-style:solid; } table table table table {border:0px;} td.text table, td.text table td {width:300px; padding:0px;} td.text table table table table, td.text table table table table td {width:0px;} .bbzs3 {content:"Text and Link Properties";} input {background-color:transparent !important;} td, span, div, input, textarea, a, table td div div font, div table tr td font {font-family:Tahoma !important;} td, span, div, input, textarea, table td div div font,div table tr td font {color:63B8FF !important; font-size:7pt !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .blacktext12 span,.redtext, .redbtext, .blacktext10, .btext {color:5CACEE !important; font-size:6pt !important;} a {color:5CACEE !important; font-size:6pt !important;text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: lowercase !important; } a:hover {color:4F94CD !important; text-decoration: line-through !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; } .bbzs4 {content:"Other Properties";} table table td {width:10px;} div table table td, table table table td {width:auto;} table table img {display:none;} table table table img {display:inline;} td.text td.text table table div, td.text td.text table table a img { width:65px !important;} a img {border-color:5CACEE; border-style:solid; border-width:2px;} a:hover img {border-color:4F94CD; border-style:solid; border-width:2px;} .blacktext10 { border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:C6E2FF; border-style:solid; display:block; width:200px;} body, textarea, div { scrollbar-face-color:FFFFFF; scrollbar-highlight-color:FFFFFF; scrollbar-3dlight-color:C6E2FF; scrollbar-shadow-color:FFFFFF; scrollbar-darkshadow-color:C6E2FF; scrollbar-arrow-color:63B8FF; scrollbar-track-color:000000;} </style> <style type="text/css"> td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} td.text td.text table td {font-size:0pt;} td.text td.text {height:0;} td.text td.text table b, td.text td.text table table td {font-size:8pt;} </style> <style> body,table, td, li, p, div, textarea {font:normal 10px arial; color:00BFFF; font-weight:none; border:0px; text-transform: none; line-height:12px;} .text {font:normal 10px arial; color:00BFFF; font-weight:none; border:0px; text-transform: none; line-height:12px;} </style> And here's my URL QUOTE
|
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
Guest ![]() |
Well, in your code you have a lot of the codes that control the text combined.
For example, look under the section that says .bbzs2 {content:"Table and Section Properties";} , they have combined the codes (such as .nametext, .whitetext12) .nametext controls your display name .whitetext12 controls the part of you layout that says "contact", "interests", etc. What you need to do is seperate the codes that control the text. Like this: CODE {style for the number of friends you have.} .redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;border:0px solid FFFFFF; } {repeat of the style for how many comments you have} .redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF; border:0px solid FFFFFF;} {"Blurbs", "About Me", "Who I’d like to Meet", "Friend Space", and "Friend’s Comments" style} .orangetext15{font-family:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000; border:0px solid FFFFFF;text-decoration:underline;} {"General", "Music", "Movies", "Television", "Books", "Heros", "Status", "Here for", "Hometown", "Body Type", "Ethnicity", "Religion", "Sign", "Smoke/Drink", "Children", "Education", "Occupation", and "Income" title style} .lightbluetext8{font-family:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000;border:0px solid FFFFFF;text-align:right;} {"In your extended network" style} .blacktext12{font-family:courier new; font-size:16px; color:FFFF00; font-weight:bold;text-decoration: underline; text-transform:uppercase;} {"Contacting", "Interests", "Details", and "Schools" title styling} .whitetext12{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration: underline; border:0px solid CCFFFF; text-transform:uppercase;} {Stylizing of your name above your picture} .nametext{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration:underline;border:none;text-transform:uppercase;} {date stamp on comments} .blacktext10{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;border:0px solid FFFFFF;} {This is links} a, a:link,a:active,a:visited{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;text-decoration:none} a:hover{border-bottom:1px dashed FFFFFF; font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;} { "View all friends" and "invite more" link style} a.redlink,a.redlink:link,a.redlink:active,a.redlink:visited{font-family:tahoma; font-size:8pt;font-weight:bold;color:FFFFFF;text-decoration:none} a.redlink:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border-bottom:1px dashed FFFFFF;} {2 links in very top on the left, and the 13 links above your picture with make the navigation bar} a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited{font-family:tahoma; font-size:8pt;color:FFFFFF;text-decoration:none} a.navbar:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00; border-bottom:1px dashed FFFFFF;} { btext used for "latest blog entry" and "USERNAME has * friends"} .btext, .itext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border:0px solid FFFFFF;} That code is taken from a section of the first stylesheet: http://www.createblog.com/forums/index.php?showtopic=84325 |
|
|
![]() ![]() |