SOME HELP PLEASE?!!?, where do i put this and how do i work it |
SOME HELP PLEASE?!!?, where do i put this and how do i work it |
Dec 22 2004, 05:17 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Dec 2004 Member No: 73,574 |
i GOT THIS CODE FROM SOMEONE AND THE ONLY PROBLEM IS THAT I AM NEW TO THIS, SO I DON'T KNOW WHERE TO PUT IT IN THE LOOK AND FEEL AND HOW TO WORK IT, BECAUSE I WANT IT SO THAT IN ALL MY LEFT SIDE MODULES, THERE CAN BE SOME WORDS THAT ARE BOLD, SOME ITALIC AND SOME UNDERLINED ETC..SO COULD SUMONE PLEASE TELL ME HOW TO WORK IT AND THAT WOULD BE A VERY GOOD HELP!! THANKS YOU![CODE]<!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; } .blogbody i, .standard i, p i, em { /* edits italic text in your entry */ font-weight: italic; color: red;} .blogbody u, .standard u, p u, u { /* edits underlined text in your entry */ font-weight: underline; color: red;} </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() |
Dec 22 2004, 05:28 AM
Post
#2
|
|
![]() High Voltage!∞ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,728 Joined: Jul 2004 Member No: 29,157 |
errm...that's for your weblogs
|
|
|
|
Dec 22 2004, 06:17 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 507 Joined: Jan 2004 Member No: 832 |
Put it in the "custom header" part
|
|
|
|
Dec 22 2004, 08:14 AM
Post
#4
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
when you check the "edit html" while blogging, using the B, I, and U tags will be changed by that script to the type you want.
|
|
|
|
| *mona lisa* |
Dec 22 2004, 10:26 AM
Post
#5
|
|
Guest |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .body b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; } .body i, .standard i, p i, em { /* edits italic text in your entry */ font-weight: italic; color: red;} .body u, .standard u, p u, u { /* edits underlined text in your entry */ font-weight: underline; color: red;} </style> <!-- end code provided by createblog.com --> see if that works, and put it in your custom html header. and it's not only for weblogs, i've seen on other people's xanga's. actually nevermind, they might have been custom modules. |
|
|
|
![]() ![]() |