Log In · Register

 
 
Closed TopicStart new topic
code: each entry has background and ...
plasyman
post Dec 19 2005, 11:36 AM
Post #1


Member
**

Group: Member
Posts: 16
Joined: Dec 2005
Member No: 325,597



<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */;
overflow: auto;
family-font: verdana;
border: 2px double darkblue;
width:460px ; height:300px;
background-color:white;
FILTER: alpha(opacity=10);
</style>


after I used the above script in my xanga
┌----------------┐
| bg color........|
| xanga entry..|
└----------------┘
↑like this
the xanga entries is ok
but the comment boxes are also height: 300px
how can I set 100px height(the comment boxes)?
 
*digital.fragrance*
post Dec 19 2005, 12:19 PM
Post #2





Guest






You can't size the comment boxes themselves. You can resize the comment box page :
CODE
<style type="text/css">
#pnlEnabled table, #htmleditor, #lblTimeZone,

#pnlEprops, #rblEprops {
/* edits the comments page */
width:400px;
}
</style>
 

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