what's wrong with this code |
![]() ![]() |
what's wrong with this code |
Dec 27 2004, 05:24 PM
Post
#1
|
|
![]() I scream at men with pink shirts. ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Oct 2004 Member No: 58,653 |
it's supposed make the module for navigation and profile have a blue background and pink border. something happened, what's wrong?
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> body{ background-color:; scrollbar-arrow-color:transparent; scrollbar-track-color:black; scrollbar-shadow-color:FF0099; scrollbar-face-color:white; scrollbar-highlight-color:white; scrollbar-darkshadow-color: FF0099; scrollbar-3dlight-color:FF0099; </style> <style> table.footer TD {display: none;} /* edits main text */ font: 8pt Arial; color:black; letter-spacing:3px; text-align:justify; } .blogbody strong, .standard strong p strong, strong { font-weight:bold; color:black; font:Verdana 7pt; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:Arial; background-color:; text-transform:; font-size:24px; font-weight:regular; text-decoration:; color:#FF99FF; text-align:center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:black; font:7pt Verdana; text-decoration:; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:black; font:7pt Verdana; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:FF0099; font:8px Terminal; text-decoration:; text-transform: uppercase; font-weight:; background-color:000099; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border:; font:7pt Verdana; background-color:FF0099; letter-spacing:0px; color:white; } table.left { /* this edits the menu module */ border:soild 10px; border-color:#FFCCCC; background-color:; align: right; width:150px; } table.blogbody { /* this edits the other the place where the blog is */ border:; border-color:; background-color:; width:400px; align: right; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); /* edits the dates */ font-family:Verdana; background-color:; text-transform:; font-size:8pt; font-weight:regular; color:black; text-decoration:; text-align: left; } table.left TD { [b]/* on your menu module, this edits the body part of it */ background-image: url(); background-color:#000099; border: 5px solid pink;[/b] ; table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 1px solid; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 1px; align: right; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid white; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 300px; align: right; } hr { /* horizontal divider */ border: 0px solid transparent; width: 1px; align: center; } table.footer {display: none;} .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:8pt Arial; line-height:11px; color:black; letter-spacing:0px; text-align:justify; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Dec 27 2004, 09:00 PM
Post
#2
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,246 Joined: May 2004 Member No: 18,822 |
find those parts in the code. fix them. |
|
|
|
![]() ![]() |