is there something wrong with my script? |
is there something wrong with my script? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Dec 2005 Member No: 313,544 ![]() |
I used one of the CSS codes that is given on here. But when I put everything I want into it, none of the features available on xanga (center, bold, font color, font...etc) work with it.
Is there something wrong with it? What can I change about it to make it work? Here is the link to my site and it has the code available in a public post. http://www.xanga.com/Test_for_Things Any help would be greatly appreciated... ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 ![]() |
The bolded parts are the parts that I changed.
QUOTE background-image: url("http://i30.photobucket.com/albums/c344/Layout_Things/Paul_Gerritsen-1118077596.jpg"); As for this part, you should use #px instead of #t. There is so such thing as #t. Px stands for pixels. QUOTE border-bottom: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-right: #000000 1px solid; I don't think the following part works anymore, but we haven't found a new CSS class for it yet... QUOTE input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FAEBD7; font: normal 11px georgia; background-color: #transp; font-color: #CD5555; } Other errors... QUOTE table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #1C1C1C; color: #CD5555; font: bold 11pt georgia; text-transform: none; text-align: center; border: #FAEBD7 1px solid; } QUOTE table.left { /* this edits the menu module */ width: 180px; color: #CD5555; background-color: #1C1C1C; BORDER: #FAEBD7 1px solid; } QUOTE font,td,p,xmp { font-color: #CD5555; font-face: georgia; font-weight: normal; font-size: 12pt; text-align: justify; } QUOTE table.blogbody { /* this edits the other the place where the blog is */ background-color: #1C1C1C; family-font: georgia; BORDER: #FAEBD7 1px solid; width:300px;} Amend the above mistakes in your code. And always remember there is a # before a colour hex code. |
|
|
![]() ![]() |