Log In · Register

 
Comment box = definitely NOT working
missju_2u
post Jul 30 2004, 03:20 PM
Post #1


Member
**

Group: Member
Posts: 10
Joined: Jul 2004
Member No: 35,794



okaie.. so my comment boxes never work cry.gif . can someone tell me why they aren`t working and possibly tell me how i can fix it so it does work?
 
 
Start new topic
Replies
missju_2u
post Jul 30 2004, 03:55 PM
Post #2


Member
**

Group: Member
Posts: 10
Joined: Jul 2004
Member No: 35,794



<!-- begin code provided by createblog.com -->
<style type='text/css'>
a:link { cursor:crosshair; }
a:hover { cursor:crosshair; }
a:visited { cursor:crosshair; }
a:active { cursor:crosshair; }
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
/* Skin created by Xquizit_442 - http://xanga.com/xquizit_442 */
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:471;
padding:0;
margin:0;
}
table.blogbody, div.blogheader, .caption{
width:471;
padding:0;
margin:0;
}
td.maincenter {
padding:0;

margin:0;
}
body {
background:#FFFFFF url(http://xquizit.cbstaff.com/labelwhore/labelwhore_bg.gif);
scrollbar-Arrow-Color: #FAFAFA;
scrollbar-Shadow-Color: #CCC6C7;
scrollbar-Face-Color: #CCC6C7;
scrollbar-Highlight-Color: #CCC6C7;
scrollbar-track-color:#FAFAFA;
scrollbar-darkshadow-color: #FAFAFA;
scrollbar-3dLight-Color: #FAFAFA;
font-family: arial;
font-size:11px;
}
texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search {
display: none;
}
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext {
/* edits main text */
font:normal 11px arial;
color: #A8A6AB;
text-align:justify;
}
table.blogbody tr td {
/* entry margins */
width:0px;
}
a:link{
/* edit the links */
color: #93BEBE;
text-decoration: none;
font:normal 11px arial;
}
a:visited{
/* edit visited links */
color: #93BEBE;
text-decoration: none;
}
a:hover {
color:#66A5A5;
}
.blogbody td{
width: 0px;
padding-left: 0px
}
input, select, textarea, .textfield, .button{
/* this edits buttons, drop down menus etc. */
border: 1px solid #FFFFFF;
font:normal 11px arial #FFFFFF;
background-color: #CCC6C7;
color:#FAFAFA;
}
form{
margin:0;
padding:0;
}
div.blogheader, .caption {
/* edit the dates */
font-family:arial;
font-size:11px;
color:#FFFFFF;
background-color: #CCC6C7;
text-align: left;
font-weight:bold;
padding-left:6px;
padding-bottom:0px;
border-top:3px solid #CCC6C7;
}
table.blogbody {
/* edits your blog or entry space */
border: 4px solid #CCC6C7;
border-top:3px solid #CCC6C7;
background-color:#FFFFFF;
}
hr {
display:none;
}
table.search{
/* edits search bar */
border:#000000 solid 1px;
background-color:#FFFFFF;
display:none;
}
table.container{
width:471;
border:5px solid #FFFFFF;
background-color:#FFFFFF;
padding:0;
margin:0;
}
td.banner{
text-align:center;
background-color:#FFFFFF;
padding:0;
margin:0;
padding-bottom:2px;
}
div.navigation {
margin-left:-340px;
margin-top:-41px;
}
br {
line-height:5px;
}
</style>
<table class="container" align="center" cellspacing="0" cellpadding="0" width="471">
<tr>
<td class="banner" align="center"><img src="http://xquizit.cbstaff.com/labelwhore/labelwhore.gif" alt="Label Whore" usemap="#Map" border="0"><map name="Map"><area shape="rect" coords="346,370,461,380" href="http://xanga.com/xquizit_442" target="_blank"></map>
<div align="center" class="navigation">
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value
" value="GO">
<option value="#">Navigation</option>
<option value="#">---------------------</option>
<option value="http://xanga.com">Xanga</option>
<option value="http://xanga.com/ms_hannah_ju">Refresh</option>
<option value="http://www.xanga.com/private/home.aspx">Private</option>
<option value="http://www.xanga.com/CLAF/default.asp">CLAF</option>
<option value="http://www.xanga.com/profile.aspx?user=ms_hannah_ju">Profile</option>
<option value="http://www.xanga.com/guestbook.aspx?user=ms_hannah_ju">Guestbook</option>
<option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=ms_hannah_ju">Add Me</option>
<option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option>
<option value="http://www.xanga.com/Private/feedback.aspx">Feedback</option>
<option value="#">---------------------</option>
<option value="http://www.xanga.com/signin.aspx">Sign In</option>
<option value="http://www.xanga.com/logout.aspx">Log Out</option>
</select>
</form>
</div>
</td>
</tr>
<tr><td valign="top" align="left">
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
</div>
</td></tr></table>
<script type="text/javascript">
// This script replaces any given word or text fragment with
// whatever you want: new words and fragments, or even HTML!
function replaceWords()
{
var oldWords = new Array(
"Subscriptions",
"My Blogrings",
"eprops",
"eprop",
"comment",
"Posting Calendar",
"email it",
"Get Involved!"
);

var newWords = new Array(
"loved ones",
"cliques",
"kisses",
"kiss",
"love letter",
"reminisce",
"wishes",
"interact"
);

allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');

var collections = new Array(allTableData,allTableHeaders);

for (var k = 0; k < collections.length; ++k )
{
for (var i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n],

newWords[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWords();
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->






thats everything on my xanga.. please someone help!!
 

Posts in this topic


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