posts............................................., ???????????????????????????????????????? |
![]() ![]() |
posts............................................., ???????????????????????????????????????? |
Sep 17 2005, 02:22 PM
Post
#1
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
hello again... my posts are too big and i just disabled the modules and now the posts are going to the modules section.... help!! how do i put a code that makes the width shorter?
and about the collapsible modules, how do i make the module parts separate a little more? |
|
|
|
Sep 17 2005, 02:23 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
You would make the width smaller of the blogs.
CODE <style type="text/css">table.blogbody { WIDTH: 442px; }</style> Adjust to width the way you want it. |
|
|
|
Sep 17 2005, 02:26 PM
Post
#3
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(FroZenCloud104 @ Sep 17 2005, 3:23 PM) You would make the width smaller of the blogs. CODE <style type="text/css">table.blogbody { WIDTH: 442px; }</style> Adjust to width the way you want it. ?!@$#%@$!##%@$#&*!@%^#%@$#%@$#??????????? it got shortened, but it still goes to the left and covers the place where the left modules go..... |
|
|
|
Sep 17 2005, 02:28 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
That's why I said adjust the width so it's the way you want it and you have to position them using div.
put this at the very END of your header or it won't work. CODE <div style="overflow: visible; width: 490px; height: 100%; margin-top: -80px; margin-right: -470px;"> You kinda have to do some adjusting yourself. |
|
|
|
Sep 17 2005, 02:31 PM
Post
#5
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(FroZenCloud104 @ Sep 17 2005, 3:28 PM) That's why I said adjust the width so it's the way you want it and you have to position them using div. put this at the very END of your header or it won't work. CODE <div style="overflow: visible; width: 490px; height: 100%; margin-top: -80px; margin-right: -470px;"> You kinda have to do some adjusting yourself. huh? it wont work..... yes i adjusted it and yes i put it at the very end of my header. |
|
|
|
Sep 17 2005, 02:33 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Oh woops I accidentally set it to margin-right
here try this one CODE <div style="overflow: visible; width: 490px; height: 100%; margin-top: -80px; margin-left: 0px;">
|
|
|
|
Sep 17 2005, 02:35 PM
Post
#7
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
|
|
|
|
Sep 17 2005, 02:41 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Wait I thought you said you took your modules out? I just went to your xang it's still there and the code I gave you will move your DEFAULT modules and your blogs and maybe make the margin left like 200 or something.
|
|
|
|
Sep 17 2005, 02:51 PM
Post
#9
|
|
|
I love you more than sex appeal. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,045 Joined: Oct 2004 Member No: 52,932 |
THIS is to remove your default modules
CODE <style type="text/css"> .mainleft {display: none;} </style> ^ This just consolidates all the "left" classes. And THIS is for your blog. Just add some numbers. CODE <div align=center> <div style=" width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> Oh and btw, please dont make looooooooong titles...it annoys me This post has been edited by Madame C: Sep 17 2005, 03:00 PM |
|
|
|
Sep 17 2005, 04:28 PM
Post
#10
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(OhXiet_ItzDonnA @ Sep 17 2005, 3:51 PM) THIS is to remove your default modules CODE <style type="text/css"> .mainleft {display: none;} </style> ^ This just consolidates all the "left" classes. And THIS is for your blog. Just add some numbers. CODE <div align=center> <div style=" width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> Oh and btw, please dont make looooooooong titles...it annoys me wow great code, but the blog moves wit h the banner, so now i want the MODULES to go up and next the banner like this xanga but the thing doesnt work there..... but u can see the places where the modules go, right? edit// o and i put lonng titles to attract ppl and make it "visible". nyways, i also need to kno how to move the collapsible modules that i got in the script section. oh and how do i like make it stay open when i click it? because when i click it then click somethin else, the first one closes and thats annoying. |
|
|
|
Sep 17 2005, 04:55 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
You can position the collapsable modules, and I'm not quite too sure if you can do that.
Oh yeah the blog and the banner might be moving up because you might have put that code at the top when it should be all the way at the bottom. CODE <div style="margin-left: ###px; margin-top:###px;">COLLAPSABLE MODULE CODE HERE</div> Yeah play around with that, but make sure you put that before the other code she gave you with the blog body. |
|
|
|
Sep 18 2005, 09:53 AM
Post
#12
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(FroZenCloud104 @ Sep 17 2005, 5:55 PM) You can position the collapsable modules, and I'm not quite too sure if you can do that. Oh yeah the blog and the banner might be moving up because you might have put that code at the top when it should be all the way at the bottom. CODE <div style="margin-left: ###px; margin-top:###px;">COLLAPSABLE MODULE CODE HERE</div> Yeah play around with that, but make sure you put that before the other code she gave you with the blog body. so er.. how do i make it stay open? |
|
|
|
Sep 18 2005, 12:29 PM
Post
#13
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Collapsable modules...?
You need to put overflow: auto; into your div code otherwise the dont work. And.... You really should read the tutorials. http://www.createblog.com/forums/index.php?showtopic=5251 http://www.createblog.com/forums/index.php?showtopic=48362 http://www.createblog.com/forums/index.php?showtopic=34220 |
|
|
|
Sep 20 2005, 04:08 PM
Post
#14
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(fishcake-y @ Sep 18 2005, 1:29 PM) Collapsable modules...? You need to put overflow: auto; into your div code otherwise the dont work. And.... You really should read the tutorials. http://www.createblog.com/forums/index.php?showtopic=5251 http://www.createblog.com/forums/index.php?showtopic=48362 http://www.createblog.com/forums/index.php?showtopic=34220 hm... can u giv me a collapsible module code with the overflow: auto code for me? |
|
|
|
Sep 20 2005, 05:39 PM
Post
#15
|
|
![]() yep, that's me. stop staring. :p ![]() ![]() ![]() ![]() Group: Member Posts: 257 Joined: Jun 2005 Member No: 160,969 |
QUOTE(GrayStarr @ Sep 17 2005, 3:35 PM) hey it works now... but it only worked when i put it at the very TOP of the custom header.... u told me to do it on the bottom!!! edit/// waita minute... the banner is movin now too!! so thats why u told me to do it at the bottom... but u shoulda tested it cuz if its on the bottom it doesnt work. not even in the middle it doesnt work. it has to be on the very top. i just need some more help!!! |
|
|
|
Sep 20 2005, 06:52 PM
Post
#16
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Dont. Double. Post. >.<"
And you annoy me. Works fine for me, you can test that code and fiddle with it until you get what you want. |
|
|
|
![]() ![]() |