HELP!!! |
![]() ![]() |
HELP!!! |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 35 Joined: Feb 2004 Member No: 4,587 ![]() |
ok i got this these two codes from blogring for borders around entries but i don't kno how to make eigther of them work. i'm retarded at html, i dont kno anything.
border: dashed 1px #000000 and 1px = thickness of the border, 1px being smallest black = colour of the border they said to put it into the stylesheet undernieth my .blogbody section. How do i do that? |
|
|
![]()
Post
#2
|
|
![]() kristin ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 5,705 Joined: Feb 2004 Member No: 3,985 ![]() |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.left { /* this edits the menu module */ border: dashed 1px #000000; :yawn:; } table.blogbody { /* this edits the other the place where the blog is */ border: dashed 1px #000000; background-color: transparent; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ dashed 1px #000000; } </style> <!-- end code provided by createblog.com --> yah...I took my whole CSS and broke it down to just borders. That should work I think...if it doesn't post again with something like "Border around entries" instead of just "Help" Hope I helped ![]() Kristin |
|
|
![]() ![]() |