How do I make each post have a individual table..? |
How do I make each post have a individual table..? |
Jul 12 2004, 05:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2004 Member No: 21,446 |
like in this xanga > My Webpage
see how every post has it's own table box thing? How can I do that for mine? The reason I want them like that is because I found a cool background but no text shows up well on it so I need a box for my posts so I can make the backgrounds of each post a solid color so my text is readable, you know? |
|
|
|
![]() |
Jul 12 2004, 11:39 PM
Post
#2
|
|
|
No pictures, please. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: Feb 2004 Member No: 4,906 |
put this into your CSS
table.blogbody {background-color: #000000; border: 1px solid #5ec7da;} go ahead and change the stuff in bold to what you want. hope that helps. oh wait.. this is blogger so I'm not sure if it will work since you gave a xanga as an example but feel free to try it anyway. |
|
|
|
| *[2]Nekked* |
Jul 20 2004, 12:30 PM
Post
#3
|
|
Guest |
QUOTE(LiLmIsSvAnDy @ Jul 13 2004, 12:39 AM) put this into your CSS table.blogbody {background-color: #000000; border: 1px solid #5ec7da;} go ahead and change the stuff in bold to what you want. hope that helps. oh wait.. this is blogger so I'm not sure if it will work since you gave a xanga as an example but feel free to try it anyway. CODE <!-- begin code provided by createblog.com --> table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid B5DFFF; background-color: #ffffff; width:372px; } <!-- end code provided by createblog.com --> moved to xanga help |
|
|
|
Jul 20 2004, 09:39 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Jul 2004 Member No: 31,453 |
how come i couldn't get this to work?? when i added the code it showed the text of the code on my skin page instead of changing the entries box??? am i doing something wrong??
|
|
|
|
| *[2]Nekked* |
Jul 21 2004, 07:17 AM
Post
#5
|
|
Guest |
QUOTE(Tiza_Rose @ Jul 20 2004, 10:39 PM) how come i couldn't get this to work?? when i added the code it showed the text of the code on my skin page instead of changing the entries box??? am i doing something wrong?? put it in your CSS. , or put CODE <!-- begin code provided by createblog.com --> <style> table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid B5DFFF; background-color: #ffffff; </style> <!-- end code provided by createblog.com --> or maybe this will work better: CODE <!-- begin code provided by createblog.com -->
<style> .blogbody { border-left: 2px dashed #FFFFFF; border-right: 2px dashed #FFFFFF; border-bottom: 2px dashed #FFFFFF; } </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |