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
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
CODE border:1px dotted #ffffff; Change the dotted to dashed ![]() |
|
|
![]()
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jun 2005 Member No: 149,335 ![]() |
thanks, but it didnt work....
|
|
|
![]()
Post
#4
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
well may i ask where did you get that code from? cause i dont think it's written right.
![]() |
|
|
![]()
Post
#5
|
|
![]() 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. |
|
|
![]()
Post
#6
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
then why do you need this part CODE background-color:#000000; ? color: #ffffff;} it should already match your backround color once you use the code. Just add the border code |
|
|
![]()
Post
#7
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jun 2005 Member No: 149,335 ![]() |
The background color still should have changed even though I dont need it, and yet it doesnt.
the code should be inbetween the <title></title> and the <body> marks, right? |
|
|
![]()
Post
#8
|
|
![]() Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 ![]() |
the code should be between the <head> tags.
|
|
|
![]() ![]() |