edit, size |
edit, size |
Oct 10 2004, 12:35 PM
Post
#1
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
is there anyway to edit the size of the date?
cuz in my layout my date bground takes up soo much space that it adds a scroll bar ! |
|
|
|
![]() |
Oct 10 2004, 01:00 PM
Post
#2
|
|
![]() my pet rock doesn't like you ![]() ![]() ![]() ![]() Group: Member Posts: 258 Joined: Feb 2004 Member No: 4,866 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:11px; line-height:20px; font-weight:bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:white; color:#000000; letter-spacing:1px; text-align: center; } </style> <!-- end code provided by createblog.com --> That should work since i use it myself on my website. Just edit the font size from 11px to watever you want. |
|
|
|
Oct 10 2004, 01:05 PM
Post
#3
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Lol. You're wanting to change the size so that they're all uniform?
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { /* edits the dates */ width: 200px; font-family: merced; text-transform:lowercaps; font-size:16px; font-weight:bold; color:#008000; background-color: #Transparent; text-align: right; } </style> <!-- end code provided by createblog.com --> You can edit everything to your likeing. But I suggest you make your blog the same size as the date. |
|
|
|
Oct 10 2004, 03:18 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
ok i did that but i guess iono
anyone know how i can get rid of the scroll bar in my blog area click here |
|
|
|
Oct 10 2004, 03:24 PM
Post
#5
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
well u used div layering for your blog right? well just delete this part in your div layer code
CODE <!-- begin code provided by createblog.com --> overflow: auto; <!-- end code provided by createblog.com --> just delete that part in your div layering blog code it'll get rid of the scrollbar for your entries |
|
|
|
![]() ![]() |