Big Gap |
![]() ![]() |
Big Gap |
Oct 30 2004, 03:33 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Oct 2004 Member No: 54,666 |
There's a big ole gap between my image and my blog entries. Make it go away! lol. =/ It's been there ever since the premium ended and the ad started showing up.
http://xanga.com/poorcookie Header CODE <!-- begin code provided by createblog.com --> <html> <style type="text/css"> #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.header, table.main, table.footer, table.navigation{ /* edit width */ width:517; } table.blogbody{ /* edit width of blog */ width:330; } div.blogheader, .caption{ width:100%; } table.left{ /* edit width of left modules */ width:170; } td.maincenter { text-align:center; } body { /* edits body background and scrollbars */ background:#666666 url(http://imagehosting.ca/users/kim/kim9.gif) fixed; scrollbar-arrow-color:#7100AC; scrollbar-base-color:#E0A5FF; scrollbar-darkshadow-color:#7100AC; scrollbar-face-color:#E0A5FF; scrollbar-highlight-color#E0A5FF; scrollbar-shadow-color:#E0A5FF} table.navigation, table.footer { /* remove default navigation and footer */ display: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:normal 11px arial; color: #000000; text-align:left; } a:link, a:active, a:visited, a:hover{ /* edit the links outside modules and blog */ color:#9200DE; text-decoration:none; } .left a:link, .blogbody a:link, .left a:visited, .blogbody a:visited, { /* edit the links within left modules and blog */ color: #9200DE; text-decoration: none; font:normal 11px arial; } .left a:hover, .blogbody a:hover{ /* edit link hover */ color:#666666; } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid #000000; font:normal 10px arial #000000; background-color: #FFFFFF; letter-spacing:0px; color:#000000; } div.blogheader, .caption { /* edit the blog dates */ font-family:arial; text-transform:uppercase; font-size:14px; color:#000000; background-color: #E1A7FF; text-align: left; font-weight:bold; padding-top:5; padding-left:7; padding-right:7; padding-bottom:0; border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; } table.blogbody { /* edits your blog or entry space */ border: 0px; text-align:left; background-color:E1A7FF; border-left:1px solid black; border-right:1px solid black; border-bottom:1px solid black; } table.left { /* this edits the left module */ background-color: E1A7FF; border:1px solid black; padding:0px; } table.left th { /* this edits your left module titles */ background-color: CA63FF; width:160; font: 14px arial; text-transform: uppercase; color: #5E008E; border: 0px; text-align: left; font-weight:bold; padding-top:5; padding-left:7; padding-right:7; padding-bottom:0; } table.left TD { /* this edits the body part of of your left modules */ background-color: transparent; color: #000000; border: 0px; width:160; text-align:left; padding-top:0; padding-bottom:6; padding-left:7; padding-right:7; } .blogbody td{ /* edits spacing of blogbody */ width: 0px; padding: 6px; padding-left:1px; padding-right:6px; padding-top:0px; text-align:left; } table.search{ /* edits search bar */ border:#000000 solid 1px; background-color:#FFFFFF; } table.search td{ background-color:#FFFFFF; } hr { /* edits horizontal rule */ color: #000000; } </style> <img src="http://img.photobucket.com/albums/v411/hyperactivemiss/top.jpg" galleryimg="no" width=700 height=365 border=0> <table cellpadding="0" cellspacing="0" border="0" align="center" style="padding-top:3px;"> <tr><td> <style> <!-- .skin0{ position:absolute; width:110px; border:1px solid #9200DE; background-color:menu; line-height:20px; color: #9200DE; cursor:default; font-size:11px; z-index:100; visibility:hidden; } .menuitems{ padding-left:10px; padding-right:10px; } --> </style><div id="ie5menu" class="skin0" onMouseover="highlightie5(event)" onMouseout="lowlightie5(event)" onClick="jumptoie5(event)" display:none> <div class="menuitems" url="http://xanga.com/poorcookie">Home</div> <div class="menuitems" url="http://www.xanga.com" target=_blank>Xanga Home</div> <div class="menuitems" url="http://www.xanga.com/private" target=_blank>Your Xanga</div> <div class="menuitems" url="http://www.xanga.com/signin.aspx" target=_blank>Sign In</div> <div class="menuitems" url="http://www.xanga.com/default.aspx?mode=logout" target=_blank>Log Out</div> <div class="menuitems" url="http://whatiscopyright.org" target=_blank>Steal?</div> <hr color=purple> <div class="menuitems" url="mailto:hyperchick@gmail.com">Email me</div> </div> <script language="JavaScript1.2"> //set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar var display_url=0 var ie5=document.all&&document.getElementById var ns6=document.getElementById&&!document.all if (ie5||ns6) var menuobj=document.getElementById("ie5menu") function showmenuie5(e){ //Find out how close the mouse is to the corner of the window var rightedge=ie5? document.body.clientWidth-event.clientX : window.innerWidth-e.clientX var bottomedge=ie5? document.body.clientHeight-event.clientY : window.innerHeight-e.clientY //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<menuobj.offsetWidth) //move the horizontal position of the menu to the left by it's width menuobj.style.left=ie5? document.body.scrollLeft+event.clientX-menuobj.offsetWidth : window.pageXOffset+e.clientX-menuobj.offsetWidth else //position the horizontal position of the menu where the mouse was clicked menuobj.style.left=ie5? document.body.scrollLeft+event.clientX : window.pageXOffset+e.clientX //same concept with the vertical position if (bottomedge<menuobj.offsetHeight) menuobj.style.top=ie5? document.body.scrollTop+event.clientY-menuobj.offsetHeight : window.pageYOffset+e.clientY-menuobj.offsetHeight else menuobj.style.top=ie5? document.body.scrollTop+event.clientY : window.pageYOffset+e.clientY menuobj.style.visibility="visible" return false } function hidemenuie5(e){ menuobj.style.visibility="hidden" } function highlightie5(e){ var firingobj=ie5? event.srcElement : e.target if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){ if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node firingobj.style.backgroundColor="highlight" firingobj.style.color="E6E4E5" if (display_url==1) window.status=event.srcElement.url } } function lowlightie5(e){ var firingobj=ie5? event.srcElement : e.target if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){ if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node firingobj.style.backgroundColor="" firingobj.style.color="826A92" window.status='' } } function jumptoie5(e){ var firingobj=ie5? event.srcElement : e.target if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){ if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode if (firingobj.getAttribute("target")) window.open(firingobj.getAttribute("url"),firingobj.getAttribute("target")) else window.location=firingobj.getAttribute("url") } } if (ie5||ns6){ menuobj.style.display='' document.oncontextmenu=showmenuie5 document.onclick=hidemenuie5 } </script> <style type="text/css"> div.blogheader, .caption { font-family:Franklin Gothic Medium; text-transform:; font-size:17px; line-height:12px; font-weight:bold; color:#5E008E; letter-spacing:1px; background-color: #E1A7FF; text-align: right; } </style> <style type="text/css"> .custom{ width:330px; height:200px; z-index:100; overflow: auto; border: 0px none; background:; } </style> <style type="text/css"> div.blogheader, .caption { font-family:Franklin Gothic Medium; text-transform:; font-size:17px; line-height:12px; font-weight:bold; color:#5E008E; letter-spacing:1px; background-color: ##E1A7FF; text-align: right; } </style> <style type="text/css"> table.left { /* this edits the menu module */ border: 3px double #9200DE; width:160px; } .blogbody { border: 3px double #9200DE; } </style> <!-- end code provided by createblog.com --> Webstates: CODE <!-- begin code provided by createblog.com -->
</td></tr> </table> <script language="javascript"><!-- //Get Involved! Box Remover - xanga.com/add_ons if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <script> // Resize Comment Box by Paul Chen aka Coyote width = 312; //change this value height = 160; //change this value if(location.pathname=='/item.aspx'){ var booga = document.getElementById('htmleditor') newBooga = '<ifr' + 'ame' + ' class=\"htmleditor\" width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>'; booga.insertAdjacentHTML('afterEnd',newBooga); booga.removeNode(true); } </SCRIPT> <script language="JavaScript"> /* title change from xanga.com/html_scripts */ document.title = "In a world where poking won't cease and cheese is life." </script> <script type="text/javascript"> // original by EasterEgg, xanga.com/easteregg // modified to reflect xanga's current html schemas // FROM XANGA.COM/HTML_SCRIPTS function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '160px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '142px'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <style type=text/css> .blogheader{color: #E1A7FF; font-size: 8pt; font-weight: bold; text-align:center; font-family: verdana; border-left: 1px solid #9200DE; border-right: 1px solid #9200DE; padding: 0px; border-top: 1px solid #9200DE; .blogbody{border: 1px solid #9200DE; background color: #E1A7FF;} table.navigation{background-color: #E1A7FF; color: #000000; border: 1px solid #9200DE} .bottom{border: 0px solid #000000; background-color: #E1A7FF; width: 551px; text-align: center;} </style> <!--Automatic entry scrollbar by blogring--> <script> 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)){ if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;} table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild; inner = stuff.innerHTML stuff.innerHTML=""; stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>'); } } </script> <script language="javascript"> //chatterbox screen name tracker - xanga.com/add_ons function getXName() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") { var link = document.links[i]; var text = document.all ? link.innerText : link.text ? link.text : ''; return text; break; }} return null; } function getPopLink() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].id=='chatterpopup') return document.links[i]; break; } return null; } xName = getXName(); if (xName != null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value=xName; chatter_name = xName; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='http://www.xanga.com/home.aspx?user=' + xName; } } else if (xName == null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value='Log in'; nameBox.disabled=true; msgBox = document.forms['chatterform'].elements['msg']; msgBox.value='to post'; msgBox.disabled=true; postBtn = document.forms['chatterform'].elements['post']; postBtn.disabled = true; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='to Xanga'; urlBox.disabled=true; } popLink = getPopLink(); if (popLink != null) { popLink.href = popLink.href + '&nopost=Log+in!!'; } } </script> <style type="text/css"><!-- a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;} //--></style> <style type=text/css> .blogheader{color: #E1A7FF; font-size: 8pt; font-weight: bold; text-align:center; font-family: verdana; border-left: 1px solid #9200DE; border-right: 1px solid #9200DE; padding: 0px; border-top: 1px solid #9200DE; .blogbody{border: 1px solid #9200DE; background color: #E1A7FF;} table.navigation{background-color: #E1A7FF; color: #000000; border: 1px solid #9200DE} .bottom{border: 0px solid #000000; background-color: #E1A7FF; width: 551px; text-align: center;} </style> <!-- Email It Envelope Script by Sherrys_Designs--> <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/envelope.jpg border='0'>"); }//--> </script> <script language="javascript"> <!-- var links = document.getElementsByTagName ("a"); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/d+:d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "hugs"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "hugs"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "pokes"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "pokes"); }//--> </script> <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/DISlikersINxnga/i)) links[l].innerHTML = str.replace (/DISlikersINxnga/i, "Dislikers"); else if (str.match (/john/i)) links[l].innerHTML = str.replace (/john/i, "John"); else if (str.match (/chicklette/i)) links[l].innerHTML = str.replace (/chicklette/i, "Nina"); else if (str.match (/x_4ever_searcher_x/i)) links[l].innerHTML = str.replace (/x_4ever_searcher_x/i, "Xuan"); else if (str.match (/lrdjimmy9/i)) links[l].innerHTML = str.replace (/lrdjimmy9/i, "Ed-a-win"); else if (str.match (/ChyneesBoi/i)) links[l].innerHTML = str.replace (/ChyneesBoi/i, "David"); else if (str.match (/jazminpena/i)) links[l].innerHTML = str.replace (/jazminpena/i, "Jammie"); else if (str.match (/tenshi_sakura/i)) links[l].innerHTML = str.replace (/tenshi_sakura/i, "ViVi"); else if (str.match (/BrianGriffin75/i)) links[l].innerHTML = str.replace (/BrianGriffin75/i, "Jamesie"); else if (str.match (/BOiZriDiOTSxD/i)) links[l].innerHTML = str.replace (/BOiZriDiOTSxD/i, "Kayla"); else if (str.match (/short_american_gurl/i)) links[l].innerHTML = str.replace (/short_american_gurl/i, "Sama"); else if (str.match (/ReaperK/i)) links[l].innerHTML = str.replace (/ReaperK/i, "Chevin"); else if (str.match (/Megamanjuno43/i)) links[l].innerHTML = str.replace (/Megamanjuno43/i, "Daniel"); else if (str.match (/XxblACKESTxrOSE_bLOODYxtHORNSx/i)) links[l].innerHTML = str.replace (/XxblACKESTxrOSE_bLOODYxtHORNSx/i, "Diana"); else if (str.match (/my_lizard_kicks_ass/i)) links[l].innerHTML = str.replace (/my_lizard_kicks_ass/i, "Jackay"); else if (str.match (/minjy/i)) links[l].innerHTML = str.replace (/minjy/i, "Minjy"); else if (str.match (/Squishi3_babi3/i)) links[l].innerHTML = str.replace (/Squishi3_babi3/i, "Courty"); else if (str.match (/gee_whizz/i)) links[l].innerHTML = str.replace (/gee_whizz/i, "Brendy"); else if (str.match (/x1437129827/i)) links[l].innerHTML = str.replace (/x1437129827/i, "Rachie"); else if (str.match (/Stevens_autobiography/i)) links[l].innerHTML = str.replace (/Stevens_autobiography/i, "Stevie"); else if (str.match (/Nipboy222/i)) links[l].innerHTML = str.replace (/Nipboy222/i, "Huy"); else if (str.match (/redcenturion/i)) links[l].innerHTML = str.replace (/redcenturion/i, "Peter"); else if (str.match (/elvenarchermyke/i)) links[l].innerHTML = str.replace (/elvenarchermyke/i, "Myke"); else if (str.match (/purtydorkerella/i)) links[l].innerHTML = str.replace (/purtydorkerella/i, "JuJu"); else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE"); else if (str.match (/xanger_directory/i)) links[l].innerHTML = str.replace (/xanger_directory/i, "Xanger Directory"); }//--> </script> <center><br clear="all"> <img src="http://www.toxin.org/cgi-bin/count_hugs.cgi?hug=hyperactivemiss" height="40" width="240" title="HUGS"> <br clear="all"> *HUGS* TOTAL! <a href="http://www.toxin.org/cgi-bin/hugs.cgi?&HUGS=yes&hug=hyperactivemiss">give hyperactivemiss more *HUGS*</a> <br><small><a href="http://www.toxin.org/cgi-bin/gethugs.cgi">Get hugs of your own</a></small><br clear="all"></center> <center><script language="JavaScript"> //tracker v0.2 var uname = "poorcookie"; var d = document; var s_r = escape(d.referrer); var ran = Math.round(Math.random() * 899999) + 100000; var log = 'http://syberdave.net/xanga/log.php?r=' + ran + '&uname=' + uname + '&s_r=' + s_r + '&u='; var links = document.getElementsByTagName('a'); for (var i=0; i<links.length; i++) { if (links[i].href.match('http://www.xanga.com') && links[i].innerHTML.match('xanga') && (links[i+2].href.match('/logout.aspx') || links[i+2].href.match('/signin.aspx'))) { document.write('<img src="'+ log + links[i+1].innerHTML.toLowerCase() +'" border="0" alt="syXcounter">'); break; } } </script></center> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |