bigger text |
![]() ![]() |
bigger text |
Nov 11 2004, 07:05 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
hey ik the code for like ur entries to make the text bigger but now that im using a style sheet...it like doesnt work nemore...and idk y...does anyone know whats wrong?
|
|
|
|
Nov 11 2004, 07:07 PM
Post
#2
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 |
post it up.
|
|
|
|
Nov 11 2004, 07:08 PM
Post
#3
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
try this: make sure you check the edit html box when your writing your new weblog entry |
|
|
|
Nov 11 2004, 07:27 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
i think this should do the trick
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font-size:NUMBERpx; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 11 2004, 07:39 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
wait im confused...idk where to put any of that?
|
|
|
|
Nov 11 2004, 07:40 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
just use mine.... and put it in ur custom header.... remember to replace the number part with the size of the font you want
|
|
|
|
Nov 11 2004, 07:42 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
well that code isnt exactly wut i wanted...i only want to make certain entries have soime bigger font...like where u edit the font in the entry...not for like all of da blog...and i used that code the other person suggested and it didnt work for some reason
|
|
|
|
Nov 11 2004, 07:43 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
use the other persons code in your entry in "edit html"
|
|
|
|
Nov 11 2004, 07:47 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
thats wut i did...i use that code all da time and now all of the sudden it isnt working...so idk wut to do nemore, can someone help?!
|
|
|
|
Nov 12 2004, 03:54 AM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
i think i know whats wrong, your using a style sheet right? if you have this code on there:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font-size:NUMBERpx; } </style> <!-- end code provided by createblog.com --> just delete that code because it doesnt let you change the different font sizes on your posts and use this one instead: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table, tr, td, p, center {font-size: 10px; font-family: verdana;} </style> <!-- end code provided by createblog.com --> then use the code that shortvi3tlaydee said, that should work |
|
|
|
Nov 12 2004, 04:16 PM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
my style sheet doesnt have that code u told me to delete...here ill post my style sheet here:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> /* http://createblog.com */ body { background-color: #ffffff; scrollbar-arrow-color: #66CC99; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #66CC99; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #66CC99; scrollbar-3dlight-color: #ffffff; } /* edits the date */ div.blogheader, .caption { background-image: url(); background-repeat:no-repeat; background-position:right; font-family:tahoma; text-transform:none; font-size:8px; line-height:20px; font-weight:bold; color:#000000; letter-spacing:2px; background-color:transparent; text-align:left; border:transparent; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #66cc99; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; font:normal 10px tahoma; background-color: ffffff; font-color:#000000; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color:none; color: #000000; font: bold 10pt tahoma; text-transform: none; text-align:center; border: #000000 0px solid; ;} table.left { /* this edits the menu module */ width:150px; color:66cc99; background-color:ffffff; BORDER: #66cc99 1px solid; } font,td,p,xmp{color:#000000; font-face: tahoma; font-weight:normal; font-size:9pt; line-height:10pt; text-align:justify;} table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding-left: 0px; } table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: tahoma; BORDER: transparent; width:650px;} a:link{line-height: 9pt; font-family: tahoma;font-weight:normal; color:#66cc99; text-transform:none;font-size:9pt; cursor:crosshair;} a:active{font-family: tahoma; color:#66cc99; text-transform:none;font-size:9pt; cursor:crosshair;} a:visited{font-family: tahoma; color:#66cc99; text-transform:none;text-decoration:strikeout;font-size:9pt;cursor: crosshair;} A:hover {font-family:tahoma;color:#ffffff;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt}</style> <!-- end code provided by createblog.com --> what should i erase and add? |
|
|
|
Nov 12 2004, 05:41 PM
Post
#12
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
ok you see this code in your style sheet:
CODE <!-- begin code provided by createblog.com --> font,td,p,xmp{color:#000000; font-face: tahoma; font-weight:normal; font-size:9pt; line-height:10pt; text-align:justify;} <!-- end code provided by createblog.com --> take out the font-size:9pt; and your done with that, then put this new code in ur custom header or just add it to your style sheet if you know how to do that: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table, tr, td, p, center {font-size: 12px; font-family: tahoma;} </style> <!-- end code provided by createblog.com --> (you can still change the font size and stuff in that code to whatever you want) now it should let you change the sizes in your posts |
|
|
|
![]() ![]() |