Log In · Register

 
 
Closed TopicStart new topic
its evil!!!, my xanga doesnt like me :(
BlondE x Babii
post Jul 14 2004, 11:47 AM
Post #1


te iubesc!
****

Group: Member
Posts: 212
Joined: Jun 2004
Member No: 21,429



im tryen to apply a new layout and at first the blog space and the left side module (wich b4 was on the right but now i changed it) wouldnt come together... so i switched the left module(cuz it was on the right) and the blog and the module came together but now i cont allign them with the blinky boxes i have on mi page... cry.gif can anyone help me? i didnt save the settings yet... im waiting to see if anyone can help me out if anyone can help me ill give them the password and everything to go into mi xanga and fix it...
ok heres a screen shot of how it looks now

screenshot
and this is the code for the layout
CODE
<!-- begin code provided by createblog.com -->
<style type=text/css>

BODY
{border-style: solid;
border-top-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
border-right-width: 20px;
border-color: #FD82BC}
</style>
<body><style type="text/css">
<!--
body, div, p, td, html, module, table {
font-family: "Arial";
text-align: justify;
font-color: #464646;
line-height: 9px;
font-size: 8pt;
letter-spacing: 0pt;
cursor: default }
</style>
<style type="text/css">
.mainleft {width:200px}
P {font-family:Arial; color: #464646; font-size: 8pt; text-align: justify;}
B, STRONG {font-family:Arial; font-weight: none; color: #FD82BC; letter-spacing: -1pt;font-size: 8pt;}
U {font-family: arial; color: #464646; letter-spacing: 0pt; font-size:8pt; font-style: border; border-bottom: 1pt dotted #FD82BC;}
i, EM {font-family:Arial; color: #F9AFD4; letter-spacing: 0pt; font-size: 8pt;}
TD {font-family:Arial; color: #464646; font-size: 8pt; letter-spacing: 0pt;}
TH {font-family:Arial; color: #464646; font-size: 8pt; font-weight: bold}
table.left {border-bottom: 2pt solid #FD82BC; border-right: 2pt solid #FD82BC; border-left: 2pt solid #FD82BC; border-top: 2pt solid #FD82BC; font-weight:normal}
table.left TH {font-color: #464646; font-weight: normal; text-transform: lowercase; border-bottom: 2pt solid #FD82BC; border-top: 0pt solid #464646; background-image:url(); background-attachment:fixed; background-repeat: no-repeat;}
.standard {font-family:Arial; color: #464646; font-size: 8pt}
.standardsmall {font-family:Arial; color: #464646; font-size: 8pt}
.linksmall {font-size: 8pt}
A:link {font-family:Arial; color: #464646; font-size: 8pt; text-decoration: none; text-transform: lowercase; letter-spacing: 0pt;}
A:visited {font-family:Arial; color: #464646; font-size: 8pt; text-decoration: none; letter-spacing: 0pt; text-transform: lowercase}
A:active {font-family:Arial; color: #F9AFD4; font-size: 8pt; letter-spacing: 0pt; text-decoration: none; text-transform: lowercase}
A:hover {COLOR: #464646; TEXT-DECORATION:underline; border-bottom:1px dotted #FD82BC;}
.leftmodulefontcolor {font-family:Arial; color: #464646; font-size: 8pt}
.leftmoduletitlefontcolor {font-family:Arial; color: #464646; font-size: 8pt; text-transform: lowercase}
.leftmodulefontcolorsmall {font-family:Arial; color: #464646; font-size: 8pt; text-transform: lowercase}
.leftmoduletitlefontcolorsmall {font-family:Arial; color: #464646; font-size: 8pt; text-transform: lowercase}
input, textarea, select {color: #464646; font-size: 8pt; background: #FFFFFF; text-decoration: none; font-family: arial; text-align: center; border: pt solid #464646};-->

</style>

<style type="text/css">
BODY {
scrollbar-arrow-color: #464646;
scrollbar-track-color: #FD82BC;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #F9AFD4;
scrollbar-3dlight-color: #FD82BC;
scrollbar-darkshadow-color: #F9AFD4;
scrollbar-shadow-color: #FD82BC;
}
.blogbody {
font-family: arial;
background-color: ffffff;
color: #464646;
font-size: 8pt;
letter-spacing: 0pt;
border-bottom: 2px solid #FD82BC;
border-left: 2px solid #FD82BC;
text-align: justify;
border-top: 0px solid #FD82BC;
border-right: 2px solid #FD82BC;
width:345;
position:centeR;
}


.blogheader {
font-family: arial;
background-color: ffffff;
color:F9AFD4;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
border-bottom: 2px solid #FD82BC;
border-left: 2px solid #FD82BC;
LETTER-SPACING: -1pt;
border-top: 2px solid #FD82BC;
border-right: 2px solid #FD82BC;
text-align: left;
position: left;
width: 345;
--> </style>

<script language=JavaScript>
<!--
//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("#FD82BC","#FFFFFF","#F9AFD4");
// the border color
var blinkBorderColor = "#464646"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 55;
// the width of the entire box, in pixels or %
var blinkWidth = 572;
// the height of each row, in pixels
var blinkRowHeight = 7;
// speed of blinking, in milliseconds
var blinkRate = 30;

// 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();
//-->
</script>
<!-- end code provided by createblog.com -->
 
*NatiMarie*
post Jul 14 2004, 12:48 PM
Post #2





Guest






I think i can help!
*jumps in air*
 
kpxanqel
post Jul 14 2004, 01:54 PM
Post #3


anna park
*****

Group: Member
Posts: 410
Joined: Jul 2004
Member No: 29,818



i dont get what you mean but if you mean the blink boxes matching up with your module, then you just need to resize it.. hope i helped?
 
Caustic
post Jul 14 2004, 04:39 PM
Post #4


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



Change the alignment for the blink boxes.
 

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