modifying text in divs? |
modifying text in divs? |
Oct 12 2008, 09:06 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
what codes do i enter in a div to modify text font, size and bold/italics, underline? Thanks - Roger
|
|
|
|
![]() |
Oct 12 2008, 09:09 PM
Post
#2
|
|
![]() poison ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,806 Joined: Mar 2008 Member No: 629,020 |
CODE <font name="FONT NAME HERE"> <font size="size here"> <b> bold </b> <i>italics </i> <u> underline </u> <strike> strike out </strike> those are all the ones i know |
|
|
|
Oct 12 2008, 09:36 PM
Post
#3
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
Or if you meant it the other way try this.
CODE body,table, td, li, p, div, textarea
{font:normal ##px tahoma; color:###; font-weight:none; border:#px; text-transform: none; line-height:##px;} b, bold { color:###; } s, strike { color:###; } i, em { color:###; } u, underlined{ color:##; } |
|
|
|
Oct 12 2008, 09:36 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 65 Joined: Oct 2008 Member No: 690,035 |
Thanks! now do i put those inside style tags? or just leave em by themselves? Thanks - Roger
|
|
|
|
Oct 13 2008, 08:17 AM
Post
#5
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Marlons' way would require style tags. Natalie's way doesn't.
|
|
|
|
![]() ![]() |