differential entry sizes |
![]() ![]() |
differential entry sizes |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2004 Member No: 43,772 ![]() |
everyone visit my xanga:
xanga.com/babsncity do u see the latest entry i wrote? see the size font it is..compared to my other entries? how can i make it so the rest of my entries are that size because i dont remember doing anything different. cuz when i visited my xanga..it just appeared like that. and i really want the rest of my entries that size. thanks |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
try this:
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:black; letter-spacing:0px; text-align:justify; } </style> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jul 2004 Member No: 35,302 ![]() |
Well if you have a skin itll prolly read like this
table.blogbody { width:###px; font-family: Font Type; font-weight: none; font-size: ##pt; color: #Your Color; text-align: justify; padding: 0px; margin-top: 2px; } and if you like the last entries font go to that part and change font-family: Font Type; to font-family: Arial; and font-size: Font Sizept; to font-size: 12pt; |
|
|
![]()
Post
#4
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2004 Member No: 43,772 ![]() |
k so i tried the code..but then why are all my entries like all smushed and everything? here are all my codes:
[CODE]<!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { font-family:arial; text-transform:none; font-size:11px; line-height:20px; font-weight:bold; filter: alpha (opacity=400, finishopacity=0, style=2); height: 1px; background-color:#FF0033; color:#FFFFFF; letter-spacing:0px; text-align: center; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: arial; BORDER-RIGHT: #FF0033 1px solid; BORDER-TOP: #FF0033 1px solid; BORDER-LEFT: #FF0033 1px solid; BORDER-BOTTOM: #FF0033 1px solid width:400px;} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p{ /* edits main text */ font:normal 11px arial; color:#000000; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:11px arial; font-weight:bold; color:#FFFFFF; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 11px arial; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 11px arial; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#FF0000; font:normal 11px arial; cursor: crosshair; } table.left th, table.module th{ /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ font-family:arial; text-transform:uppercase; font-size:11px; font-weight:bold; color:#000000; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:black; letter-spacing:0px; text-align:justify; } </style> <!-- end code provided by createblog.com --> what did i do wrong..why is it all ...smushed? |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
oh i'm sorry.. remove the line that says "line-height:10px;" i was using the default stylesheet in the scripts section and forgot to take taht part out
|
|
|
![]()
Post
#6
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2004 Member No: 43,772 ![]() |
ohh lol its alright. thanks anyways though. i have another question..why are all my entries like kinda shifted to the right..like its not directly in the middle inside the red box? can u read through my code..and see what i did wrong? thanks
|
|
|
![]()
Post
#7
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
okay try this, i cleaned up your coding a little bit also
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> div.blogheader, .caption { font-family:arial; text-transform:none; font-size:11px; line-height:20px; font-weight:bold; filter: alpha (opacity=400, finishopacity=0, style=2); height: 1px; background-color:#FF0033; color:#FFFFFF; letter-spacing:0px; text-align: center; } table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: arial; BORDER-RIGHT: #FF0033 1px solid; BORDER-TOP: #FF0033 1px solid; BORDER-LEFT: #FF0033 1px solid; BORDER-BOTTOM: #FF0033 1px solid width:400px;} .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; color:black; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:11px arial; font-weight:bold; color:#FFFFFF; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 11px arial; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 11px arial; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#FF0000; font:normal 11px arial; cursor: crosshair; } table.left th, table.module th{ /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ font-family:arial; text-transform:uppercase; font-size:11px; font-weight:bold; color:#000000; } .blogbody td { width:0px; padding-left:0px; } </style> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#8
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2004 Member No: 43,772 ![]() |
hey thank you soo much for cleaning it up and fixing my xanga. but one more thing ..im soo sorry for being asking alota questions and all.. but like when i write another entry it goes back to the original font. the size that is one size too big than the size i want..how can i make it permanent?
|
|
|
![]()
Post
#9
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2004 Member No: 43,772 ![]() |
i think its part of a layout to get everything in one size. if it is..anyone kno where to find em?
|
|
|
![]()
Post
#10
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 ![]() |
QUOTE(xxrichardson999xx @ Aug 28 2004, 11:58 PM) hey thank you soo much for cleaning it up and fixing my xanga. but one more thing ..im soo sorry for being asking alota questions and all.. but like when i write another entry it goes back to the original font. the size that is one size too big than the size i want..how can i make it permanent? Go to the edit HTML radio button and add paragraph (<p> and </p>) to your entry. |
|
|
![]() ![]() |