code: each entry has background and ... |
![]() ![]() |
code: each entry has background and ... |
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* |
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> |
|
|
|
![]() ![]() |