Log In · Register

 
xanga, page
agskora
post Dec 1 2004, 12:33 PM
Post #1


Senior Member
***

Group: Member
Posts: 34
Joined: Nov 2004
Member No: 62,224



Hey I'm having trouble adjusting my xanga. My Xanga. The entry is too spaced out. How do I make it more narrow? Maybe I should get rid of the horizontal scroll bar? If so, how would I do that?
 
 
Start new topic
Replies (1 - 7)
lovescream
post Dec 1 2004, 05:02 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



the horizontal bar has nothing to do with it.
what's the code of ur posts thing. i dont use that so i wouldn't know what to do.
 
agskora
post Dec 1 2004, 07:07 PM
Post #3


Senior Member
***

Group: Member
Posts: 34
Joined: Nov 2004
Member No: 62,224



I really don't know how to adjust my xanga to make it nthe entries narrower like they used to be sad.gif .

Here's everything in my header:

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
</tr><script language="JavaScript1.2">

var today = new Date;
var Future0 = new Date;

var BirthMonth = 1;
var BirthDate = 4;
var BirthYear = 1986;
BirthMonth--;

Future0.setMonth(BirthMonth, BirthDate);
if (Date.parse(today) > Date.parse(Future0))
{
Future0.setFullYear(today.getYear()+1);
age = (today.getYear() - BirthYear) + 1;
}
else
{age = today.getYear() - BirthYear;}

if (age % 10 == 0)
ageend = 'th';
else if (age % 10 == 4)
ageend = 'th';
else if (age % 10 == 5)
ageend = 'th';
else if (age % 10 == 6)
ageend = 'th';
else if (age % 10 == 7)
ageend = 'th';
else if (age % 10 == 8)
ageend = 'th';
else if (age % 10 == 9)
ageend = 'th';
else if (age % 10 == 1)
ageend = 'st';
else if (age % 10 == 2)
ageend = 'nd';
else if (age % 10 == 3)
ageend = 'rd';


var faraevent = "<font color=#6699FF><i>my birthday</font>";

today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);

if (daysleftint > 1)
document.write(" ", daysleftint, " days until <font color=#660099>my <i>", age, ageend, "</i> birthday</font>");
else if (daysleftint == 1)
document.write("<font color=#6699FF>my <i>", age, ageend, "</i> birthday</font> is tomorrow");
else if (today1 == future1)
document.write("<font color=#6699FF>my <i>", age, ageend, "</i> birthday</font> is today");
else
document.write("passed");
</script><br>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


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

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

<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01

// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#CC3366","#CC6699","#CC66CC");
// the border color
var blinkBorderColor = "#9966CC"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 100;
// the width of the entire box, in pixels or %
var blinkWidth = 750;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->

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

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


<!-- begin code provided by createblog.com -->
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:arial;
text-transform:uppercase;
font-size:15px;
line-height:30px;
font-weight:normal;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#FF3399;
color:navy;
letter-spacing:1px;
text-align: center;
}
</style>
<!-- end code provided by createblog.com -->



<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #DC143C;}
</style>
<!-- end code provided by createblog.com -->


And here's wat's in my webstats:

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

<style type="text/css">
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
font: whatever;
}

//blogring.document.write
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
font-family: Tahoma;
}

a:hover {
/* edits when user mouseovers the links */
font-family: times NR Phonetics;
cursor: crosshair;

}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
font-family: tunga;
}
table.left TD {
/* on your menu module, this edits the body part of it */
font-family: trebuchet MS;
}
</style>

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


<!-- begin code provided by createblog.com -->
<script language="JavaScript">
var message="ReAdInG dOeSn'T eNtItLe To GrOpInG";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>
<!-- end code provided by createblog.com -->



<!-- Simple Plan - Welcome To My Life --><div id=vpdiv><a href="http://continue.to/videos"><embed name="RAOCXplayer" src="http://wm.atlrec.com/simple_plan/stillnotgettingany/video/welcometomylife_300k.wmv" type="application/x-mplayer2" width="320" height="265" ShowControls="0" ShowStatusBar="1" AutoSize="true" loop="true" EnableContextMenu="0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div>Video code provided by KEKAI BOY</a>


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




<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type=text/css><!-- body{border-right:#CC6699
50px solid;border-left:#CC6699
50px solid;border-top:#CC66CC 30px solid;border-bottom:#CC66CC 30px solid} //--></style>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<!-- 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>
<!-- end code provided by createblog.com -->
 
pAtRiCk_sTar
post Dec 1 2004, 07:14 PM
Post #4


jellyfishing, jellyfishing
******

Group: Member
Posts: 1,174
Joined: Oct 2004
Member No: 55,185



there's really no way to make it more narrow, i think it looks normal anyway, you probably just write a lot.... pinch.gif
 
shortvi3tlaydee
post Dec 1 2004, 07:30 PM
Post #5


moohaha
******

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



CODEBOX: -> right click -> copy/paste


try that change the width areas to make your blog skinnier
 
lovescream
post Dec 1 2004, 08:52 PM
Post #6


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



or, what i do is on the top of look and feel:
alignment: middle
Pixel: instert own; 700
 
agskora
post Dec 1 2004, 09:12 PM
Post #7


Senior Member
***

Group: Member
Posts: 34
Joined: Nov 2004
Member No: 62,224



Never mind. I got it. The pics I had in one of my entries made the blog stretch out more then it should. Thanks for everyone's help.
 
sherryvu
post Dec 1 2004, 09:34 PM
Post #8


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



QUOTE(agskora @ Dec 1 2004, 9:12 PM)
Never mind. I got it. The pics I had in one of my entries made the blog stretch out more then it should. Thanks for everyone's help.

[ topic closed ]
 

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