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 ![]() |
Can we have a link to your xanga and post any code you have in your header html?
|
|
|
![]()
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 164,483 ![]() |
yeah, sure.
http://www.xanga.com/home.aspx?user=mercury___rising "everything's free. that's a secret." is what i want to be big. my custom header: |
|
|
![]()
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
well, your code looks fine to me. except for the part where you have two codes for the date.. but that shouldn't be affecting the entry in any way. =l
Do you have a bold code that changes the color? if so, you maybe put a certain size on there for bold, seeing that the font seems to be... well, bold. o.o otherwise, i can't think of anything wrong than you accidently misspell something in your 'edit html' mode thing.. |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
Hmmm what exactly did you do when you hit edit html this
<b>blah blah blah</b>? because what Toby said is true it looks bold instead of the font being bigger. |
|
|
![]()
Post
#6
|
|
![]() Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 164,483 ![]() |
QUOTE Do you have a bold code that changes the color? if so, you maybe put a certain size on there for bold, seeing that the font seems to be... well, bold. o.o otherwise, i can't think of anything wrong than you accidently misspell something in your 'edit html' mode thing.. Yeah, I do have that code. it looks like,..it doesn't have anything to do with the size. I've checked to see if I spelled anything wrong, and I'm like 99% sure I didn't. QUOTE Hmmm what exactly did you do when you hit edit html this In Edit HTML, the thing goes like <FONT size=4><STRONG>"everything is free. that's a secret.</STRONG></FONT><b>blah blah blah</b>? because what Toby said is true it looks bold instead of the font being bigger. So, yes, it is bold [which is what I want]. But I also want it to be bigger. |
|
|
![]()
Post
#7
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
![]() hmm.. this is weird. o.O Maybe.. maybe you should just try to put <b><font size="4">everything is free. that's a secret.</font></b> instead.. =l |
|
|
![]()
Post
#8
|
|
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. |
|
|
![]()
Post
#9
|
|
![]() Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 164,483 ![]() |
QUOTE ![]() hmm.. this is weird. o.O Maybe.. maybe you should just try to put <b><font size="4">everything is free. that's a secret.</font></b> instead.. =l I dunno why though; the bold has nothing to do with the size.. but I'm not complaining. ![]() QUOTE 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 That wouldn't work. I mean, it would work for someone who wants all their bold to be big, but I don't want that. Thanks for trying to help, though.
|
|
|
![]() ![]() |