Log In · Register

 
 
Closed TopicStart new topic
What does this mean?, *confuzzled*
xxANGExx
post Jun 11 2004, 06:38 PM
Post #1


angelAMPHETAMINE.
***

Group: Member
Posts: 78
Joined: Jun 2004
Member No: 21,633



Hey, I'm attempting (key word: attempting) to make my first layout and I'm having a little trouble with coding. Can anyone break it down for me? Basically tell me what this bit of coding means?

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

<style type="text/css">
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:265;
}
table.blogbody, div.blogheader, .caption{
width:235;
}
texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search {
display: none;
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color:transparent;
padding-top:0px;
padding-right:0px;
}
hr {
color: #D6DC58;
}
div.blogspace {
width:275px;
height:300px;
margin-left:-210px;
margin-top:-375px;
overflow:auto;
background-color:transparent;
scrollbar-Arrow-Color: #ffffff;
scrollbar-Track-Color: #A5B57B;
scrollbar-Shadow-Color: #A5B57B;
scrollbar-Face-Color: #A5B57B;
scrollbar-Highlight-Color: #A5B57B;
scrollbar-darkshadow-color: #A5B57B;
scrollbar-3dLight-Color: #A5B57B;
}
</style>

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


I have a slight idea what it means, but I'm not sure so basically, can anyone clarify it for me? Thanks! <3
 
waccoon
post Jun 11 2004, 06:58 PM
Post #2


We are the cure.
*******

Group: Staff Alumni
Posts: 4,936
Joined: Jan 2004
Member No: 1,456



QUOTE(xxANGExx @ Jun 11 2004, 7:38 PM)
Hey, I'm attempting (key word: attempting) to make my first layout and I'm having a little trouble with coding. Can anyone break it down for me? Basically tell me what this bit of coding means?

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

<style type="text/css">
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:265;
}
table.blogbody, div.blogheader, .caption{
width:235;
}
texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search {
display: none;
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color:transparent;
padding-top:0px;
padding-right:0px;
}
hr {
color: #D6DC58;
}
div.blogspace {
width:275px;
height:300px;
margin-left:-210px;
margin-top:-375px;
overflow:auto;
background-color:transparent;
scrollbar-Arrow-Color: #ffffff;
scrollbar-Track-Color: #A5B57B;
scrollbar-Shadow-Color: #A5B57B;
scrollbar-Face-Color: #A5B57B;
scrollbar-Highlight-Color: #A5B57B;
scrollbar-darkshadow-color: #A5B57B;
scrollbar-3dLight-Color: #A5B57B;
}
</style>

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


I have a slight idea what it means, but I'm not sure so basically, can anyone clarify it for me? Thanks! <3

doesnt it say above it?

anyways, they edit variables on the page.
 
xxANGExx
post Jun 11 2004, 07:05 PM
Post #3


angelAMPHETAMINE.
***

Group: Member
Posts: 78
Joined: Jun 2004
Member No: 21,633



What I'm most unsure about is this bit:

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

<style type="text/css">
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:265;
}
table.blogbody, div.blogheader, .caption{
width:235;
}

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


Like what widths they edit and such
 
*Kathleen*
post Jun 11 2004, 08:01 PM
Post #4





Guest






Okay, I'll break it down for you.

QUOTE
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}

This looks like it's supposed to resize the width of the comments box. You replace "auto !important" with the size you want it.

QUOTE
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:265;

This looks like it edits the width of your entire Xanga.

QUOTE
table.blogbody, div.blogheader, .caption{
width:235;
}

This looks like it edits the size of your actual blog bodies.

I hope that helped.
 
xxANGExx
post Jun 13 2004, 10:02 AM
Post #5


angelAMPHETAMINE.
***

Group: Member
Posts: 78
Joined: Jun 2004
Member No: 21,633



Thanks for that, Kath! <3 And "auto !important", does that leave the comment box the size it was before? Like the normal size?
 
DrNick311
post Jun 13 2004, 10:28 AM
Post #6


.
******

Group: Member
Posts: 1,488
Joined: Feb 2004
Member No: 3,625



"Auto! Important" resizes your comment box so it's automatically the same width as your main blog.
 
xxANGExx
post Jun 15 2004, 02:22 PM
Post #7


angelAMPHETAMINE.
***

Group: Member
Posts: 78
Joined: Jun 2004
Member No: 21,633



QUOTE(Kathleen @ Jun 11 2004, 8:01 PM)
Okay, I'll break it down for you.


This looks like it's supposed to resize the width of the comments box. You replace "auto !important" with the size you want it.


This looks like it edits the width of your entire Xanga.


This looks like it edits the size of your actual blog bodies.

I hope that helped.

Okay, lemme get this straight:

QUOTE
QUOTE
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:265;


This looks like it edits the width of your entire Xanga.

This would change so that the entire xanga is smaller, modules and blog area in all.


QUOTE
QUOTE
table.blogbody, div.blogheader, .caption{
width:235;
}


This looks like it edits the size of your actual blog bodies.

This would edit your div frames of just the blog itself?
 
ji_cabinx
post Jun 16 2004, 02:01 PM
Post #8


^_^
******

Group: Member
Posts: 1,666
Joined: Feb 2004
Member No: 4,225



i don't think i'll EVER accomplish the codes! so confusing
 

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