font help |
![]() ![]() |
font help |
Feb 26 2006, 02:55 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Aug 2005 Member No: 199,807 |
Two quick questions about font.
First - what's the code to make underlined, italisized, and bold text fun (like a fun underline, different colored bold and italic text)? Second - what's the code to change the font above the picture (aka changing the name font), but not changing your whole page font? |
|
|
|
Feb 26 2006, 03:04 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
1. http://www.createblog.com/scripts/download.php?id=48
Add this for the a different underline. It gives it a border: border-bottom-style: dashed; border-bottom-color: color; border-bottom-width: 1px; [ http://www.w3schools.com/css/css_border.asp ] 2. .nametext { font-color: x; font-family:x; } Change and add different CSS in there. |
|
|
|
Feb 26 2006, 03:16 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Aug 2005 Member No: 199,807 |
For the different underlines and such, it looks like that just highlights it. I wanted like a double underline (dashed first, then solid) and like different colored italisized and bolded font. For the header change, could you walk me through that...? I'm not understanding what you said.
|
|
|
|
Feb 28 2006, 05:04 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Aug 2005 Member No: 199,807 |
Yay! I finally got everything fixed. Thanks :D
|
|
|
|
![]() ![]() |