Can somebody fix this? |
Can somebody fix this? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jun 2005 Member No: 149,335 ![]() |
i'm trying to put a border and stuff around my tittles and this is what i came up with...
<style type="text/css"> .BlogItemTitle {border:1px dotted #ffffff; background-color:#000000; color: #ffffff;} </style> but it doesn't work ![]() Can somebody tell me whats wrong? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jun 2005 Member No: 149,335 ![]() |
Actually I made it up myself...
I found out the name of the blogger tittle and I replaced it using a code that puts borders around the blog entries for xanga. I took this code... <!-- begin code provided by createblog.com --> <style type="text/css"> /* Bordered Weblogs - xanga.com/add_ons */ .blogheader { /* This sets your date's border color */ border: 1px SOLID #000000; } </style> <!-- end code provided by createblog.com --> and I replaced blogheader with BlogItemTitle. It should be working but idk I did something wrong. |
|
|
![]() ![]() |