Log In · Register

 
 
Closed TopicStart new topic
the remove eprops code, it doesn't work
fiansis
post Jan 17 2005, 03:58 AM
Post #1


Member
**

Group: Member
Posts: 12
Joined: Jun 2004
Member No: 19,462



I've tried the code provided in the scripts section and the one in xanga help page, neither works for me...help?
 
ckling
post Jan 17 2005, 04:44 AM
Post #2


Senior Member
****

Group: Member
Posts: 148
Joined: Jan 2005
Member No: 78,650



Try this:


place it in header, Work for u ?
 
fiansis
post Jan 17 2005, 05:03 AM
Post #3


Member
**

Group: Member
Posts: 12
Joined: Jun 2004
Member No: 19,462



QUOTE(ckling @ Jan 17 2005, 4:44 AM)
<style type="text/css">
#pnlEprops, #rblEprops { display: none;}
</style>

I've tried it but it doesn't work. pinch.gif

Here's my code:
QUOTE
<style type="text/css">
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:600;
}
table.blogbody, div.blogheader, .caption{
width:560;
}
td.maincenter {
text-align:center;
}
body {
background-url();
background-attachment: fixed;
background-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #AAAAAA;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #828282;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
font-family: verdana;
font-size: 8pt;
}
table.navigation, table.footer {
display: none;
}
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext {
/* edits main text */
font:normal 8pt verdana;
color: #000000;
text-align:justify;
}
table.blogbody tr td {
/* entry margins */
width:0px;
}
a:link{
/* edit the links */
color: #204059;
text-decoration: none;
font:normal 8pt verdana;
}
a:visited{
/* edit visited links */
color: #204059;
text-decoration: none;
font:normal 8pt verdana;
}
a:hover {
color:#60819C;
}
table.footer TD {
/* edits the footer */
text-align: center;
}
.blogbody td{
width: 0px;
padding-left: 0px
}
input, select, textarea, .textfield, .button{
/* this edits buttons, drop down menus etc. */
border: 1px solid #000000;
font:normal 8pt verdana #000000;
background-color: transparent;
letter-spacing:0px;
color:#000000;
}
button {
background-color:transparent;
border:0;
width:12px;
height:12px;
}
div.blogheader, .caption {
/* edit the dates */
font-family:verdana;
text-transform:lowercase;
font-size:14pt;
color:#000000;
background-color: transparent;
text-align:left;
font-weight:normal;
padding-left:4px;
padding-bottom:0px;
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color:transparent;
border-top:1px solid black;
}
table.left {
/* this edits the menu module */
width:180;
background-color: transparent;
border:0px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: transparent;
width:180;
font:8pt verdana;
text-transform:lowercase;
color:#000000;
border:0px;
text-align:left;
font-weight:bold;
padding-top:0;
padding-bottom:0;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: transparent;
color: #000000;
border: 0px;
width:180;
text-align:left;
border-top:1px solid black;
}
hr {
color: #000000;
visibility:hidden;
}
table.search{
/* edits search bar */
border:#000000 solid 1px;
background-color:#FFFFFF;
}
table.search td{
background-color:#FFFFFF;
}
table.container{
width:800;
background-color:#FFFFFF;
border:1px solid #FFFFFF;
background: #FFFFFF url() bottom right no-repeat;
}
td.banner{
text-align:right;
width:800;
height:243;
}
</style>
 
ckling
post Jan 17 2005, 08:28 AM
Post #4


Senior Member
****

Group: Member
Posts: 148
Joined: Jan 2005
Member No: 78,650



take a look with
Test page

I applied ur script with my test site. it's work.
 
fiansis
post Jan 17 2005, 09:11 AM
Post #5


Member
**

Group: Member
Posts: 12
Joined: Jun 2004
Member No: 19,462



QUOTE(ckling @ Jan 17 2005, 8:28 AM)
take a look with
Test page

I applied ur script with my test site. it's work.
*

No, it doesn't seem to work for me. the eprop thingy is still there.

*wonders why* ermm.gif
 
ckling
post Jan 17 2005, 11:00 AM
Post #6


Senior Member
****

Group: Member
Posts: 148
Joined: Jan 2005
Member No: 78,650



that should use a replace comment, eprops script.. with this



Click here for example


P.S. the css style script is to disable adding eprops function in comment page.
 
sherryvu
post Jan 17 2005, 01:12 PM
Post #7


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



did you paste the one you got from the scripts section, in the website stats?
 
fiansis
post Jan 18 2005, 05:23 AM
Post #8


Member
**

Group: Member
Posts: 12
Joined: Jun 2004
Member No: 19,462



QUOTE
...use a replace comment, eprops script...

it just make the eprops thing kinda invisible, but didn't disable it.

QUOTE
did you paste the one you got from the scripts section, in the website stats?

I put it in the web stats box, but it's not working.

Edit// I found a code in xanga help page and thank god it's working.

Thanks anyway. happy.gif
 
sherryvu
post Jan 18 2005, 03:19 PM
Post #9


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



QUOTE(fiansis @ Jan 18 2005, 4:23 AM)
it just make the eprops thing kinda invisible, but didn't disable it.
I put it in the web stats box, but it's not working.

Edit// I found a code in xanga help page and thank god it's working.

Thanks anyway.  happy.gif
*

problem solved happy.gif
[ topic closed ]
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: