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
|
|
![]() 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. |
|
|
![]() ![]() |