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:36 PM
Post
#2
|
|
![]() 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:##; } |
|
|
|
hippiehead025 modifying text in divs? Oct 12 2008, 09:06 PM
Tomates CODE<font name="FONT NAME HERE">
... Oct 12 2008, 09:09 PM
hippiehead025 Thanks! now do i put those inside style tags? ... Oct 12 2008, 09:36 PM
Anarchy Marlons' way would require style tags. Natalie... Oct 13 2008, 08:17 AM![]() ![]() |