How do i make my weblog entries glow? |
![]() ![]() |
How do i make my weblog entries glow? |
![]()
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 --> |
|
|
![]()
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. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
She was talking about this anywho when you srite a new entry you hit edit html
CODE <TABLE style="FILTER: glow(color=#, strength=3)"> <TBODY> <TR> <TD><LEFT>TEXT HERE<BR> <CENTER></CENTER></TD></TR></TBODY></TABLE> And type where it says text here and edit it however. |
|
|
![]()
Post
#4
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
oops...nevermind then.
really tired. no think. |
|
|
![]()
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
....
![]() CODE <style type="text/css"> And then you'd use this in the entries you want to glow.#glow{color: #ffffff; cursor:crosshair; height: 0; filter: glow(Color=#FF99CC, Strength=3); text-decoration: none} </style> CODE <div id="glow">ENTRY GOES HERE</div>
|
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Aug 2005 Member No: 205,153 ![]() |
i meant the whole of the weblog entry, not just one word. I don't want any borders, Please help me!! www.xanga.com/andymanutd7 is my website, you can go on it to check.
|
|
|
![]()
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Aug 2005 Member No: 205,153 ![]() |
CODE
<style type="text/css"> #glow{color: #ffffff; cursor:crosshair; height: 0; filter: glow(Color=#FF99CC, Strength=3); text-decoration: none} </style> And then you'd use this in the entries you want to glow. CODE <div id="glow">ENTRY GOES HERE</div> How do u do this??? help me |
|
|
![]()
Post
#8
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
![]() If you do it correctly, it should look something like this.... The first entry. [ http://www.xanga.com/xx_your_user_name_here_xx ] |
|
|
![]()
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Aug 2005 Member No: 205,153 ![]() |
thanksssss
|
|
|
![]() ![]() |