How do i make my weblog entries glow? |
How do i make my weblog entries glow? |
Aug 24 2005, 08:42 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Aug 2005 Member No: 205,153 |
i've tried this script but it can only make my bottom 2 weblog entries glow not all of the weblog entries on my xanga. Can you help me?? Many thanks!!
<!-- begin code provided by createblog.com --> <style type="text/css"> A:link{ color:"#ffffff"; cursor:crosshair; height: 0; filter: glow(Color=FF99CC, Strength=3); text-decoration: none} A:visited{ color:"#ffffff"; cursor:crosshair; height: 0; filter: glow(Color=FF99CC, Strength=3); text-decoration: none } A:active{ color:"#ffffff"; cursor:crosshair; height: 0; filter: glow(Color=FF99CC, Strength=3); text-decoration: none } A:hover{ color:"#ffffff"; cursor:crosshair; height: 2; filter: blur;text-decoration: none;}h1 {font-family: century gothic;color:"#ffffff"; cursor:crosshair; height: 0; filter: glow(Color=FF99CC, Strength=3); } p {font-family:century gothic;color:"#ffffff"; cursor:crosshair; height: 0; filter: glow(Color=FF99CC, Strength=3); } <style></text><br><br> ></text><br><br> </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() |
Aug 24 2005, 09:32 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
CODE anways.. those change the links, but you want to change the text. edits all fonts (except for others that you've designated separately with other css) CODE <style type='text/css'> font,td,p,xmp{color:#000000; font-face: trebuchet ms; font-weight:normal; font-size:9pt; text-align:justify;} </style> edits the blog text only: CODE <style type='text/css'> table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: trebuchet ms; BORDER: #000000 1px solid; width:400px;} </style> so..you can add font-color, font-size, filter: glow...etc. id use the first one i gave you. im really tired though, so i cant really think clearly. |
|
|
|
andymanutd7 How do i make my weblog entries glow? Aug 24 2005, 08:42 PM
Kenado She was talking about this anywho when you srite a... Aug 24 2005, 09:34 PM
insomniac oops...nevermind then.
really tired. no think. Aug 24 2005, 09:36 PM
fishcake-y .... You'd have to do it like this... I think... Aug 24 2005, 09:36 PM
andymanutd7 i meant the whole of the weblog entry, not just on... Aug 25 2005, 04:30 PM
andymanutd7 CODE
<style type="text/css">
#glow... Aug 25 2005, 04:43 PM
fishcake-y Don't double post. And how hard is thatto use?... Aug 25 2005, 04:52 PM
andymanutd7 thanksssss Aug 25 2005, 04:55 PM![]() ![]() |