Log In · Register

 
 
Closed TopicStart new topic
THERE'S SOMETHING WRONG W/ MY BLOGGER, the font just keeps on gettin' larger
KoOkAi_07
post Jan 30 2005, 12:03 AM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



i'm not that good when it comes to htmls so i really need your help. this is already my second skin. i downloaded the skin from blogskins.com. i figured, by changing my layout, the problem would go away. here's the thing, whenever i type in a new blog entry, it turns out ok. but when i scroll down to look at my past entries, the font just gets larger and larger. the older the entry is, the larger it gets. i don't know how to fix this. i don't have any idea. please help me. just surf through my site so you'll have a picture of what i'm sayin'. thanks! biggrin.gif

~I Luv Bad Badtz Maru~
 
whomps
post Jan 30 2005, 01:56 AM
Post #2


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



Wow, that's weird.. did you try asking the people at Blogskins?
 
KoOkAi_07
post Jan 30 2005, 03:26 AM
Post #3


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



no i haven't asked them yet. i need your help guys. i really like my layout now because i personalized it already. i just wanna fix this problem.
 
KoOkAi_07
post Jan 30 2005, 03:28 AM
Post #4


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



and oh, just wanna let you know guys that i'm not an expert when it comes to htmls.
 
whomps
post Jan 30 2005, 04:49 AM
Post #5


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



Alright, can you post your codes?
 
KoOkAi_07
post Jan 30 2005, 05:19 AM
Post #6


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



<html>
<head>
<script type="text/javascript" src="http://www.haloscan.com/load/kookai07"> </script>
<title>blahbalch</title>

<style type="text/css">

A:link { text-decoration: none; color: #ffffff;}
A:visited { text-decoration: none; color: #FFffff;}
A:hover { font-family: Verdana;font-size: 10px;font-weight: bold;color: #FFffff;text-decoration: none}

none;cursor:pointer;cursor:hand;}


div {
text-decoration: none;
color:#ffffff;
font-size:10px;
font-family: Verdana;
text-align:justify;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:##000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
}



body {
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:##000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
font-size:10px;
font-family: Verdana;
color:#000000;
text-align:justify;
cursor: crosshair;
}


</style>

</head>

<body bgcolor=#000000>
<noembed><body>
</noembed>

<!-- Begin
var no = 20;
var speed = 9;
var snowflake = "http://img.photobucket.com/albums/v239/kookai07/htmlbadtz.bmp";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
}
}
}
function snowNS() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</script>
<img src="http://img.photobucket.com/albums/v239/kookai07/collage.jpg" WIDTH=295 HEIGHT=295 BORDER="0" style="position:

absolute; top: 20; left: 355;">



<div style="background: transparent ;position:absolute; width:300px; height:590px; z-index:4; left: 52px; top:

20px; overflow: auto; border: dashed 1px #ffffff;">
<div align=left>
<p>

<Blogger>
<img src="http://img.photobucket.com/albums/v239/kookai07/itsajoy.bmp"><blogdateheader>
<font color=#ffffff><$BlogDateHeaderDate$></font>
</blogdateheader>
<div class="blogitemtitle">
<BlogItemTitle>
"<$BlogItemTitle$>"
</BlogItemTitle>
</div><br>
<P><$BlogItemBody$></P>
<div>
</div>
<DIV class=footer>
<P class=posted><a href="java script:HaloScan('<$BlogItemNumber$>');" target="_self"><script

type="text/javascript">postCount('<$BlogItemNumber$>'); </script></a>
*~Kmiao™~* Typed At <$BlogItemDateTime$></P><ItemPage>
</div><br><br>
</Blogger>


</div>
</div>



<div style="background: transparent ;position:absolute; width:300px; height:287px; z-index:4; left: 355px; top:

323px; overflow: auto; border: dashed 1px #ffffff;">


</div>


<div style="background: transparent ;position:absolute; width:300px; height:590px; z-index:4; left: 658px; top:

20px; overflow: auto; border: dashed 1px #ffffff;">



</div>



<span style="display: none;">Get awesome <a href="http://www.blogskins.com/">blog templates</a> like this one from <a

href="http://www.blogskins.com/">BlogSkins.com</a></span></body>
</html>
 
KoOkAi_07
post Jan 30 2005, 10:05 PM
Post #7


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



don't u think it's just my browser? can u surf through my site and see if the font gets larger when u scroll down? thankx.
 
whomps
post Jan 30 2005, 10:43 PM
Post #8


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



Don't double post.. it's not just your browser because I see it on my computer too.

Hm.. try taking out some scripts in the code and see if it changes, then putting it back if it doesn't and so forth.
 
KoOkAi_07
post Jan 31 2005, 04:56 AM
Post #9


Member
**

Group: Member
Posts: 11
Joined: Jan 2005
Member No: 92,906



i also tried doin' that. it's still the same. i removed all the scripts.:( this is really gettin' frustrating.
 
whomps
post Jan 31 2005, 05:16 AM
Post #10


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



If you removed everything from the template and the probably still persists, it's the blogger's problem, I think.
 

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