Problem with text location of Currently ... |
Problem with text location of Currently ... |
Mar 26 2006, 07:12 PM
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
On my site when I pick a "Currently Reading" or something similar to that
but when it posts it gives the picture, followed by an enormous space, and then the accompanying text. How do I remove that extra space. My xanga is http://www.xanga.com/protos Custom Header: CODE <link rel="shortcut icon" href="http://x1c.xanga.com/d91183fb242a518121224/w13067380.png"> <style type="text/css">.spritead {display: none; }</style> <br><br> <style type="text/css"> #pnlEnabled table, .htmleditor { width:100% !important; } body { font-family: Arial; font-size:8pt; font-color: #FFFFFF; line-height:150%; text-align: justify; } center, font{ font-family: Arial; font-size: 8pt; font-color: #FFFFFF; line-height: 12px;} .blogheader{ background-color: transparent; font: 12px arial; text-transform: lowercase; color: #FFFFFF; border: 0px; text-align: center; font-weight:bold; padding-left:4px; padding-top:0; padding-bottom:0; } .blogbody{ border-top: 1px solid #FFFFFF; color: #FFFFFF; background-color: transparent; } .blogbody td{ width: 0px; padding-left: 0px} input, select, textarea, .textfield, .button {/* this edits the buttons, dropdowns, etc. */ border: 1px solid #FFFFFF; font:11px arial; background-color: #000059; background-position: center center; background-image: url(http://i5.photobucket.com/albums/y185/protos/atomic/back.jpg); background-attachment: fixed; background-repeat: no-repeat; text-align: center; letter-spacing:0px; color: #FFFFFF; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font-family: arial; font-size: 11px; color: #FFFFFF; text-align:left; } STRONG{ COLOR: #FFFFFF; letter-spacing: 0pt; cursor: crosshair;} .search, .searchbarborder, .footer, hr, banner{ display: none; } .navigation { display: none; font-weight: none !important; width: 100% !important; font-size: 10px;} .navigation * div { display: none; float: right; font-weight: none !important} /*The code below removes your old modules*/ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> <div style="width: 652px; border: 1px solid #FFFFFF; background-color: #000059;"> <div style="border: 1px solid #000059;"> <IMG SRC=" http://img504.imageshack.us/img504/9642/header8tj.jpg" WIDTH=650 HEIGHT=300 BORDER=0 ALT="protos header"> <IMG SRC="http://img458.imageshack.us/img458/2509/navi5iy.jpg" WIDTH=650 HEIGHT=37 BORDER=0 ALT="" USEMAP="#navi_Map"> <MAP NAME="navi_Map"> <AREA SHAPE="rect" ALT="" COORDS="534,10,648,26" HREF="http://www.xanga.com/logout.aspx"> <AREA SHAPE="rect" ALT="" COORDS="405,10,519,26" HREF="http://www.xanga.com/private/home.aspx"> <AREA SHAPE="rect" ALT="" COORDS="306,10,389,26" HREF="http://www.xanga.com/signin.aspx"> <AREA SHAPE="rect" ALT="" COORDS="131,10,293,26" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=protos"> <AREA SHAPE="rect" ALT="" COORDS="2,10,116,27" HREF="http://www.xanga.com/protos"> </MAP> Website Stats: CODE <!--Get this code at http://help.xanga.com/replacelinks.htm//-->
<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 (/add eprops/i)) links[l].innerHTML = str.replace (/add eprops/i, ""); }//--> </script> <script>document.title="Nathan's Site";</script> <script language="javascript"> <!-- if (document.getElementById('pnlXeps')){ document.getElementById('pnlXeps').style.display='none'; } if (document.getElementById("rblEprops_3")){ document.getElementById("rblEprops_3").checked=true; } //--> </script> <!-- begin code email envelope--> <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://img380.imageshack.us/img380/4494/mail0km.png border='0'>"); }//--> </script> <!-- end code email envelope--> |
|
|
|
![]() |
Mar 27 2006, 11:12 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Because the table it's in is set to 100% and the td section that the text porition is in is set to 99%. Thefore, since the text doesn't fill up the space, it gets centered in the table (as defined by your page alignment setting). Notice that if you set it back to left alignment, the space dissappears. So either you reformat the entire layout (so it doesn't use center alignment), or just deal.
|
|
|
|
protos Problem with text location of Currently ... Mar 26 2006, 07:12 PM
fishcake-y Not possible. I was check the source of currently ... Mar 27 2006, 10:40 PM
protos then how did it get like that? Mar 27 2006, 11:08 PM
protos QUOTE(fishcake-y @ Mar 27 2006, 10:1... Apr 1 2006, 04:18 PM
fishcake-y ..... The entire thing. So it's not centered a... Apr 1 2006, 06:03 PM![]() ![]() |