Log In · Register

 
 
Closed TopicStart new topic
the height of the blog, won't change!!
cu_tie_pie
post Dec 4 2004, 03:40 PM
Post #1


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



for some reason...when i change the height of the blog area...[which is the last div tag] the height of the blog doesn't change....it's the same problem with the width of the blog box too...please help me...here is the code:

CODE
<!-- begin code provided by createblog.com -->
<IMG SRC='http://img4.exs.cx/img4/1934/39-final.jpg' border=0 width=800 height=550 USEMAP='#imgmap'>
<MAP NAME='imgmap'>
<AREA SHAPE='rect' COORDS='158,9,268,139' HREF='/signin.aspx/' ALT='in'>
<AREA SHAPE='rect' COORDS='282,22,394,131' HREF='/private/home.aspx' ALT='private'>
<AREA SHAPE='rect' COORDS='412,23,501,123' HREF='/claf/' ALT='edit'>
<AREA SHAPE='rect' COORDS='534,12,635,114' HREF='/private/subscriptions.aspx/' ALT='subs'>
<AREA SHAPE='rect' COORDS='662,10,770,97' HREF='/subscribetome/' ALT='add me'>
</MAP>

<style type="text/css">

/* "spongebob" by "cu_tie_pie"*/
/* Find more themes at blogring! */

.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, hr {display: none;}
body {
scrollbar-Arrow-Color: #C8E0E8;
scrollbar-Track-Color: #C8E0E8;
scrollbar-Shadow-Color: #C8E0E8;
scrollbar-Face-Color:C8E0E8;
scrollbar-Highlight-Color:C8E0E8;
scrollbar-darkshadow-color: 68351A;
scrollbar-3dLight-Color:68351A;
cursor: ne-resize;
background-position:center;
}

hr,.mainleft {display: none;}
texttable.left, td.mainleft, table.left, table.navigation, .banner, table.up,
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .nav, .smalltext {
/* edits main text */
font:normal 11px arial;
color: #68351A;
text-align:justify;
}
a:link{
/* edit the links */
color: #68351A;
text-decoration: none;
text-transform: uppercase;
font:bold 8pt arial;
}
a:visited{
/* edit visited links */
color: #68351A;
font:bold 8pt arial;
text-decoration: underline;
text-transform: uppercase;
}
a:hover {
cursor: se-resize;
font-family:"arial";
font-size: 8pt;
color:68351A;
background-color: C8E0E8;
border: 1px solid;
border-color: 68351A;
text-transform: lowercase;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #68351A;
font:normal 11px arial;
background-color: #C8E0E8;
letter-spacing:0px;
cursor:se-resize;
}
div.blogheader, .caption {
/* edit the dates */
font-family:rage italic;
text-align: center;
text-transform:lowercase;
font-size:24px;
color:#68351A;
letter-spacing:2px;
background-color: transparent;
font-weight:none;
}
.textarea, .textfield {
border: 2px dashed #68351A;
font:normal 11px arial;
background-color: transparent;
}
#htmleditor, {
width: 250;
height:125;
border : 2px dashed #68351A;
background-color:transparent;
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color: transparent;
width:350px;
}
table.navigation {
display: none
}
</style>
<div align=left style="position:static; margin-right: -560px;margin-top: -405px;border: 0px solid #000000; width: 190px; height: 115px;padding:5px; background:transparent; overflow: auto;
}"><b><font id="navheader"> <center>ABOUT ME</font></b><br>
<font size="1px">
what's my name i don't know!!

</div>

<div style="position:static; margin-left:-90px;margin-top: -100px;border: 0px solid #000000; width: 350px; height: 200px;">

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


HERE IS THE URL FOR MY TESTER XANGA
 
cu_tie_pie
post Dec 4 2004, 04:23 PM
Post #2


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



...please...anyone??
 
simplyxparadise
post Dec 4 2004, 06:42 PM
Post #3


^-^
***

Group: Member
Posts: 69
Joined: Aug 2004
Member No: 40,106



i'm not sure..
i think that if you want to change the width of your blog, change it where it says

CODE
<!-- begin code provided by createblog.com -->
div.blogheader, .caption {
/* edit the dates */
font-family:rage italic;
text-align: center;
text-transform:lowercase;
font-size:24px;
color:#68351A;
letter-spacing:2px;
background-color: transparent;
font-weight:none;
width:###px; /*<---ADD THIS PART TO CHANGE THE WIDTH OF THE BLOG HEADER*/
}
<!-- end code provided by createblog.com -->


and

CODE
<!-- begin code provided by createblog.com -->
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color: transparent;
width:350px; /*<---THIS PART*/
}
<!-- end code provided by createblog.com -->


also, if you end up making these two widths bigger than the number here:

CODE
<!-- begin code provided by createblog.com -->
<div style="position:static; margin-left:-90px;margin-top: -100px;border: 0px solid #000000; width: 350px;/*<---THIS PART*/ height: 200px;">
<!-- end code provided by createblog.com -->


... then you must make that number in the code above a bit larger than the two widths in the 2 codes of your blogheader and blogspace.

i'm not completely sure if this will work for the widths of the blog, and i don't know about the height of the blog problem. but try it and see!
 
cu_tie_pie
post Dec 5 2004, 12:01 PM
Post #4


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



well the width is not much of a problem now...just the height of the blog won't change whatsoever...=/
 
cu_tie_pie
post Dec 5 2004, 04:39 PM
Post #5


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



**bump**
 
cu_tie_pie
post Dec 5 2004, 08:06 PM
Post #6


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



please someone help...i have been waiting for a response for so long and it keeps getting moved down...PLEASE HELP!!
 
NatiMarie
post Dec 5 2004, 08:42 PM
Post #7


I can rot your brain ;]
******

Group: Staff Alumni
Posts: 1,160
Joined: Aug 2004
Member No: 42,261



Eep!
Something in your code is conflicting with the height code thing...
=\

I tried to find a solution...eep...
Let me get back on this.


EDIT//
Add overflow: auto; to
QUOTE
<div style="position:static; margin-left:-90px;margin-top: -100px;border: 0px solid #000000; width: 350px; height: 200px;">


It should look like this:

QUOTE
<div style="position:static; margin-left:-90px;margin-top: -100px;border: 0px solid #000000; width: 350px; height: 200px; overflow:auto;">
 
sweetxsimplicity
post Dec 5 2004, 08:45 PM
Post #8


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



Please don't post more then once! wink.gif

Add "height:##px;" in this code, so it would be like this:

CODE
<!-- begin code provided by createblog.com -->
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color: transparent;
width:350px;
height: ##px;
}
<!-- end code provided by createblog.com -->


[EDIT]

Wait -- just do what Natalie says. ><
 

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