fonts, small.. |
fonts, small.. |
Apr 3 2006, 10:33 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 114 Joined: Jul 2004 Member No: 33,139 |
all my fonts are small....but i wont a certain word to be big but i cant casue it would still be small...
|
|
|
|
![]() |
Apr 3 2006, 10:40 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
It's something in your coding...
Can you post a link to your profile? |
|
|
|
Apr 3 2006, 10:41 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 114 Joined: Jul 2004 Member No: 33,139 |
pshh
|
|
|
|
Apr 3 2006, 10:45 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Hmm. I think it's this that is causing it:
QUOTE <style type="text/css"> BODY font, td, p, i, xmp, u, body BODY {); {font-family:arial;font-size:8pt;color: 000000; font-weight:normal;font-style:normal} b{color: aa44ff; font-family:Times New Roman;} i{color: aa44ff; font-family:Times New Roman;} u{color: 000000; font-family:Times New Roman; border-bottom: 0pt dashed black;} </style> Uhm. How about using spans? http://www.createblog.com/scripts/download.php?id=99 Or just take out the word "font" in your code, so it doesn't affect your "<font size="x" color="x">" tags... |
|
|
|
Apr 3 2006, 10:47 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 114 Joined: Jul 2004 Member No: 33,139 |
no thats nothing i tried to put that in but it wouldnt work...im trying to put that in the code....and it still wouldnt work
|
|
|
|
Apr 3 2006, 11:01 PM
Post
#6
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
i think it might be the font family you use.. have you tried doing this:
<font family="name here" color="color here" size="number here">words here</font> |
|
|
|
Apr 3 2006, 11:05 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Look in your code and find this:
QUOTE <style type="text/css"> BODY font, td, p, i, xmp, u, body BODY {); {font-family:arial;font-size:8pt;color: 000000; font-weight:normal;font-style:normal} b{color: aa44ff; font-family:Times New Roman;} i{color: aa44ff; font-family:Times New Roman;} u{color: 000000; font-family:Times New Roman; border-bottom: 0pt dashed black;} </style> Then replace it with this: CODE <style type="text/css"> BODY td, p, i, xmp, u, body BODY {); {font-family:arial;font-size:8pt;color: 000000; font-weight:normal;font-style:normal} b{color: aa44ff; font-family:Times New Roman;} i{color: aa44ff; font-family:Times New Roman;} u{color: 000000; font-family:Times New Roman; border-bottom: 0pt dashed black;} </style> I took out the "font" in it.. |
|
|
|
Apr 3 2006, 11:07 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 114 Joined: Jul 2004 Member No: 33,139 |
ya still wont work...all i want it to make the heart big..and melinda and anthony....uhemm..
ya i know...but it wont work...at all |
|
|
|
Apr 3 2006, 11:32 PM
Post
#9
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
you could always make them images, like choose a font and type it into mspaint or something like that, and host the image on photobucket or where ever you host your images
|
|
|
|
![]() ![]() |