Enclose all entries?, Help me to check my code |
Enclose all entries?, Help me to check my code |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 ![]() |
I wanna make a box that cover all my entries but not the left module, i tried a set of code but failed, can any one help me to check it?
![]() <style type="text/css"> body {border: 2px solid #99CC66; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color:#ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; cursor:crosshair} div.blogheader, .caption { font-family: Georgia; font-size:14px; color: #cc66cc; </style> |
|
|
![]() |
![]()
Post
#2
|
|
![]() A.K.A. Simplicityxx ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,878 Joined: Oct 2004 Member No: 56,813 ![]() |
Do you want a scrollbar in your entries and not in your modules?
![]() |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 ![]() |
i want a box enclose all my entries and the size of the box is not fixed and can change upon the length of my entries
Do you know what i mean? I can do it when i still keeping the left module, but now i remove the left module and it cant work. |
|
|
![]()
Post
#4
|
|
![]() What r u looking at!? ![]() ![]() ![]() Group: Member Posts: 34 Joined: Jan 2005 Member No: 85,144 ![]() |
here
CODE <style type="text/css"> table.blogbody { /* this edits the blog entries */ border: 1px solid CCCCCC; background-color: #000000; width: 100%; } </style> btw, a } is missing for the div.blogheader, .caption part. |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 ![]() |
thanks a lot
This code is good, but i want to konw if i can put all entries in one box but not separated box? |
|
|
![]()
Post
#6
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 ![]() |
what i want is like this
http://www.xanga.com/home.aspx?user=iihonestjohnii can you see, it got a box that enclose all entries |
|
|
![]()
Post
#7
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 ![]() |
Any one know the code?
|
|
|
![]()
Post
#8
|
|
![]() sweet but sour ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Jul 2004 Member No: 35,953 ![]() |
<style type="text/css">
.blogbody {font-family: arial; size: 8pt; color: #000000; width: 580px; line- height:11px; background-color:#ffffff; filter: chroma(color=#ffffff); padding-right: -10px; border-left:1px solid #C9C9C9; border-right: 1px solid #C9C9C9; border-bottom: 1px solid #C9C9C9} </style> try that. i hope it works. ![]() |
|
|
![]() ![]() |