Different color: Italic..... (bold or underlined), THAT WORKS! |
Different color: Italic..... (bold or underlined), THAT WORKS! |
Dec 9 2004, 06:28 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Apr 2004 Member No: 14,716 |
i need a code for
Different Color: Italic or Bold or Underlined.... I have tried a lot and they dont work... i need one! visit the Xanga thanks |
|
|
|
![]() |
Dec 9 2004, 06:42 PM
Post
#2
|
|
![]() ^-^ ![]() ![]() ![]() Group: Member Posts: 69 Joined: Aug 2004 Member No: 40,106 |
use this for bold
CODE <!-- begin code provided by createblog.com --> use this for italics<style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; } </style> <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody i, .standard i, p i, em { font-weight: italic; color: red;} </style> <!-- end code provided by createblog.com --> and use this for underlined CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody u, .standard u, p u, u { font-weight: underline; color: red;} </style> <!-- end code provided by createblog.com --> |
|
|
|
Rockin2Rooney Different color: Italic..... (bold or underlined) Dec 9 2004, 06:28 PM
electric shock i know you're new.. so welcome to cb.
For futu... Dec 9 2004, 06:57 PM![]() ![]() |