Help - Search - Members - Calendar
Full Version: what's wrong with this code
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
novemberwind
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 -->
MrElsewhere
CODEBOX: -> right click -> copy/paste


find those parts in the code. fix them.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.