how can i do this? |
how can i do this? |
Aug 27 2004, 04:52 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2004 Member No: 44,106 |
i want to put each entry in a box and those things in the middle of the web like this: http://www.xanga.com/home.aspx?user=Strawberri_shortcakez
can anyone show me how please? |
|
|
|
![]() |
Aug 27 2004, 05:08 AM
Post
#2
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #FFFFFF; background-color: #937A7A; width:525px; border-width: 2px 2px 2px 2px; } div.blogheader, .caption { /* edits the dates */ background-image: url(); background-repeat: no-repeat; background-position: bottom right; width:525px; font-family:verdana; text-transform:; font-size:10px; line-height:10px; font-weight:regular; color:#937A7A; letter-spacing:0px; background-color:#FFFFFF; text-align: left; border: none; border-width: 1px 1px 0px 1px; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Aug 27 2004, 05:12 AM
Post
#3
|
|
|
AmyLeeRoxMyWorld ![]() ![]() ![]() Group: Member Posts: 92 Joined: Aug 2004 Member No: 44,051 |
CODE <!-- begin code provided by createblog.com --> <style> .blogbody {border: 1px solid #7EC0EE;} </style> <!-- end code provided by createblog.com --> heres a shorter one |
|
|
|
Aug 27 2004, 05:16 AM
Post
#4
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
QUOTE(OnTheWayDown @ Aug 27 2004, 6:12 AM) CODE <!-- begin code provided by createblog.com --> <style> .blogbody {border: 1px solid #7EC0EE;} </style> <!-- end code provided by createblog.com --> heres a shorter one Didn't she ask for the complete code? A shorter code won't make a difference in load time,. |
|
|
|
Aug 27 2004, 05:28 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2004 Member No: 44,106 |
thanks very much!!
|
|
|
|
![]() ![]() |