Log In · Register

 
 
Closed TopicStart new topic
Xanga help.. please its quite hard to explain.
xxMichelle
post Oct 2 2004, 12:06 PM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921





The blog shows up in my private thing when I log in, but when I enter http://www.xanga.com/xxdeadriot (public) it will not show the blog just where the blog should be. Please please help :).
 
sammi rules you
post Oct 2 2004, 01:11 PM
Post #2


WWMD?! - i am from the age of BM 2
*******

Group: Member
Posts: 5,463
Joined: Mar 2004
Member No: 8,848



that's very odd...could you paste your code?
 
lilphoenix
post Oct 2 2004, 01:54 PM
Post #3


I'm just a little bit crazy...
******

Group: Member
Posts: 1,107
Joined: Jun 2004
Member No: 19,760



your codes would help lots! happy.gif
 
creamysmile11
post Oct 2 2004, 05:41 PM
Post #4


guess what... chicken butt.
*****

Group: Member
Posts: 317
Joined: Apr 2004
Member No: 13,740



WOW everythings gone...
-czz
 
xxMichelle
post Oct 2 2004, 06:15 PM
Post #5


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



Thanks for posting guys!

Page settings:
Left aligned
Width: 768

Header code:

CODE
<STYLE>table.navigation {display: none;}</STYLE>

<!-- begin code provided by createblog.com -->


<style>
body     {
      scrollbar-face-color:#ffffff;
      scrollbar-highlight-color:#ffffff;
      scrollbar-3dlight-color:#ffffff;
      scrollbar-shadow-color:#ffffff;
      scrollbar-darkshadow-color:#ffffff;
      scrollbar-track-color:#ffffff;
      scrollbar-arrow-color:#000000;
      cursor:crosshair;
background-image:
url('');
background-repeat: repeat-y
  }
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font-family: arial;
font-size: 8pt;
color: #00CCFF;
text-align:justify;
}


div.blogheader, .caption {
/* edits the dates */
font-family: terminal;
font-size: 8px;
text-transform:uppercase;
 border: 0px;
color: #FFFFFF;
background-color: #ffff00;
text-align: left;
}

input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 0px solid #000000;
font-family: arial;
font-size: 8pt;
color: #00CCFF;
background-color: #ffffff;
letter-spacing:0px;
}

table.blogbody {
/* this edits the other the place where the blog is */
background-color: #ffff00;
border: 0px solid #000000;
width: 210px;
padding-right: 0px
 font-family: arial;
font-size: 8pt;
color: #00CCFF;
}
table.search TD, table.search, table.announcements {
background-color:#ffff00;
border: 0px solid #000000;
}
table.search TD, table.announcements TH {
border: 0px solid #ffffff;
}
table.navigation, table.main, table.footer {
width:300
}
hr {
display: none;
}
.table.footer,table.navigation {display: none;
}
td.mainleft { display:none }
table.left { display:none }
table.footer { display:none }
.leftmoduletitlebar { display:none }
.leftmoduleborder { display:none }
table.navigation { display:none }

#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops {
width: 200px !important; }

.blogbody td { width:0px; padding-left:0px; }

A:link {cursor: crosshair; font-family: arial; text-decoration: none; color: #99FF66; font-size:8pt; text-transform: none; background-color: transparent;;}
A:visited {font-family: arial; text-decoration: line-through; color: #99FF66; font-size:8pt; text-transform: none; cursor: crosshair; background-color: transparent;;}
A:active {font-family: arial; text-decoration: none; color: #99FF66; font-size:8pt; text-transform: none; cursor: crosshair;;}
A:hover{text-transform: uppercase; font-family: 8pt arial; text-decoration: none; color: #808080; font-size: 8pt;; cursor: crosshair;letter-spacing: 0px;}

</style>

<div id="content" bgcolor="#ffff00" style="margin-top: -216px; margin-lefT: 230px;width:210px; margin-right: 500px; margin-bottom: 0px; overflow: auto; filter: chroma(color=#ffff00) allowTransparency; overflow-x: hidden;">




<!-- end code provided by createblog.com -->


Website Stats:

CODE
<!-- begin code provided by createblog.com -->


<!-- begin code provided by createblog.com -->
<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, "kisses");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "kiss");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "licks");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "lick");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "bite me");
}//-->
</script>
<!-- end code provided by createblog.com -->

<script type="text/javascript">
//
// ©2004 EasterEgg
//
// For use at Xanga only.
//
// While the date in your blogheader has a fixed format
// (e.g. "Tuesday, March 16, 2004") you may want to use
// another date format, accustomed to *your* preferences.
// This script enables you to apply pretty much any date
// format to your blogheader you like.
//
// Here's how it works:
// The script collects all blogheaders and applies to them
// a format you define by changing the value of the variable
// "dateFormatStr" in the code below. Currently that value is
// set to 'ddd, mm/dd/yy', which will result in a date that
// looks like this: 'Tue, 03/16/04'. If you want to use slashes
// instead of divisions as date separators, go right ahead; you
// can even add HTML to the date format string if you like!:-)
//
// =================
// listing of available constants (using the date
// "Tuesday, March 16, 2004" as an example):
//
// dd = 16
// ddd = Tue
// dddd = Tuesday
//
// mm = 03
// mmm = Mar
// mmmm = March
//
// yy = 04
// yyyy = 2004
//
// =================
//
// You can use any combination of the above constants. Examples:
//
// 'mm/dd/yyyy' will result in '03/16/2004'
// 'mmm dd, yy' will result in 'Mar 16, 04'
// 'mm-dd-yy (dddd)' will result in '03-16-04 (Tuesday)'
// '{ ddd, mmm dd, yyyy }', will result in '{ Tue, Mar 16, 2004 }'
//
// Get the general idea?;-)
//
// Copy this entire code and paste it in the webstats box of your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains
// intact. Future modifications allowed if due credit is given.
//

function formatEntryDate()
{
  // ***** adjust the dateFormatStr below as you see fit
  // ===================================================
  dateFormatStr = '<table width="210"><tr><td bgcolor="#00CCFF" style="font-family:terminal; font-size:8px; color: #FFFFFF;">// mm.dd.yy</div></td></tr></table>';
  // ===================================================
 

  function getMonthNr(sMonth)
  {
      months = new Array(
          "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
      for (var n = 0; n < months.length; ++n)
      {
          if (months[n] == sMonth)
          {
              if ( n + 1 < 10)
                  return '0' + (n + 1).toString()
              else
                  return (n + 1).toString();
          }
      }
  }

  allDivs = document.getElementsByTagName('div');
  for (var i = 0; i < allDivs.length; ++i)
  {
      if (allDivs[i].className == 'blogheader')
      {
          newDateFormat = dateFormatStr;
         
          // day
          entryDate = allDivs[i].innerHTML;
          dayLong = entryDate.substr(0, entryDate.indexOf(','));  // dddd
          dayShort = dayLong.substr(0, 3);                        // ddd  
          tempStr = entryDate.substr(dayLong.length + 1);
          dayNr = tempStr.substr(tempStr.indexOf(',') - 2, 2);    // dd
          newDateFormat = newDateFormat.replace('dddd', dayLong);
          newDateFormat = newDateFormat.replace('ddd', dayShort);
          newDateFormat = newDateFormat.replace('dd', dayNr);

          // month
          monthLong = tempStr.substr(1, tempStr.indexOf(',') - 3);// mmmm
          monthShort = monthLong.substr(0, 3);                    // mmm
          monthNr = getMonthNr(monthShort);                       // mm
          newDateFormat = newDateFormat.replace('mmmm', monthLong);
          newDateFormat = newDateFormat.replace('mmm', monthShort);
          newDateFormat = newDateFormat.replace('mm', monthNr);

          // year
          yearLong = tempStr.substr(tempStr.indexOf(',') + 2);    // yyyy
          yearShort = yearLong.substr(2);                         // yy
          newDateFormat = newDateFormat.replace('yyyy', yearLong);
          newDateFormat = newDateFormat.replace('yy', yearShort);

          allDivs[i].innerHTML = newDateFormat;
      }
  }
}
formatEntryDate();
</script>

<script>
// Resize Comment Box by Paul Chen aka Coyote
width = 180px;  //change this value
height = 120px; //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>

<!-- end code provided by createblog.com -->
 
shortvi3tlaydee
post Oct 2 2004, 07:03 PM
Post #6


moohaha
******

Group: Member
Posts: 2,154
Joined: Aug 2004
Member No: 41,985



QUOTE
WOW everythings gone...
-czz


plz do not spam
 
xxMichelle
post Oct 5 2004, 03:52 PM
Post #7


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



QUOTE(shortvi3tlaydee @ Oct 2 2004, 7:03 PM)
plz do not spam

^Well that didnt help either but your telling her to follow rules so ok. Please help.. someone.
 
sherryvu
post Oct 5 2004, 04:01 PM
Post #8


Senior Member
*******

Group: Member
Posts: 4,209
Joined: Jan 2004
Member No: 2,330



the link you gave doesn't show that layout anymore....

i tested it on a test site and the codes seem to work fine, except the image doesn't show.
 
xxMichelle
post Oct 5 2004, 08:39 PM
Post #9


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



QUOTE(Sherry_Vu @ Oct 5 2004, 4:01 PM)
the link you gave doesn't show that layout anymore....

i tested it on a test site and the codes seem to work fine, except the image doesn't show.

There is no image....
 
lilazneye10
post Oct 5 2004, 09:34 PM
Post #10


neat banner
****

Group: Member
Posts: 283
Joined: Feb 2004
Member No: 4,994



can u juss give the rite link or code -__-
 
xxMichelle
post Oct 6 2004, 08:51 PM
Post #11


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



QUOTE(lilazneye10 @ Oct 5 2004, 9:34 PM)
can u juss give the rite link or code -__-

Uhh... I already put the codes.
 
queen
post Oct 6 2004, 08:54 PM
Post #12


‹(. .)›
******

Group: Official Member
Posts: 2,372
Joined: Jun 2004
Member No: 20,089



...you have premium, huh?
 
xxMichelle
post Oct 7 2004, 06:42 PM
Post #13


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



QUOTE(synkro @ Oct 6 2004, 8:54 PM)
...you have premium, huh?

Yes, but it is a trial.
 
queen
post Oct 7 2004, 07:54 PM
Post #14


‹(. .)›
******

Group: Official Member
Posts: 2,372
Joined: Jun 2004
Member No: 20,089



QUOTE(xxMichelle @ Oct 7 2004, 3:42 PM)
Yes, but it is a trial.

it doesn't matter; that's what happens with premium. you'll need to update under "xanga skins" as well as the look and feel.
 
xxMichelle
post Oct 9 2004, 09:17 AM
Post #15


Newbie
*

Group: Member
Posts: 7
Joined: Oct 2004
Member No: 52,921



QUOTE(synkro @ Oct 7 2004, 7:54 PM)
it doesn't matter; that's what happens with premium. you'll need to update under "xanga skins" as well as the look and feel.

Do I put the web stats and the header or just the header? I tried just the header and it doesent work.
 
queen
post Oct 9 2004, 09:21 AM
Post #16


‹(. .)›
******

Group: Official Member
Posts: 2,372
Joined: Jun 2004
Member No: 20,089



QUOTE(xxMichelle @ Oct 9 2004, 6:17 AM)
Do I put the web stats and the header or just the header? I tried just the header and it doesent work.

the problem is, xanga skins and regular look and feel work differently... you'll need to make a different set of codes for xanga skins... you'll need to check out the xanga skins tutorial and quick reference

...a lot of work just for a free trial.. maybe you should just wait out the month? lol
 

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