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 12 2004, 05:41 PM
Post
#2
|
|
![]() 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 |
|
|
|
xoxochibi bigger text Nov 11 2004, 07:05 PM
DaToNeViEtBoI916 post it up. Nov 11 2004, 07:07 PM
shortvi3tlaydee try this:
CODEBOX: -> right click -> copy/paste
... Nov 11 2004, 07:08 PM
JlIaTMK i think this should do the trick
CODE<!-... Nov 11 2004, 07:27 PM
xoxochibi wait im confused...idk where to put any of that? Nov 11 2004, 07:39 PM
JlIaTMK just use mine.... and put it in ur custom header..... Nov 11 2004, 07:40 PM
xoxochibi well that code isnt exactly wut i wanted...i only ... Nov 11 2004, 07:42 PM
JlIaTMK use the other persons code in your entry in ... Nov 11 2004, 07:43 PM
xoxochibi thats wut i did...i use that code all da time and ... Nov 11 2004, 07:47 PM
MyChemicalRomance. i think i know whats wrong, your using a style she... Nov 12 2004, 03:54 AM
xoxochibi my style sheet doesnt have that code u told me to ... Nov 12 2004, 04:16 PM![]() ![]() |