Log In · Register

 
whats wrong with this code?
ani33
post Jul 5 2004, 08:01 PM
Post #1


Senior Member
***

Group: Member
Posts: 30
Joined: Jun 2004
Member No: 23,820



wink.gif does n e body know whats missing from this code? its visable at the very top of my payge...i can't jus remove it from my code becuz it will cause the original left side modules to reappear agen...can somebody take a look at this code? thanks guys! i really apprecaite any help! Herez the link to my payge if you need to look at it....

CODE
<!-- begin code provided by createblog.com -->

/* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; } table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } table.module td {color: #000000; text-align: left; border: none; background-image: none; }

<!-- end code provided by createblog.com -->


QUOTE
u need to put <style type="text/css"> on the top and </style> at the end

Edits: still doesn't work... cry.gif

herez the whole code that i'm using...can anyone please look to see if anythings wrong? thanks guys... blink.gif

CODE
<style type="text/css">
/* Its Just Love Stylesheet */
/* by Carolyn (xanga.com/) */
/* <a href='http://blogring' target='_blank'>http://blogring</a> */
body {
 background-color: #000000;
 scrollbar-arrow-color: #FF99CC;
 scrollbar-track-color: #000000;
 scrollbar-shadow-color: #FF99CC;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #FF99CC;
 scrollbar-darkshadow-color: #000000;
 scrollbar-3dlight-color: #000000;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
 font:normal 11px century gothic;
 line-height:10px;
 color:#FF99CC;
 letter-spacing:0px;
 text-align:justify;
 }
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: bold 11px 'century gothic', century gothic;
 font-weight: normal;
 text-transform: lowercase;
 color: #FF99CC;
 background-color: transparent;
 text-align: center;
 letter-spacing: 3px;
 border-bottom: 1px solid #FF99CC;
 }
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: bold; font-size: 11px century gothic;
 color: #FFFFFF; line-height: 11px;
 }
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FF99CC;
font:normal 11px century gothic;
line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
color:#FF99CC;
font:normal 11px century gothic;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: ffffff;
text-transform: uppercase;
 }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
 border: 1px solid #FF99CC;
 font:normal 11px century gothic;
 background-color: #000000;
 letter-spacing:0px;
 color: #FF99CC;
 }
table.left {
/* this edits the menu module */
 border: 0px solid #FF99CC;
 width:160px;
 background-color: #000000;
 }
table.blogbody {
/* this edits the other the place where the  blog is */
 border: 1px solid #FF99CC;
 background-color: #000000;
 width:350px;
 }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
 background-image: url();
 background-color: #FF99CC;
 font: bold 11px century gothic;
 text-transform: uppercase;
 color: #000000;
 border: 0px #FF99CC;
 }
table.left TD {
/* on your menu module, this edits the body part of it */
 background-image: url();
 background-color: transparent;
 border: none;
 }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
 background-color: #000000;
 border: 1px solid #FF99CC;
 }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
 border: 0px solid #FF99CC;
 }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
 width: 510px;
 }
hr {
/* horizontal divider */
 border: 1px solid #FF99CC;
 }
<style></style>
<center>
<div align: center; style="border: 1px solid #FFFFFF; width: 540px;background-color: #000000; filter:alpha(opacity=100)" class="text">
<div style="width:540px;
BACKGROUND-COLOR: transparent; background-image: url(none); background-attachment: fixed; repeat: no-repeat;">


<script language="JavaScript">
document.title = "its just love x33"</script>


<!-- Switch Module Sides : Provided by blogring -->
<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a>
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainright" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
<!-- End Script : Provided by blogring -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #FFFFFF;
font-size: 10px;  
font:century gothic;
letter-spacing:1px;
</style>

<img src=http://img15.photobucket.com/albums/v46/booboox3/lovelovelove2.jpg>

<!-- begin code provided by createblog.com -->
<style type="text/css">
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>

<!-- add this below all the CSS -->

<table border=0 width="660"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p>

<b>name:</b> uhhhh..<br>
<b>gender:</b> errr<br>
<b>hobbies:</b> blah blah<br>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/SOMEONE">someone</a><br>
<a href="http://www.xanga.com/SOMEONE2">someone 2</a>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module">

<!-- Add your blogrings here -->

<a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a>

</td></tr></table><br>


<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module">

La la la =]

</td></tr></table><br>



</td><td width="500" valign="top" align="left">
<!-- end code provided by createblog.com -->
 
 
Start new topic
Replies (1 - 2)
lcapk
post Jul 5 2004, 08:25 PM
Post #2


=]
******

Group: Member
Posts: 1,101
Joined: Feb 2004
Member No: 5,683



u need to put <style type="text/css"> on the top and </style> at the end
 
angel-roh
post Jul 6 2004, 12:44 AM
Post #3


i'm susan
********

Group: Official Member
Posts: 13,875
Joined: Feb 2004
Member No: 5,029



try this once again... u prolly did it wrong

CODE
<!-- begin code provided by createblog.com -->
<script>
/* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; } table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</script>
<!-- end code provided by createblog.com -->


and the second one

CODE
<style type="text/css">
/* Its Just Love Stylesheet */
/* by Carolyn (xanga.com/) */
/* <a href='http://blogring' target='_blank'>http://blogring</a> */
body {
background-color: #000000;
scrollbar-arrow-color: #FF99CC;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FF99CC;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FF99CC;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px century gothic;
line-height:10px;
color:#FF99CC;
letter-spacing:0px;
text-align:justify;
}
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: bold 11px 'century gothic', century gothic;
font-weight: normal;
text-transform: lowercase;
color: #FF99CC;
background-color: transparent;
text-align: center;
letter-spacing: 3px;
border-bottom: 1px solid #FF99CC;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold; font-size: 11px century gothic;
color: #FFFFFF; line-height: 11px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FF99CC;
font:normal 11px century gothic;
line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
color:#FF99CC;
font:normal 11px century gothic;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: ffffff;
text-transform: uppercase;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #FF99CC;
font:normal 11px century gothic;
background-color: #000000;
letter-spacing:0px;
color: #FF99CC;
}
table.left {
/* this edits the menu module */
border: 0px solid #FF99CC;
width:160px;
background-color: #000000;
}
table.blogbody {
/* this edits the other the place where the  blog is */
border: 1px solid #FF99CC;
background-color: #000000;
width:350px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url();
background-color: #FF99CC;
font: bold 11px century gothic;
text-transform: uppercase;
color: #000000;
border: 0px #FF99CC;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url();
background-color: transparent;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 1px solid #FF99CC;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FF99CC;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 510px;
}
hr {
/* horizontal divider */
border: 1px solid #FF99CC;
}
<style></style>
<center>
<div align: center; style="border: 1px solid #FFFFFF; width: 540px;background-color: #000000; filter:alpha(opacity=100)" class="text">
<div style="width:540px;
BACKGROUND-COLOR: transparent; background-image: url(none); background-attachment: fixed; repeat: no-repeat;">
</script>


<script language="JavaScript">
document.title = "its just love x33"</script>


<!-- Switch Module Sides : Provided by blogring -->
<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a>
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainright" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>

<!-- End Script : Provided by blogring -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #FFFFFF;
font-size: 10px;  
font:century gothic;
letter-spacing:1px;
</style>

<img src=http://img15.photobucket.com/albums/v46/booboox3/lovelovelove2.jpg>

<!-- begin code provided by createblog.com -->
<style type="text/css">
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>

<!-- add this below all the CSS -->

<table border=0 width="660"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p>

<b>name:</b> uhhhh..<br>
<b>gender:</b> errr<br>
<b>hobbies:</b> blah blah<br>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/SOMEONE">someone</a><br>
<a href="http://www.xanga.com/SOMEONE2">someone 2</a>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module">

<!-- Add your blogrings here -->

<a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a>

</td></tr></table><br>


<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module">

La la la =]

</td></tr></table><br>



</td><td width="500" valign="top" align="left">
</script>


in the end of the css stylesheets... u didnt put </style> thats wat u forgot...and doesnt blogring have xanga help? _dry.gif i mean u got this ate blogring lols
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: