problems with my site |
problems with my site |
Jun 28 2005, 05:20 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2005 Member No: 161,609 |
i am having some troubles with my xanga page... i need one posting at a time showing and i have that code in website stats and the background pic needs to take up the whole page. i cant seem to figure that out. heres the codes i have as of now...
Heres the link to my Xanga... http://www.xanga.com/jason0fish Custom Header: <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=blue BGCOLOR=transparent width=650 height=50> <TR><TD align=center STYLE="filter: DropShadow (color=#000000, offX=1, offY=1)"><center><font size=5>Life can be so...</font></TD></TR></TABLE> <DIV align="center" valign="center" style="FILTER: alpha(opacity=70); OVERFLOW: auto; border: 0px solid blue; WIDTH: 650px; HEIGHT: 450px; BACKGROUND-COLOR: transparent; padding: 10px;"> <style type="text/css"> /*Abstract*/ /* by hannaH (xanga.com/Leema) */ /* http://blogring */ body { background: white url(http://img.photobucket.com/albums/v635/Jason0fish/abstract_3_bluish800x800.gif) no-repeat; background-position: center; background-attachment: fixed; scrollbar-arrow-color: dodgerblue; scrollbar-track-color: #ffffff; scrollbar-shadow-color: royalblue; scrollbar-face-color: #ffffff; scrollbar-highlight-color: lightslateblue; scrollbar-darkshadow-color: royalblue; scrollbar-3dlight-color: dodgerblue; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ color: black; letter-spacing:0px; text-align:left; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: dodgerblue; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} 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: normal 25px Jenkins v2.0; text-transform: uppercase; font-size:20px; font-weight: bolder; background-image: url(); background-repeat: no-repeat; background-position: right; background-attachment: fixed; line-height: 24px; color: black; letter-spacing: 0px; background-color: transparent; text-align: right; border: 0px solid transparent; letter-spacing: 1px; border-width: 0px 0px 0px 0px; padding-right: 3.5px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: black; font:normal 11px LithographLight; line-height:10px; text-decoration: none; cursor: help; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: black; font:normal 11px LithographLight; line-height:10px; text-decoration: none; cursor: help; } a:hover { /* edits when user mouseovers the links */ color: white; font:normal 15px Jenkins v2.0; line-height:10px; text-decoration:none; cursor: help; border-top: 0px solid lightsteelblue; border-bottom: 0px solid lightsteelblue; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: transparent; letter-spacing:0px; color: dodgerblue; } table.left { /* this edits the menu module */ border: 0px solid #000000; width:160px; background-color: transparent; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid blue; background-color: transparent; background-image: url(); background-repeat: repeat; background-position: center; background-attachment: fixed; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #000000; background-image: url(http://img.photobucket.com/albums/v635/Jason0fish/abstract_3_bluish800x800.gif); font: bold 11px serifa BT; text-transform: lowercase; color: #000000; border: none; letter-spacing: 0px; text-align: center; font-weight: bolder; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: none; } table.navigation, table.main { /* the width of your blog with modules */ width: 450px; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 0px; } hr { /* horizontal divider */ border: none; } table.footer {display: none; } </style> <script language="JavaScript"> <!-- // Hide Xanga Ad Bar by Nate //MiSTERPiNOYBOi PRODUCTiONS function hideBanner() { var reg1 = new RegExp("width=614", "i"); var tbl = (document.getElementsByTagName ('table'))[0]; if(tbl.innerHTML.match(reg1)) tbl.removeNode(true); else setTimeout("hideBanner()", 500); } hideBanner(); --> </script> <a href="http://www.xanga.com">(Zang-uh)</a> + <a href="http://www.xanga.com/logout.aspx">Log Out</a> + <a href="http://www.xanga.com/private/subscriptions.aspx">Subscriptions</a> + <a href="http://www.xanga.com/private/home.aspx">You</a>+ <a href="http://www.xanga.com/CLAF/default.asp">CLAF</a> + <a href="http://www.xanga.com/private/xtools/xtoolsclassic.aspx">Nu Entry</a> Website stats: <!-- Display Custom Number Of Entries: blogring --> <script> // By: Paul Chen (Kaiyotee) // blogring numberOfEntries = 1; //Change this value here... if(location.pathname=='/home.aspx'){ var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){break;} } stuff = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; for(j=1;j<numberOfEntries;j++){ stuff=stuff.nextSibling.nextSibling.nextSibling if(stuff.tagName=='BR'){ stuff=stuff.previousSibling; } } for(i=0;i<20;i++){ if(stuff.tagName=='HR' && stuff.nextSibling.tagName=='TABLE') { stuff.nextSibling.removeNode(true); break; } stuff = stuff.nextSibling; stuff.style.display='none'; }} </script> <!-- End of Script: blogring --> so if anyone has any solutions or a new code then id be more than thankfull.. Jason |
|
|
|
DreamingOfAngel problems with my site Jun 28 2005, 05:20 PM
GrayStarr well... it looks like u hav the "one entry pe... Jun 28 2005, 05:26 PM
DreamingOfAngel that didnt seem too work. maybe it is something in... Jun 28 2005, 09:18 PM
ckling u mean the scroll ?
i though it cause of the heigh... Jun 29 2005, 05:47 AM
kamantra_zeigh First off...you need to use a codebox next time yo... Jun 29 2005, 07:45 AM![]() ![]() |