Entry Background, I Looked Everywhere |
Entry Background, I Looked Everywhere |
Nov 25 2004, 09:06 PM
Post
#1
|
|
![]() Word. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,004 Joined: Jul 2004 Member No: 34,673 |
Please,
How do i CHANGE the color of the background of the entry... ... and CHANGE THE OPACITY OF THAT COLOR to make it look transparent to the real background of the xanga.... ....WITHOUT messing with the text? and so that i dont have to enter the same code for every entry? do y'all understand? Thanks |
|
|
|
![]() |
Nov 25 2004, 09:42 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:#ffffff; family-font: trebuchet ms; BORDER: #000000 1px solid; width:400px; filter: alpha(style=0,opacity=60);} </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 25 2004, 10:13 PM
Post
#3
|
|
![]() Word. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,004 Joined: Jul 2004 Member No: 34,673 |
Thanks....
...but why do they get cut off sometimes? Edit: Nevermind... i fixed that by putting back the width thing... grrr, i'll live with it on it... |
|
|
|
Nov 25 2004, 11:07 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
i have no idea why it gets cut off
|
|
|
|
Nov 26 2004, 05:30 PM
Post
#5
|
|
![]() Word. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,004 Joined: Jul 2004 Member No: 34,673 |
how do u make the module transparent now?
someone should add this to the xanga scripts page or name it so it so u can find it easier! lol |
|
|
|
Nov 26 2004, 05:49 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.left { /* this edits the menu module */ background-color:ffffff; filter: alpha(style=0,opacity=60);} </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 26 2004, 11:34 PM
Post
#7
|
|
![]() Word. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,004 Joined: Jul 2004 Member No: 34,673 |
Thanks on the code, ur good.
|
|
|
|
![]() ![]() |