Blog size |
Blog size |
Dec 14 2004, 10:13 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 289 Joined: Jun 2004 Member No: 24,564 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color: #000000; family-font: trebuchet ms; BORDER-top: 1px dashed #ffffff; BORDER-bottom: 1px dashed #ffffff; BORDER-left: 1px dashed #ffffff; BORDER-right: 1px dashed #ffffff; blogbody: center width:100px;} </style <!-- end code provided by createblog.com --> Im trying to get the box a little smaller and it seems not to be working, i need help. |
|
|
|
![]() |
Dec 14 2004, 10:20 PM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
I don't think you need to put blogbody: center..Try this..
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:#000000; family-font: trebuchet ms; BORDER-top: 1px dashed #ffffff; BORDER-bottom: 1px dashed #ffffff; BORDER-left: 1px dashed #ffffff; BORDER-right: 1px dashed #ffffff; width:100px;}</style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |