What does this mean?, *confuzzled* |
What does this mean?, *confuzzled* |
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 |
|
|
|
![]() |
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 What does this mean? Jun 11 2004, 06:38 PM
xxANGExx What I'm most unsure about is this bit:
CODE... Jun 11 2004, 07:05 PM
Kathleen Okay, I'll break it down for you.
QUOTE#rblEp... Jun 11 2004, 08:01 PM
xxANGExx Thanks for that, Kath! <3 And "auto ... Jun 13 2004, 10:02 AM
DrNick311 "Auto! Important" resizes your comme... Jun 13 2004, 10:28 AM
xxANGExx QUOTE(Kathleen @ Jun 11 2004, 8:01 PM)Okay, I... Jun 15 2004, 02:22 PM
ji_cabinx i don't think i'll EVER accomplish the cod... Jun 16 2004, 02:01 PM![]() ![]() |