Trouble Coding Xanga, Custom Xanga Settings |
![]() ![]() |
Trouble Coding Xanga, Custom Xanga Settings |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 216,108 ![]() |
I got the bright idea to make a semi-friendly PSP xanga. It seems to actually work fairly well, but I'm having trouble getting the layout to act properly though. So far it's proved to be nothing but a headache to me. lol
I mostly wanted to cut down the width of the left modules, which I've done using this code in the Custom Header section: In turn it made the title bar disappear so I added this code to into the Custom Header section as well: Preview My Xanga Here It seemed to have worked for the most part, but the area where the posts show up are a little too far from the left module. I'd like it to be closer. I'm pretty stumped as to how to add code for the entry sections. The effort I put into seraching creatblog have been in vain b/c people mostly want something different. Where as I'd like to keep the exact layout that you see in the link. Including the way it indents itself after the days date. I would like to get rid of the subscriptions and calendar module as well w/o sacrificing the feature you get without obliterating the Private section. I found code for the modules HERE, but it jacks everything up. Including the Navigation Toolbar and adjusts the entry section to an width that stretches as far as the banner does. Sorry for the long first post. Any help is appreciated. Hello btw. :D |
|
|
*Shibahime* |
![]()
Post
#2
|
Guest ![]() |
You could try this..
CODE <style type="text/css"> div.blogheader, .caption { padding-left: -13px;} table.blogbody {padding-left: -13px;} </style> not sure if it'll work though. Oh yeah.. put it in the custom header. //Edit.. Also, if it works.. you can change the "-13px" to lower numbers like "-40px" so make it move left more. ONLY IF IT WORKS though. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
This gets rid of the calendar not sure how to remove the whole subciption thing though.
http://www.createblog.com/forums/index.php...=45&hl=calendar |
|
|
![]()
Post
#4
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
http://www.xanga.com/private/subsmgr.aspx
go down to where it says Show/Hide your public subscriptions module. |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 216,108 ![]() |
QUOTE(Shibahime @ Aug 26 2005, 7:10 PM) You could try this.. CODE <style type="text/css"> div.blogheader, .caption { padding-left: -13px;} table.blogbody {padding-left: -13px;} </style> not sure if it'll work though. Oh yeah.. put it in the custom header. //Edit.. Also, if it works.. you can change the "-13px" to lower numbers like "-40px" so make it move left more. ONLY IF IT WORKS though. That code didn't work, but thanks for trying though. QUOTE(FroZenCloud104 @ Aug 26 2005, 9:24 PM) This gets rid of the calendar not sure how to remove the whole subciption thing though. http://www.createblog.com/forums/index.php...=45&hl=calendar Thanks! |
|
|
![]()
Post
#6
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 216,108 ![]() |
I figured it out. I'm not irritated anymore.
Here's the code I used. This one for the left module adjustment. CODE <style type="text/css"> table.left { /*whole menu module*/ width:130px;} </style> This one for the table adjustment. CODE <style type="text/css"> texttable.left, td.mainleft, table.left, { width: 140px; padding-right: 0px;} </style> It worked fine. Happy day! Although, I do notice that Playstation Portable does infact ignore the Remove Calendar and the Extra Module code. lol So that sucks. |
|
|
![]() ![]() |