code |
code |
Sep 19 2004, 09:39 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
can someone gve me the code for like wen u put like a box xanga. there is only the weblog entries showing. wats the code for that and wer can i put it in my code?
|
|
|
|
![]() |
Sep 19 2004, 09:46 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> (That will nuke your left-side moduls...) (I'm not sure what you want, example maybe?) |
|
|
|
Sep 19 2004, 10:32 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
ahh liek this theme. look at the box
|
|
|
|
Sep 19 2004, 10:36 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <div style=" overflow: auto; width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> <!-- end code provided by createblog.com --> (Goes in Custom Header.) (Fiddle with the numbers to put the blog where you want it.) (If postive numbers don't work, use negative.) (EX. :: -400) |
|
|
|
Sep 19 2004, 10:46 PM
Post
#5
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
first gotta delete all that crap
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> then use this CODE <!-- begin code provided by createblog.com -->
<div style=" overflow: auto; width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> <!-- end code provided by createblog.com --> |
|
|
|
Sep 19 2004, 11:15 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
thanks everyone for your help. but wat did i do hear that causes my weblog entry to be small and not spreaded out.?
CODE <img src="http://img7.imgspot.com/u/04/262/17/myfirstskin.JPG"> <div style=" overflow: auto; width: 475px; height: 575px; margin-top: -600px; margin-left: 100px;"> <style type="text/css"> /*tattyteddy*/ /*by carleen*/ body { background-image:url(none); background-repeat: repeat-y-x; background-color: #FFFFFF; scrollbar-face-color: #CCFFFF; scrollbar-shadow-color: #CCFFFF; scrollbar-highlight-color: #EEEEEE; scrollbar-3dlight-color: #EEEEEE; scrollbar-darkshadow-color: #CCFFFF; scrollbar-track-color: #CCFFFF; scrollbar-arrow-color: #EEEEEE; } <div style=" overflow: auto; width: 475px; height: 575px; margin-top: -600px; margin-left: 100px;"> } table.blogbody { width:100px; font-family: Billo; font-weight: none; font-size: 16pt; color: #000000; text-align: center; padding: 2px; margin-top: 2px; } .caption, .blogheader { width: 380px; padding: 3px; font-family: Kristen ITC; font-size: 16pt; text-align: center; color: #000000; background-color: #FFFFFF; text-transform: none; margin-top: 10px; } div.smalltext{ width: 95px; padding: 9px; text-align: center; } P, B, I, TD, TH {font-family: KRISTEN ITC; color: #000000; font-size: 8pt; } A:link, A:visited, A:active {color:#000000; text-decoration:none; font-size:8pt;} a:hover {text-decoration: shadow; color:#EEEEEE; font-size: 8pt; );} b, strong, i, u, { /* edit colors when bold italic underline */ font-family: Kristen ITC; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-transform: none; </style> <!-- begin code provided by createblog.com --> <style type="text/css"> /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> _______________________________________________________________ pls. help me. |
|
|
|
Sep 19 2004, 11:20 PM
Post
#7
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
The div goes before your stylesheet, notin it.
|
|
|
|
Sep 19 2004, 11:48 PM
Post
#8
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
QUOTE(C.Lime.Jello. @ Sep 19 2004, 8:20 PM) The div goes before your stylesheet, notin it. It doesn't matter where you put the div, it usually should be at the end of your codes. |
|
|
|
Sep 20 2004, 09:40 AM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
thanks everyone for your help.
|
|
|
|
Sep 20 2004, 09:49 AM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE(swtaznpride @ Sep 20 2004, 9:40 AM) thanks everyone for your help. [ topic closed ] |
|
|
|
![]() ![]() |