Log In · Register

 
 
Closed TopicStart new topic
one quick xanga help, one quick question
blazinlodestar
post Apr 4 2005, 10:58 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Jan 2005
Member No: 89,863



under my entry there is a blue line. how do i get rid of that?
www.xanga.com/one1esther

also i want to move the module to the LEFT. not right. how do i do that?
 
shortvi3tlaydee
post Apr 4 2005, 11:03 PM
Post #2


moohaha
******

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



show us your code
 
blazinlodestar
post Apr 4 2005, 11:04 PM
Post #3


Newbie
*

Group: Member
Posts: 9
Joined: Jan 2005
Member No: 89,863



<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, "chips");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "chip");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "you funk");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "you funk");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "plus me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "outta here");
}//-->
</script>
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<style type="text/css">
BODY {
scrollbar-arrow-color: #DF9FBF;
scrollbar-3dlight-color: #1818A7;
scrollbar-highlight-color: #C2C2C2;
scrollbar-face-color: #FFFFF;
scrollbar-shadow-color: #C2C2C2;
scrollbar-darkshadow-color: #1818A7;
scrollbar-track-color: #FFFFF;
}
</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: #C2C2C2;
}
</style>
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<script language=javascript>
var rate = 100; // Increase amount(The degree of the transmutation)
var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
si=setInterval;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
}
//document.write.blogring
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
//document.write.blogring
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
</script>
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<style>
<!--
.blogheader {color: #C2C2C2; font-size: 16pt; text-decoration: lowercase; font-weight:; padding-bottom: 3pt; text-align: left; letter-spacing:-1px; background:#transparent}

}.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
font:normal 10px verdana;
line-height:12px;
color:#FFFFFF;
letter-spacing:0.3px;
text-align:justify;
}
table.footer TD {
text-align: Justify;
}


-->
</style>


<style type="text/css">
table.blogbody {
background-color:transparent;
family-font: verdana;
BORDER: #1818A7 1px solid;
width:500px;}
</style>

<!-- end code provided by createblog.com -->
 
Pulchritude
post Apr 4 2005, 11:06 PM
Post #4


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



just add this

http://www.createblog.com/forums/index.php?showtopic=62326
 
blazinlodestar
post Apr 4 2005, 11:17 PM
Post #5


Newbie
*

Group: Member
Posts: 9
Joined: Jan 2005
Member No: 89,863



u rock
 
hi-C
post Apr 4 2005, 11:31 PM
Post #6


Amberific.
********

Group: Staff Alumni
Posts: 12,913
Joined: Jul 2004
Member No: 29,772



QUOTE(blazinlodestar @ Apr 4 2005, 11:17 PM)
u rock
*

Topic closed.
 

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