Log In · Register

 
Weird encoding when replying to comments, Xanga problem
hellokirby
post Feb 22 2009, 10:02 AM
Post #1


Newbie
*

Group: Member
Posts: 4
Joined: Feb 2009
Member No: 715,989



Hey guys!

I've been searching over the resolved topics, but no one seems to be having this problem.
So ever since I made a xanga-account, I have had problems whenever replying to someone.
Usually, when you click on the 'reply' link, you automatically see the username pop up as to whom you're referring.

However, instead of getting a username-link, I get the codes!



I seem to be the only one having this problem,
but all I did was change the width of my comment box, the font/size/color of the comments themselves and that's about it.

I also seem to be having this problem:

And it's really only the entry-title part that's off!
The rest is still normal...

All problems only show up on the comments-pages! T_T
I know I mess around a lot with my paddings/margins in my codes, but surely it shouldn't affect the same post when viewing the comments-page?

Internet Explorer also seems to be messed up when viewing my page (there are no problems when viewed with Firefox and Safari); it seems as if there's this invisible chunk blocking my entries:




My codes:

CODE
<STYLE type="text/css">
body {
background-color: #transparent;
background-image:url(http://i40.tinypic.com/2eeer9s.png);
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
font: 12pt ms UI gothic;
margin-top: 200px;
padding-left: 200px;
}
.blogheader {
background-color: #transparent;
background-image:url("http://i40.tinypic.com/wjdfsw.png");
font: 15px ms UI gothic;
text-transform: lowercase;
letter-spacing: 0px;
width: 550px;
color: #000000;
border: 0px;
text-align: left;
font-weight: normal;
margin-top: 10px;
margin-left: -90px;
padding-left: 0px;
padding-top: 80px;
padding-bottom: 0px;
border-bottom: 1px dotted #022d7d;
}
H4 {
/* edits entry titles */
background-color:#transparent;
color: #022d7d;
font-family: ms UI gothic;
font-size: 18px;
line-height:10px;
letter-spacing: 0px;
font-weight: bold;
text-align: left;
text-transform: normal;
border:0px solid #f8a9d1;
text-decoration:none;
padding: 0px;
margin-bottom:5px;
padding-bottom:2px;
padding-left:0px;
margin-left: 0px;
margin-bottom:0px;
padding-top:15px;
display:block;
}
table.blogbody {
/*entry or post*/
background-color: #transparent;
width: 600px;
font: 10px ms UI gothic;
letter-spacing: 0px;
line-height: 15px;
margin-top: 0px;
margin-left: -120px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: -30px;
border-right: 0px solid #000000;
border-bottom: 0px dotted #fa98a5;
border-left: 0px solid #000000;
background-image: url();
background-position: top;
background-repeat: repeat-y;
}
table.left {
/*left modules*/
width: 230px;
background-color: #transparent;
border-right: 0px dotted #fa98a5;
padding-left: 25px;
padding-right: 0px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
font-family: ms UI gothic;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
color: #554724;
background-color: transparent;
text-align: left;
border: 0px solid #fa98a5;
border-bottom: 0px solid #fa98a5;
}
table.left TD {
/*left module body*/
color: #554724;
font: normal 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: none;
text-align: left;
width: 230px;
background-color: transparent;
border: 0px solid #000000;
background-image: url();
background-position: top right;
background-repeat: no-repeat;
}
/*header links remover*/
table.navigation {
display: none;
}
.mainleft {
display:none;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/*dropdown menus, etc.*/
color: #000000;
font: 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: none;
text-transform: lowercase;
background-color: #cccccc;
border: 1px solid #000000;
}
#pnlEnabled table, #htmleditor, #lblTimeZone,
#pnlEprops, #rblEprops {
/* edits the comments page */
width:350px;
}
table.search TD, table.announcements TH {
border: 1px solid #fa98a5;
}
table.navigation, table.main, table.footer {
/*entry or post size*/
width: 600px;
}
hr {
/*divider*/
display: none;
}
.left, .blogbody, table.footer, .td, p {
/*the normal font*/
color: #554724;
font: normal 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: none;
text-align: left;
}
.blogbody b, .standard b, p b, strong {
/*the bold font*/
font: bold 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: bold;
}
.blogbody u, .standard u, {
/*the underlined font*/
font: underline 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: underline;
}
.blogbody i, .standard i, em {
/*the italic font*/
font: italic 11px ms UI gothic;
letter-spacing: 0px;
text-decoration: italic;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/*regular links*/
color: #000000;
font: normal 9px georgia;
letter-spacing: 0px;
text-decoration: none;
text-transform: normal;
padding: 0px;
background-color: transparent;
border: 0px solid: transparent;
background-image :url();
}
a:visited, a.footernav:visited, {
/*visited links*/
color: #000000;
font: normal 9px georgia;
letter-spacing: 0px;
text-decoration: none;
text-transform: normal;
padding: 0px;
background-color: transparent;
border: 0px solid: transparent;
background-image: url();
}
a:hover {
/*hover over a link*/
color: #transparent;
font: normal 9px georgia;
letter-spacing: 0px;
text-decoration: none;
text-transform: normal;
padding: 0px;
background-color: transparent;
border-bottom: 0px solid: transparent;
background-image: url();
cursor: crosshair;
}
a:link img {
filter: none;
border: none;
}
a:visited img {
filter: none;
border: none;
}
a:hover img {
filter: none;
border: none;
}
table.footer {
display:none;
}

</style>

<div style="margin-top: -200px; margin-left: -200px;">
<table id="header-image" border="0" cellpadding="0" cellspacing="0">
<tr><td><img src="http://i40.tinypic.com/s32hjt.png" alt="L'amour d'une fille"></td></tr>
</table></div>

<script type="text/javascript">getAds();</script>
<!-- end ad calls --><span><script language=javascript>
document.title=("☆☆☆ HELLOKIRBY'S BLOG | xanga.com ☆☆☆")
</script>

<div style="position:static; margin-left:510px; margin-top: -120px; ">
<a href="http://www.xanga.com/private/homemain.aspx" target="_blank"><img src="http://i44.tinypic.com/2u4q4x5.png" alt="Home"></a></div>

<div style="position:static; margin-left: -900px; margin-top: -70px; ">
<a href="http://www.xanga.com/private/SubscribeTo.aspx?user=hellokirby" target="_blank"><img src="http://i41.tinypic.com/9hntb7.png" alt="Sub"></a></div>

<div style="position:static; margin-left: 580px; margin-top: -150px; ">
<a href="http://edit.xanga.com/claf.aspx" target="_blank"><img src="http://i39.tinypic.com/2ly6hpv.png" alt="CLAF"></a></div>
 
 
Start new topic
Replies (1 - 2)
emberfly
post Feb 25 2009, 11:00 PM
Post #2


kthxbai
******

Group: Official Designer
Posts: 2,832
Joined: Feb 2008
Member No: 621,203



I thought the comment thing was just something firefox did.. I don't have a problem with it.. it works just the same--I have the same "problem."

It would be easier to help you with the other ones if you gave us your site link.
 
hellokirby
post Feb 26 2009, 07:52 AM
Post #3


Newbie
*

Group: Member
Posts: 4
Joined: Feb 2009
Member No: 715,989



Lol, sorry!

Due to all the shizzle on my page I even forgot to post my actual link T_T

>CLICK HERE<

Right now, I'm just thinking about re-doing an entire new lay-out because most of the viewing problems started when I implemented the new lay-out.
So myeah, I'm just gonna switch back to the old one soon >.<
 

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: