font size in one of my entries. |
font size in one of my entries. |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 164,483 ![]() |
in my latest entry, i want some of the font to be size 4 with the rest of it size 1. i know how to do this, usually [<font size=4>text</font> blah blah] but this time it's being a spaz.
when i went to submit my entry, it showed up as it all being size 1. i figured it was because i had this script to make all of my font size 1 georgia, so i took it out and redid the entry, still using the <font size=4> thing. it's still not working and i dont know what to do. :/ help. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
well for the code the bold I guess you just add a font size so you won't have to keep on writing the font size thing
CODE <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-size: 14pt; font-weight: bold; color: #ff1493; } </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> Something like that, oh yeah and strong and bold are the same thing I think that's why they're arent changing I don't know. |
|
|
![]() ![]() |